GET /info/supported-services
This resource lists all the services supported by the device.
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: SupportedServices
propertyName | type | description | get |
---|---|---|---|
SupportedServices | Array |
This object is an comprises an array of all the services supported by the device. | GET |
Url Example: https://1.1.1.1/api/rest/v1/info/supported-services
[
{
"href": "/api/rest/v1/system/web-server/protocols/http",
"name": "WSPHttp"
},
{
"href": "/api/rest/v1/system/web-server/protocols/https",
"name": "WSPHttps"
},
{
"href": "/api/rest/v1/system/web-server/protocols",
"name": "WSProtocols"
},
{
"href": "/api/rest/v1/system/network/adapters",
"name": "Adapters"
},
{
"href": "/api/rest/v1/protocols/bacnet/local",
"name": "BacnetDevice"
},
{
"href": "/api/rest/v1/info/bacnet",
"name": "BacnetInfo"
},
{
"href": "/api/rest/v1/system/web-server/protocols/https/certificate/document",
"name": "Certificate"
},
{
"href": "/api/rest/v1/system/date-time",
"name": "DateTime"
},
{
"href": "/api/rest/v1/info/device",
"name": "DeviceInfo"
},
{
"href": "/api/rest/v1/system/network/adapters/ethernet",
"name": "Ethernet"
},
{
"href": "/api/rest/v1/info/extension-management",
"name": "ExtensionManagement"
},
{
"href": "/api/rest/v1/info/extension-management/extensions",
"name": "ExtensionsInfo"
},
{
"href": "/api/rest/v1/files",
"name": "FileRepository"
},
{
"href": "/api/rest/v1/system/web-server/protocols/https/certificate",
"name": "HttpCertificate"
},
{
"href": "/api/rest/v1/info",
"name": "Info"
},
{
"href": "/api/rest/v1/user-management/local",
"name": "Local"
},
{
"href": "/api/rest/v1/info/network",
"name": "NetworksInfo"
},
{
"href": "/api/rest/v1/user-management/local/password-policy",
"name": "PasswordPolicy"
},
{
"href": "/api/rest/v1/protocols",
"name": "Protocols"
},
{
"href": "/api/rest/v1/user-management/remote",
"name": "Remote"
},
{
"href": "/api/rest/v1/engine/resources",
"name": "ResourceInformation"
},
{
"href": "/api/rest/v1/system",
"name": "System"
},
{
"href": "/api/rest/v1/user-management",
"name": "UserManagement"
},
{
"href": "/api/rest/v1/user-management/local/users",
"name": "Users"
},
{
"href": "/api/rest/v1/system/web-server",
"name": "WebServer"
},
{
"href": "/api/rest/v1/system/network/adapters/wireless",
"name": "Wireless"
},
{
"href": "/api/rest/v1/system/network/adapters/wireless/primary",
"name": "WirelessPrimary"
},
{
"href": "/api/rest/v1/system/network/adapters/wireless/primary/access-point",
"name": "WirelessPrimaryAccessPoint"
},
{
"href": "/api/rest/v1/system/network/adapters/wireless/primary/client",
"name": "WirelessPrimaryClient"
},
{
"href": "/api/rest/v1/system/network/adapters/wireless/primary/hotspot",
"name": "WirelessPrimaryHotspot"
},
{
"href": "/api/rest/v1/system/network/adapters/wireless/primary/mesh",
"name": "WirelessPrimaryMesh"
}
]
Url Example: https://1.1.1.1/api/rest/v1/info/supported-services
<?xml version="1.0" encoding="utf-8"?>
<SupportedServices>
<SupportedService>
<Href>/api/rest/v1/system/web-server/protocols/http</Href>
<Name>WSPHttp</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/system/web-server/protocols/https</Href>
<Name>WSPHttps</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/system/web-server/protocols</Href>
<Name>WSProtocols</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/system/network/adapters</Href>
<Name>Adapters</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/protocols/bacnet/local</Href>
<Name>BacnetDevice</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/info/bacnet</Href>
<Name>BacnetInfo</Name>
</SupportedService>
<SupportedService>
<Href>
/api/rest/v1/system/web-server/protocols/https/certificate/document
</Href>
<Name>Certificate</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/system/date-time</Href>
<Name>DateTime</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/info/device</Href>
<Name>DeviceInfo</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/system/network/adapters/ethernet</Href>
<Name>Ethernet</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/info/extension-management</Href>
<Name>ExtensionManagement</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/info/extension-management/extensions</Href>
<Name>ExtensionsInfo</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/files</Href>
<Name>FileRepository</Name>
</SupportedService>
<SupportedService>
<Href>
/api/rest/v1/system/web-server/protocols/https/certificate
</Href>
<Name>HttpCertificate</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/info</Href>
<Name>Info</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/user-management/local</Href>
<Name>Local</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/info/network</Href>
<Name>NetworksInfo</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/user-management/local/password-policy</Href>
<Name>PasswordPolicy</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/protocols</Href>
<Name>Protocols</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/user-management/remote</Href>
<Name>Remote</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/engine/resources</Href>
<Name>ResourceInformation</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/system</Href>
<Name>System</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/user-management</Href>
<Name>UserManagement</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/user-management/local/users</Href>
<Name>Users</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/system/web-server</Href>
<Name>WebServer</Name>
</SupportedService>
<SupportedService>
<Href>/api/rest/v1/system/network/adapters/wireless</Href>
<Name>Wireless</Name>
</SupportedService>
<SupportedService>
<Href>
/api/rest/v1/system/network/adapters/wireless/primary
</Href>
<Name>WirelessPrimary</Name>
</SupportedService>
<SupportedService>
<Href>
/api/rest/v1/system/network/adapters/wireless/primary/access-point
</Href>
<Name>WirelessPrimaryAccessPoint</Name>
</SupportedService>
<SupportedService>
<Href>
/api/rest/v1/system/network/adapters/wireless/primary/client
</Href>
<Name>WirelessPrimaryClient</Name>
</SupportedService>
<SupportedService>
<Href>
/api/rest/v1/system/network/adapters/wireless/primary/hotspot
</Href>
<Name>WirelessPrimaryHotspot</Name>
</SupportedService>
<SupportedService>
<Href>
/api/rest/v1/system/network/adapters/wireless/primary/mesh
</Href>
<Name>WirelessPrimaryMesh</Name>
</SupportedService>
</SupportedServices>