Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.45 KB

orgArtifactCredAccount_getAll.rst

File metadata and controls

56 lines (38 loc) · 1.45 KB

orgArtifactCredAccount_getAll

GET /orgs/{oid}/artifactaccounts

Summary

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

Retrieves all organization artifact accounts. These accounts can be used by all the users in the organization

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

Security Summary

  • Requires Authentication: true
  • Entitlements Required: cloud_account_access

URI Parameters

  • oid (required): the id of the org-object

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/artifactaccounts" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
  • artifactcredaccount-object
  • orgArtifactCredAccount-create
  • orgArtifactCredAccount-delete
  • orgArtifactCredAccount-get
  • orgArtifactCredAccount-update
  • userArtifactCredAccount-create
  • userArtifactCredAccount-delete
  • userArtifactCredAccount-get
  • userArtifactCredAccount-getAll
  • userArtifactCredAccount-update