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

The following operation is supported on this resource:

  • GET - Gets a CLI configuration page based on a page ID
GET /cli-configlets/{configlet-id}/cli-configlet-pages/{configuration-id}Version 2

This API is used to get the 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 to retrieve the configuration page. Y
    page-idIntegerPathThe page ID of the CLI configuration page to retrieve. Y
  • Sample Output XML:
    <cli-configlet-page uri="/api/space/configuration-management/cli-configlets/3670027/cli-configlet-pages/3670028">
      <id>3670028</id>
      <configlet-id>491596</configlet-id>
      <page-number>1</page-number>
      <content>page1</content>
      <cli-text href="/api/space/configuration-management/cli-configlets/3670027/cli-configlet-pages/3670028/cli-text" />
    </cli-configlet-page>

  • Sample Output JSON:
    {
      "cli-configlet-page": {
        "@uri": "/api/space/configuration-management/cli-configlets/3670027/cli-configlet-pages/3670028",
        "id": "3670028",
        "configlet-id": "491596",
        "page-number": "1",
        "content": "page1",
        "cli-text": {
          "@href": "/api/space/configuration-management/cli-configlets/3670027/cli-configlet-pages/3670028/cli-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