Method | Description | |
---|---|---|
Create ( List |
Attaches servers to a monitoring policy. Unique monitoring policy's identifier.
|
|
Delete ( string monitoring_policy_id, string server_id ) : |
Unattaches a server from a monitoring policy.
|
|
Get ( string monitoring_policy_id ) : List |
Returns a list of the servers attached to a monitoring policy.
|
|
MonitoringPoliciesServers ( object _apiUrl = null, object _apiKey = null ) : System | ||
Show ( string monitoring_policy_id, string server_id ) : |
Returns information about a server attached to a monitoring policy.
|
public Create ( List |
||
servers | List |
|
monitoring_policy_id | string | |
return |
public Delete ( string monitoring_policy_id, string server_id ) : |
||
monitoring_policy_id | string | Unique monitoring policy's identifier. |
server_id | string | Unique server's identifier. |
return |
public Get ( string monitoring_policy_id ) : List |
||
monitoring_policy_id | string | Unique monitoring policy's identifier. |
return | List |
public MonitoringPoliciesServers ( object _apiUrl = null, object _apiKey = null ) : System | ||
_apiUrl | object | |
_apiKey | object | |
return | System |
public Show ( string monitoring_policy_id, string server_id ) : |
||
monitoring_policy_id | string | Unique monitoring policy's identifier. |
server_id | string | Unique server's identifier. |
return |