/api/space/script-management

The following operation is supported on this resource:

GET /Version 2

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

Sample Usage

GET /


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

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

  • Access Control

    The following capabilities are required to access this API: DefaultRead

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