Monitoring Points Names and ID
Request URI
All requests you must send using GET or POST to this URI:
https://ping-admin.com/?a=api&sa=tm&[other parameters described below]
Request Parameters
- api_key
-
Required: Yes.
Value: Your unique API key, which you can find in your profile.
Example:
https://ping-admin.com/?a=api&sa=tm&api_key=6e59663b2ce62ac378be24bc30f48b95946
Response
[{"id":"ru9","ip":"1.2.3.4","name":"Moscow, east"},{"id":"ru15","ip":"4.3.2.1","name":"Moscow, west 1"}]
Response Parameters
- id
-
Type: string.
Value: ID of monitoring point; you may use this ID when you create or edit task if choosed algorithm not Auto. - name
-
Type: string.
Value: name of monitoring point. - ip
-
Type: sting.
Value: IP of monitoring point.