Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.27 KB

cloudAccount_getAll.rst

File metadata and controls

56 lines (38 loc) · 1.27 KB

cloudAccount_getAll

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

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

         * :ref:`cloudAccountCert-create`
         * :ref:`cloudAccountCert-delete`
         * :ref:`cloudAccountCert-download`
         * :ref:`cloudAccountCert-upload`
         * :ref:`cloudAccountResources-get`
         * :ref:`cloudAccount-create`
         * :ref:`cloudAccount-delete`
         * :ref:`cloudAccount-get`
         * :ref:`cloudAccount-update`
         * :ref:`credaccount-object`