Deployments
Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.
Links
Relation | Description | Method | Templated |
---|---|---|---|
self | A relation that refers to the current resource. |
GET | No |
deployment:by-id | Gets a Deployment resource with the specified identifier. This link relation offers the following templated variable(s):
|
GET | Yes |
deployment:create | Creates a Deployment for the application programming interface (API). |
POST | No |
next | The next page of elements from this collection. Not valid for the last element of the collection. |
GET | No |
first | The first page of elements from this collection. |
GET | No |
item | The current page of elements from this collection. |
GET | No |
Properties
The Deployments resource does not have any properties.
Remarks
POST
request against this resource. To view, update, or delete an existing deployment, make a
GET
,
PATCH
, or
DELETE
request, respectively, on a specified
Deployment resource.