/api/space/schema-service

The following operation is supported on this resource:

GET / Version 2

This resource provides HATEOAS links to collections and methods available in Schema Manager service.

Sample Usage

GET /


  • Sample Output XML:
    <schema-service>
        <unused-schemas href= "/api/space/schema-service/unused-schemas"/>
        <dmi-schemas-with-missing-schemas href= "/api/space/schema-service/dmi-schemas-with-missing-schemas"/>
        <install-schemas href= "/api/space/schema-service/install-schemas"/>
        <upload-tgz-schema-file href= "/api/space/schema-service/upload-tgz-schema-file"/>
        <delete-schemas href= "/api/space/schema-service/delete-schemas"/>
    </schema-service>

  • Sample Output JSON:
    {
      "schema-service": {
        "unused-schemas": {
          "@href": "/api/space/schema-service/unused-schemas"
        },
        "dmi-schemas-with-missing-schemas": {
          "@href": "/api/space/schema-service/dmi-schemas-with-missing-schemas"
        },
        "install-schemas": {
          "@href": "/api/space/schema-service/install-schemas"
        },
        "upload-tgz-schema-file": {
          "@href": "/api/space/schema-service/upload-tgz-schema-file"
        },
        "delete-schemas": {
          "@href": "/api/space/schema-service/delete-schemas"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead