/api/space/configuration-management/cli-configlets/{configlet-id}/cli-configlet-pages/{configuration-id} (v1)

The following operation is supported on this resource:

  • GET - Gets a CLI configuration page
GET /cli-configlets/{configlet-id}/cli-configlet-pages/{configuration-id}Version 1

This API is used to get CLI configuration page by page ID.

Sample Usage

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


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    configlet-idIntegerPathThe ID of the CLI configlet from which the page will be retrieved. Y
    page-idIntegerPathThe ID of the configuration page to retrieve from the CLI configlet. Y
  • Sample Output XML:
    <cli-configlet-page uri="/api/space/configuration-management/cli-configlets/3670027/cli-configlet-pages/3670028">
      <content href="/api/space/configuration-management /cli-configlets/3670028 /cli-configlet-params/3670028/content" rel="view cli configuration content" />
      <content>page1</content>
      <id>3670028</id>
      <page-number>1</page-number>
    </cli-configlet-page>

  • Sample Output JSON:
    {
      "cli-configlet-page": {
        "@uri": "/api/space/configuration-management/cli-configlets/3670027/cli-configlet-pages/3670028",
        "content": [
          {
            "@href": "/api/space/configuration-management /cli-configlets/3670028 /cli-configlet-params/3670028/content",
            "@rel": "view cli configuration content"
          },
          "page1"
        ],
        "id": "3670028",
        "page-number": "1"
      }
    }

  • Access Control

    The following capabilities are required to access this API: ViewCliTemplateCap

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