Skip to main content

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

CodeDescriptionComments
200OKThe request completed successfully.

Response body

ParametersTypeDescription
linkStatusBooleanIndicates whether an alert is raised when the link status of a port changes. This can be one of the following values.
  • true. Alerts are raised for link-status changes.
  • false. (default) Alerts are not raised for link-status changes.
The following example is returned if the request is successful.
{
"linkStatus": true
}