HTTP Method | URL | Parameters and Path Variables | Description | Response |
---|---|---|---|---|
GET | /api/public/monitoredSystems | Optional Parameter
|
Provides a list of the configured monitored systems | Array of MonitoredSystem objects |
POST | /api/public/monitoredSystems | Optional Request Parameters:
Required Parameter - Request Body
|
Adds a new monitored system to Viewpoint.
|
When successful, 201 response code with URI of created resource in the Location HTTP response header. When unsuccessful, 4xx or 5xx response code with ReturnStatus object in body. |
GET | /api/public/monitoredSystems/{systemId} | Path Variable
|
Provides a single configured monitored system | A single MonitoredSystem object |
PUT | /api/public/monitoredSystems/{systemId} | Required Parameter - Request Body
Path Variable
|
Updates an existing Viewpoint-monitored system | (none) |
DELETE | /api/public/monitoredSystems/{systemId} | Path Variable
|
Removes an existing monitored system from Viewpoint | (none) |
POST | /api/public/monitoredSystems/{systemId}/grants | Required Parameter - Request Body
Path Variable
|
Executes the grants. This request is only valid against a database system. | Array of GrantResult objects |