/api/space/hardware-catalog

The following operation is supported on this resource:

GET / Version 1

This resource provides HATEOAS links to collections and methods available in Hardware Catalog Manager.

Sample Usage

GET /


  • Sample Output XML:
    <hardware-catalog>
       <test-connection href= "/api/space/hardware-catalog/svn/test-connection" />
       <svn href= "/api/space/hardware-catalog/svn" />
       <install-uploaded-catalog href= "/api/space/hardware-catalog/install-uploaded-catalog" />
       <catalog-info href= "/api/space/hardware-catalog/catalog-info" />
       <get-latest href= "/api/space/hardware-catalog/svn/get-latest" />
       <upload-tgz-catalog-file href= "/api/space/hardware-catalog/upload-tgz-catalog-file" />
    </hardware-catalog>

  • Sample Output JSON:
    {
       "hardware-catalog": {
         "test-connection": {
           "@href": "/api/space/hardware-catalog/svn/test-connection"
         },
         "svn": {
           "@href": "/api/space/hardware-catalog/svn"
         },
         "install-uploaded-catalog": {
           "@href": "/api/space/hardware-catalog/install-uploaded-catalog"
         },
         "catalog-info": {
           "@href": "/api/space/hardware-catalog/catalog-info"
         },
         "get-latest": {
           "@href": "/api/space/hardware-catalog/svn/get-latest"
         },
         "upload-tgz-catalog-file": {
           "@href": "/api/space/hardware-catalog/upload-tgz-catalog-file"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead