Este conteúdo não está disponível no idioma selecionado.
17.19. Supported Resources and Methods
The REST server currently supports the URIs and HTTP methods described below.
| URI Pattern | Description | HTTP Methods |
|---|---|---|
| http://<host>:<port>/modeshape-rest | Returns a list of accessible repositories | GET |
| http://<host>:<port>/modeshape-rest/{repositoryName}> | Returns a list of accessible workspaces within that repository | GET |
| http://<host>:<port>/modeshape-rest/{repositoryName}/{workspaceName} | Returns a list of available operations within the workspace | GET |
| http://<host>:<port>/modeshape-rest/{repositoryName}/{workspaceName}/item/{path} | Accesses the item (node or property) at the path | GET, POST, PUT, DELETE |
| http://<host>:<port>/modeshape-rest/{repositoryName}/{workspaceName}/query | Executes the query in the request body | POST |