Skip to main content

Get Syslog Server Details (Deprecated)

Select

SaaS
Customer Managed

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

This operation returns the details of a syslog server.

More Details

Header Parameters
  • Accept string required
Responses

OK


Schema
  • hostname string
  • port integer
  • enabled boolean
  • syslogPolicy object[]
  • name string
  • enabled boolean
GET /status    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Accept — header required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Status' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'