Managing services
Operations with services (also called ‘applications’) are located under the
/applications
endpoint of the API.The API represents services as a JSON objects. To find out more about the service object structure, see JSON object structure.
Important
Before you start, consult the this Acronis Knowledge Base article to check service availability on the target data center.
Available service operations
Operation |
Methods and endpoints used |
---|---|
|
|
GET /tenants/{tenant_id}/applications GET /applications [Optional] |
|
GET /tenants/{tenant_id}/applications GET /applications/{application_id} |
|
GET /tenants/{tenant_id} GET /tenants/{tenant_id}/applications GET /applications POST /applications/{application_id}/bindings/tenants/{tenant_id} |
|
GET /tenants/{tenant_id}/applications GET /applications DELETE /applications/{application_id}/bindings/tenants/{tenant_id} |