
/rest-apis service to create or delete a REST API
instance, or to retrieve configuration information about a REST API
instance.
NOTE: You must send all requests to /rest-apis to port 8002.
For details, see Administering REST Client API Instances in the REST Application Developer's Guide.
| Resource URI | Description |
|---|---|
| /v1/rest-apis (GET) | Retrieve a list of REST API instances, including configuration details. |
| /v1/rest-apis (POST) | Create an instance of the MarkLogic REST API, including an HTTP app server, required modules, and optionally a content database. |
| /v1/rest-apis/{name} (DELETE) | Remove an HTTP App Server servicing the MarkLogic REST API. |
| /v1/rest-apis/{name} (GET) | Retrieve configuration information about an App Server servicing the MarkLogic REST API. |