/api/space/config-file-management (v1)

The following operation is supported on this resource:

GET /Version 1

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

Sample Usage

GET /


  • Sample Output XML:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <config-file-management>
       <collection href="/api/space/config-file-management/config-files" rel="/config-files"/>
       <method href="/api/space/config-file-management/versions-diff" rel="/versions-diff"/>
       <method href="/api/space/config-file-management/exec-restore" rel="/exec-restore"/>
       <method href="/api/space/config-file-management/exec-backup" rel="/exec-backup"/>
    </config-file-management>

  • Sample Output JSON:

    {
      "config-file-management": {
       "method": [
          {"@href": "/api/space/config-file-management/versions-diff","@rel":"/versions-diff"},
          {"@href": "/api/space/config-file-management/exec-restore","@rel":"/exec-restore"},
          {"@href": "/api/space/config-file-management/exec-backup","@rel":"/exec-backup"}
       ],
       "collection": {
          "@href": "/api/space/config-file-management/config-files","@rel":"/config-files"
       }
      }

    • For the current version of this API, refer to :
    • version 2