DeploymentDashboardApi
getAllDashboards
Get all deployment dashboards.
Endpoint | /app/rest/deploymentDashboards |
Produces |
|
Parameters |
|
Response |
createDashboard
Create a new deployment dashboard.
Endpoint | /app/rest/deploymentDashboards |
Consumes |
|
Produces |
|
Parameters |
|
Response |
deleteDashboard
Delete the deployment dashboard matching the locator.
Endpoint | /app/rest/deploymentDashboards/{deploymentDashboardLocator} |
Parameters |
|
getDashboard
Get the deployment dashboard matching the locator.
Endpoint | /app/rest/deploymentDashboards/{deploymentDashboardLocator} |
Produces |
|
Parameters |
|
Response |
getInstances
Get deployment instances for a given deployment dashboard.
Endpoint | /app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances |
Produces |
|
Parameters |
|
Response |
createInstance
Create a new deployment instance.
Endpoint | /app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances |
Consumes |
|
Produces |
|
Parameters |
|
Response |
deleteInstance
Delete the deployment instance matching the locator.
Endpoint | /app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances/{deploymentInstanceLocator} |
Parameters |
|
getInstance
Get the deployment instance matching the locator.
Endpoint | /app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances/{deploymentInstanceLocator} |
Produces |
|
Parameters |
|
Response |
reportNewDeploymentForInstance
Report a new deployment for instance.
Endpoint | /app/rest/deploymentDashboards/{deploymentDashboardLocator}/instances/{deploymentInstanceLocator} |
Consumes |
|
Produces |
|
Parameters |
|
Response |