Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve a list of all Deployment Groups
Retrieve the details of a specific Deployment Group
Insert or Update the details of a specific Deployment Group
|
API Specific Parameters
Parameter | Description |
---|---|
| Identifies the Deployment Group. |
Include Page | ||||
---|---|---|---|---|
|
API Specifics
Panel | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
Retrieve a list of all Deployment GroupsThis REST API will return a list of all Deployment Groups that exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseOn success, an HTTP response code of 200 will be returned, and the response body will contain a collection of Deployment Group Objects. It is possible for the returned collection to be empty if there are no Deployment Groups that exist in the system.
|
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Retrieve the details of a specific Deployment GroupThis REST API will return a Deployment Group with the specified ID. The Deployment Group with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain a Deployment Group Object. Otherwise, on error, the response body will contain a descriptive reason for the error.
|
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Insert or Update the details of a specific Deployment GroupThis REST API will insert a new Deployment Group with the specified ID into the system, if a Deployment Group with the specified ID does not already exist in the system. If, however, the Deployment Group with the specified ID does already exist in the system, then this REST API will update (i.e. replace) the already existing Deployment Group with the specified ID with the details of the Deployment Group supplied in the HTTP Request Body. URL
HTTP Request BodyThe HTTP request body must contain a valid Deployment Group Object. HTTP ResponseOn success the API will return a response code of 200. |