pipeline_getAll

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

Returns all the preparations created for a blueprint.

A list of pipeline objects are returned.

Please refer to pipeline for a complete list of all the attributes.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: deployments_access

URI Parameters

  • uid (required): the user name (login name) of the user
  • 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" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"