Performance Monitor

Get

get

Retrieve the Performance Monitor Settings.

Responses
200
Success
application/json; api-version=1.0
get
GET /api/PerformanceMonitor HTTP/1.1
Host: 
Accept: */*
{
  "enabled": true,
  "server": "text",
  "port": 1
}

Update

put

Modify the Performance Monitor Settings.

Body

Update performance monitor settings

enabledboolean | nullableOptional

Enable or disable RAS Performance Monitor.

serverstring | nullableOptional

Server hosting RAS Performance Monitor database.

portinteger · int32 | nullableOptional

Connection Port to the Server hosting RAS Performance Monitor database.

Responses
204
No Content
put
PUT /api/PerformanceMonitor HTTP/1.1
Host: 
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 41

{
  "enabled": true,
  "server": "text",
  "port": 1
}

No content

Was this helpful?