/api/space/script-management (v1)

The following operation is supported on this resource:

GET /Version 1

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

Sample Usage

GET /


  • Sample Output XML:
    <script-management>
       <method href="/api/space/script-management/exec-scripts" />
       <method href="/api/space/script-management/match-scripts-by-context" />
       <method href="/api/space/script-management/exec-deploy" />
       <collection href="/api/space/script-management/scripts" />
    </script-management>

  • Sample Output JSON:
    {
      "script-management": {
        "method": [
          {
            "@href": "/api/space/script-management/exec-scripts"
          },
          {
            "@href": "/api/space/script-management/match-scripts-by-context"
          },
          {
            "@href": "/api/space/script-management/exec-deploy"
          }
        ],
        "collection": {
          "@href": "/api/space/script-management/scripts"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

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