Number of APIs: 3
1. Get a configuration deployment
GET https://{{host}}/etp-config/v3/configs/:configId/deployments/:configDeploymentId
Returns details of a specific configuration deployment.
2. List configuration deployments
GET https://{{host}}/etp-config/v3/configs/:configId/deployments
Returns all deployment history that the user has access to for the current configuration.
3. Create a configuration deployment
POST https://{{host}}/etp-config/v3/configs/:configId/deployments
Creates a new configuration deployment.
ENDPOINTS