Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.26 KB

cloudAccount_getAll.rst

File metadata and controls

56 lines (38 loc) · 1.26 KB

cloudAccount_getAll

GET /users/{uid}/accounts

Summary

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

Retrieves all the cloud accounts for an user.

A list of credaccount-object objects are returned. You can use a search criteria to retrieve a subset of these cloud accounts.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: None

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}/accounts" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • cloudAccountCert-create
  • cloudAccountCert-delete
  • cloudAccountCert-download
  • cloudAccountCert-upload
  • cloudAccountResources-get
  • cloudAccount-create
  • cloudAccount-delete
  • cloudAccount-get
  • cloudAccount-update
  • credaccount-object