Synthetic Monitoring REST Endpoints

Synthetic Monitoring
The Synthetic Monitoring API lets you create tests and retrieve information and performance metrics about created tests
Create synthetic test definition
Method: post
Path: /serviceapi/apm.dataserver/api/v1/synthetic/tests
Delete entity test for meId
Method: delete
Path: /serviceapi/apm.dataserver/api/v1/synthetic/tests/{id}
Get Synthetic Locations
Method: get
Path: /serviceapi/apm.dataserver/api/v1/synthetic/locations
Get Synthetic Test by Managed Entity ID
Method: get
Path: /serviceapi/apm.dataserver/api/v1/synthetic/tests/{id}
Get Synthetic Tests
Method: get
Path: /serviceapi/apm.dataserver/api/v1/synthetic/tests
Update synthetic test definition
Method: put
Path: /serviceapi/apm.dataserver/api/v1/synthetic/tests