Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.19 KB

cloudAccount_get.rst

File metadata and controls

55 lines (38 loc) · 1.19 KB

cloudAccount_get

.. function:: GET /users/{uid}/accounts/{caid}

Summary

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

Retrieve the information of a cloud account.

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/{caid}" -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-getAll`
         * :ref:`cloudAccount-update`
         * :ref:`credaccount-object`