Method | Description | |
---|---|---|
Create ( List |
Adds new ports to a monitoring policy
|
|
Delete ( string monitoring_policy_id, string port_id ) : |
Removes a port from a monitoring policy.
|
|
Get ( string monitoring_policy_id ) : List |
Returns a list of the ports of a monitoring policy.
|
|
MonitoringPoliciesPorts ( object _apiUrl = null, object _apiKey = null ) : System | ||
Show ( string monitoring_policy_id, string port_id ) : |
Returns information about a port of a monitoring policy.
|
|
Update ( OneAndOne ports, string monitoring_policy_id, string port_id ) : |
Modifies a port from a monitoring policy.
|
public Create ( List |
||
ports | List |
|
monitoring_policy_id | string | Unique monitoring policy's identifier. |
return |
public Delete ( string monitoring_policy_id, string port_id ) : |
||
monitoring_policy_id | string | Unique monitoring policy's identifier. |
port_id | string | Unique port's identifier. |
return |
public Get ( string monitoring_policy_id ) : List |
||
monitoring_policy_id | string | Unique monitoring policy's identifier. |
return | List |
public MonitoringPoliciesPorts ( object _apiUrl = null, object _apiKey = null ) : System | ||
_apiUrl | object | |
_apiKey | object | |
return | System |
public Show ( string monitoring_policy_id, string port_id ) : |
||
monitoring_policy_id | string | Unique monitoring policy's identifier. |
port_id | string | Unique port's identifier. |
return |
public Update ( OneAndOne ports, string monitoring_policy_id, string port_id ) : |
||
ports | OneAndOne | |
monitoring_policy_id | string | Unique monitoring policy's identifier. |
port_id | string | Unique port's identifier. |
return |