Performance Monitor
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
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
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?