blueprintPipelineStatus_get

GET /users/{uid}/blueprints/{bpid}/preparations/{plid}/status

Retrieves preparation status

Security Summary

  • Requires Authentication: true
  • Entitlements Required: deployments_access

URI Parameters

  • uid (required): the user name (login name) of the user
  • plid (required): the id of the pipeline
  • bpid (required): the id of the blueprint

HTTP Request Body Parameters

None

Example Request

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