/api/space/configuration-management/cli-configlets/{configlet-id}/cli-configlet-pages/{configuration-id}/cli-text

The following operation is supported on this resource:

  • GET - Gets CLI configuration content
GET /cli-configlets/{configlet-id}/cli-configlet-pages/{configuration-id}/cli-textVersion 2

This API is used to get the CLI configuration content based on the configlet ID and configuration ID.

Sample Usage

GET /cli-configlets/{configlet-id}/cli-configlet-pages/{configuration-id}/cli-text


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    configlet-idIntegerPathThe ID of the CLI configlet from which to retrieve the CLI configuration content.D Y
    page-idIntegerPathThe ID of configuration to retrieve form the CLI configlet. Y
  • Sample Output XML:
    <cli-configlet-page uri="/api/space/configuration-management/cli-configlets/491596/cli-configlet-pages/491607/cli-text">
      <cli-text>text</cli-text>
    </cli-configlet-page>

  • Sample Output JSON:
    {
      "cli-configlet-page": {
        "@uri": "/api/space/configuration-management/cli-configlets/491596/cli-configlet-pages/491607/cli-text",
        "cli-text": "text"
      }
    }

  • Access Control

    The following capabilities are required to access this API: ViewCliTemplateCap

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