Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.46 KB

cloudAccountResources_get.rst

File metadata and controls

57 lines (39 loc) · 1.46 KB

cloudAccountResources_get

GET /users/{uid}/accounts/{caid}/resources

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 2.0

Retrieves any dynamic resource information from the tagret cloud environment.

The cloud account information is used with the target cloud's APIs to retrieve any resource information that is required to register generated machine images to the target cloud environment.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: image_publish

URI Parameters

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

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/users/{uid}/accounts/{caid}/resources" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • cloudAccountCert-create
  • cloudAccountCert-delete
  • cloudAccountCert-download
  • cloudAccountCert-upload
  • cloudAccount-create
  • cloudAccount-delete
  • cloudAccount-get
  • cloudAccount-getAll
  • cloudAccount-update
  • credaccount-object