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

The following operations are supported on this resource:

  • GET - Gets a single CLI configlet
  • PUT - Updates a CLI configlet
  • DELETE - Deletes a CLI configlet
GET /cli-configlets/{id}Version 1

This API is used to get a CLI configlet by its configlet ID.

Sample Usage

GET /cli-configlets/{id}


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    idintPathCLIConfiglet id The ID of the configlet to retrieve. Y

Access Control

The following capabilities are required to access this API: ViewCliTemplateCap

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

PUT /cli-configlets/{id}Version 1

This API is used to update the CLI configlet.

Sample Usage

PUT /cli-configlets/{id}


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    idIntegerPathThe ID of the CLI Configlet Y

Access Control

The following capabilities are required to access this API: EditCliTemplateCap

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

DELETE /cli-configlets/{id}Version 1

This API is used to delete the CLI configlet.

Sample Usage

DELETE /cli-configlets/{id}


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    idIntegerPathThe ID of the CLI configlet to delete Y

Access Control

The following capabilities are required to access this API: DeleteCliTemplateCap

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