Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.26 KB

File metadata and controls

64 lines (47 loc) · 1.26 KB

org_get

.. function:: GET /orgs/{oid}

Summary

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

Retrieves the information of an organization.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`distribprofile-object`
         * :ref:`license-object`
         * :ref:`org-object`
         * :ref:`orgCompany-getAll`
         * :ref:`orgLicense-download`
         * :ref:`orgLicense-getAll`
         * :ref:`orgMember-getAll`
         * :ref:`orgMember-getAll`
         * :ref:`orgMember-remove`
         * :ref:`orgMember-remove`
         * :ref:`orgMember-update`
         * :ref:`orgMember-update`
         * :ref:`orgOSWindows-add`
         * :ref:`orgOSWindows-getAll`
         * :ref:`orgOS-add`
         * :ref:`orgOS-getAll`
         * :ref:`orgOS-update`
         * :ref:`org-create`
         * :ref:`org-getAll`
         * :ref:`user-object`