GET /info/extension-management/extensions/{uniqueIdExtension}/
This resource is used to show the extension details. You need to specify the extensions' unique Id in the URL request.
ul
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
The string's unique ID for the desired extension.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
Object Name: Extension
propertyName | type | description | get |
---|---|---|---|
Index | Integer | This is the index of the extension. | GET |
Crc | Integer | GET | |
ExternalCrc | Integer | GET | |
Version | String | This is the version of extension within the parent object. | GET |
ModelType | String | This is the model type of the extension. | GET |
UniqueId | String | This is the extension's unique ID. | GET |
SubnetId | Integer | GET | |
RunIndicatorStatus | Integer | GET | |
ModelNumber | Integer | This is the extension's model number. | GET |
Url Example: https://1.1.1.1/api/rest/v1/info/extension-management/extensions/54FF6F066689515629571367
{
"externalCrc": -32255,
"index": 0,
"crc": 12070,
"modelType": "30016CFFFF03010A",
"subnetId": 0,
"runIndicatorStatus": 255,
"modelNumber": 130,
"uniqueId": "54FF6F066689515629571367",
"version": "1.1.15232.1"
}
Url Example: https://1.1.1.1/api/rest/v1/info/extension-management/extensions/54FF6F066689515629571367
<?xml version="1.0" encoding="utf-8"?>
<Extension>
<Index>0</Index>
<Crc>12070</Crc>
<ExternalCrc>-32255</ExternalCrc>
<Version>1.1.15232.1</Version>
<ModelType>30016CFFFF03010A</ModelType>
<UniqueId>54FF6F066689515629571367</UniqueId>
<SubnetId>0</SubnetId>
<RunIndicatorStatus>255</RunIndicatorStatus>
<ModelNumber>130</ModelNumber>
</Extension>