Move one or more model instances ([pkid1],[pkid2],...) from source
hierarchy (pkid or dot notation) to target_hierarchy (pkid or dot notation).
A move can only take place from a source hierarchy equal to or lower than target_hierarchy.
For a list of hierarchy pkids and their dot notation available from [hierarchy], use the GET call:
GET http://[host-proxy]/api/device/cucm/UpdateLicenseUsage/?hierarchy=[hierarchy]&format=json&schema_rules=true
Bulk Export
Task
Call
URL
Parameters
Payload
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/cucm/UpdateLicenseUsage;
optionally with tag_version at [version] and Configuration Template as [configtemplate].
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database.
Item properties such as strings that are empty or Boolean values that are not set, are not included.
The filename in the response is of the format as the example:
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns
corresponding to the JSON format export and a response filename format:
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies
that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
The XLSX format can be used to bulk load instances of device/cucm/UpdateLicenseUsage and the JSON format can
be used to import instances of device/cucm/UpdateLicenseUsage.
To get the list of all instance pkids [pkid1],[pkid2], ...,
use the List GET call for device/cucm/UpdateLicenseUsage:
GET http://[host-proxy]/api/device/cucm/UpdateLicenseUsage/?hierarchy=[hierarchy]
Export Bulk Load Template
Task
Call
URL
Parameters
Response
Get a compressed format
of the Bulk Load spreadsheet template for device/cucm/UpdateLicenseUsage
Get a selected [export_format] of the schema and a single instance with [pkid]
of device/cucm/UpdateLicenseUsage; optionally with tag_version at [version] and Configuration Template
as [configtemplate].
The XLSX format can be used to bulk load instances of device/cucm/UpdateLicenseUsage and the JSON format can
be used to import instances of device/cucm/UpdateLicenseUsage.
For Bulk Export, refer to the Bulk Export section.