GET /nodes/linkStatusPreference
Use this method to return the link-status preference.
Authentication
Authentication with username and password is required.
Request URL
GET https://{management_server_IP}/nodes/linkStatusPreference
Query parameters
None
Request body
None
Response codes
Code | Description | Comments |
---|---|---|
200 | OK | The request completed successfully. |
Response body
Parameters | Type | Description | ||
---|---|---|---|---|
linkStatus | Boolean | Indicates whether an alert is raised when the link status of a port changes. This can be one of the following values.
|
The following example is returned if the request is successful.
{
"linkStatus": true
}
Give documentation feedback