GET /protocols/ips-luminaire/firmware
FROM API REVISION 5.0
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 $expand system query option specifies the related resources to be included in line with retrieved resources.
The value passed in the parameter can be:
The $expand system query option can be used with the $levels query option, to expand recursively.
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: Firmware
Property Name | Type | Description | Method |
---|---|---|---|
Firmware | Array<FirmwareType> | GET |
URL Example: https://0.0.0.0/api/rest/v1/protocols/ips-luminaire/firmware
[
{
"href": "/api/rest/v1/protocols/ips-luminaire/firmware/application",
"name": "application"
},
{
"href": "/api/rest/v1/protocols/ips-luminaire/firmware/bootloader",
"name": "bootloader"
},
{
"href": "/api/rest/v1/protocols/ips-luminaire/firmware/softDevice",
"name": "softDevice"
}
]
URL Example: https://0.0.0.0/api/rest/v1/protocols/ips-luminaire/firmware
<?xml version="1.0" encoding="utf-8"?>
<Firmware>
<FirmwareType>
<Href>/api/rest/v1/protocols/ips-luminaire/firmware/application</Href>
<Name>application</Name>
</FirmwareType>
<FirmwareType>
<Href>/api/rest/v1/protocols/ips-luminaire/firmware/bootloader</Href>
<Name>bootloader</Name>
</FirmwareType>
<FirmwareType>
<Href>/api/rest/v1/protocols/ips-luminaire/firmware/softDevice</Href>
<Name>softDevice</Name>
</FirmwareType>
</Firmware>