GET /info/extension-management
This resource is the extensions management root. Below, you can access the extensions or the discovery action.
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.
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: ExtensionManagement
propertyName | type | description | get |
---|---|---|---|
Discovery | Object | This object is linked to the extensions. It is used to obtain the status of the discovering. | GET |
Extensions | Array |
This is an array of Extension object. It will lists all the extensions connected to the device. | GET |
Url Example: https://1.1.1.1/api/rest/v1/info/extension-management
{
"discovery": {
"href": "/api/rest/v1/info/extension-management/discovery",
"name": "discovery"
},
"extensions": {
"href": "/api/rest/v1/info/extension-management/extensions",
"name": "extensions"
}
}
Url Example: https://1.1.1.1/api/rest/v1/info/extension-management
<?xml version="1.0" encoding="utf-8"?>
<ExtensionManagement>
<Extensions>
<Href>/api/rest/v1/info/extension-management/extensions</Href>
<Name>extensions</Name>
</Extensions>
<Discovery>
<Href>/api/rest/v1/info/extension-management/discovery</Href>
<Name>discovery</Name>
</Discovery>
</ExtensionManagement>