API Guide

{
"GroupNameId": 2,
"DisplayName": "Partition",
"SubAttributeGroups": [],
"Attributes":
[
{
"AttributeId": 0,
"CustomId": 0,
"AttributeEditInfoId": 0,
"DisplayName": "Protocol",
"Description": "",
}
]
}
]
}
]
}
]
}
]
}
/api/TemplateService/Actions/
TemplateService.FreeReservedIdentities
This API represents the identities that are reserved for deployment.
POST method for /api/TemplateService/Actions/
TemplateService.FreeReservedIdentities
This method returns the reserved identities information.
Description
Returns information about reserved identities.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example response
body
{
"TemplateId" : <template-id>,
"BaseEntityIds" : [ <entity-id>, <entity-id>, ... ]
}
/api/TemplateService/Actions/TemplateService.Clone
POST method for TemplateService.Clone
This method creates a clone of a template.
Description
Clones a template.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example request
body
{
Configure 171