deployment_getAll

GET /users/{uid}/deployments

Returns a list of the deployments for a specific user.

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.

A list of deployment objects are returned.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: deployments_access

URI Parameters

  • uid (required): the user name (login name) of the user

HTTP Request Body Parameters

None

Example Request

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