Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.28 KB

deployment_getAll.rst

File metadata and controls

56 lines (36 loc) · 1.28 KB

deployment_getAll

GET /users/{uid}/deployments

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.7.fp6

Returns a list of the deployments for a specific user.

A deployment is the instantiation of a deployment-object.

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-object objects are returned.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: deployments_access

URI Parameters

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

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"
  • deployment-object
  • deployment-get
  • deployment-getDeployStatus
  • deployment-terminate
  • machineImagePublished-deploy
  • user-object