REST Resources

/api/space/device-management/devices/{device-id}/apply-cli-configlet (v2)

The following operations are supported on this resource:

  • POST - apply CLI configlet to a device
POST /devices/{device-id}/apply-cli-configlet
(Deprecated)
Version 2

This API is used to apply a CLI configlet to a device.

Sample Usage

POST /devices/{device-id}/apply-cli-configlet


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    device-idIntegerPathThe ID of the device to which the CLI configlet will be applied. Y
  • Sample Input XML:

    <cli-configlet-mgmt>
      <configletId>393218</configletId>
      <cli-configlet-param>
        <parameter>param1</variable>
        <param-value>value2</param-value>
      </cli-configlet-param>
      <cli-configlet-param>
        <parameter>param2</variable>
        <param-value>value2</param-value>
      </cli-configlet-param>
    </cli-configlet-mgmt>

  • Access Control

    The following capabilities are required to access this API: ApplyCliTemplateCap

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