deployment_getDeployStatus

GET /users/{uid}/deployments/{did}/status

Returns the status of a deployment.

A deployment is the instantiation of a deployment.

Currently a deployment is a single instance of a software stack. To deploy a published machine image, refer to machineImagePublished_deploy.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: deployments_access

URI Parameters

  • uid (required): the user name (login name) of the user
  • did (required): the id of the deployment

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/deployments/{did}/status" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"