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

.. function:: 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 :ref:`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

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"
.. seealso::

         * :ref:`artifactcredaccount-object`
         * :ref:`orgArtifactCredAccount-create`
         * :ref:`orgArtifactCredAccount-delete`
         * :ref:`orgArtifactCredAccount-get`
         * :ref:`orgArtifactCredAccount-update`
         * :ref:`userArtifactCredAccount-create`
         * :ref:`userArtifactCredAccount-delete`
         * :ref:`userArtifactCredAccount-get`
         * :ref:`userArtifactCredAccount-getAll`
         * :ref:`userArtifactCredAccount-update`