/api/space/config-file-management

The following operation is supported on this resource:

GET /Version 2

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

Sample Usage

GET /


  • Sample Output XML:
    <config-file-management>
       <collection href="/api/space/config-file-management/config-files"/>
       <versions-diff href="/api/space/config-file-management/versions-diff"/>
       <exec-restore href="/api/space/config-file-management/exec-restore"/>
       <exec-backup href="/api/space/config-file-management/exec-backup"/>
       </delete-config-files href="/api/space/config-file-management/delete-config-files"/>
    </config-file-management>

  • Sample Output JSON:
    {
      "config-file-management": {
        "collection": {
          "@href": "/api/space/config-file-management/config-files"
        },
        "versions-diff": {
          "@href": "/api/space/config-file-management/versions-diff"
        },
        "exec-restore": {
          "@href": "/api/space/config-file-management/exec-restore"
        },
        "exec-backup": {
          "@href": "/api/space/config-file-management/exec-backup"
        }
        "delete-config-files": {
          "@href": "/api/space/config-file-management/delete-config-files"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For other non-deprecated versions of this API, refer to :
    • version 1