blueprint_get

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

Retrieves a blueprint from a user’s Blueprint Library.

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}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"

See also