public class Graph extends ZabbixApiMethod
apiUrl, auth| 构造器和说明 |
|---|
Graph(java.lang.String apiUrl,
java.lang.String auth) |
| 限定符和类型 | 方法和说明 |
|---|---|
GraphCreateResponse |
create(GraphCreateRequest request) |
GraphDeleteResponse |
delete(GraphDeleteRequest request) |
GraphGetResponse |
get(GraphGetRequest request) |
GraphUpdateResponse |
update(GraphUpdateRequest request) |
sendRequestpublic GraphCreateResponse create(GraphCreateRequest request) throws ZabbixApiException
public GraphUpdateResponse update(GraphUpdateRequest request) throws ZabbixApiException
public GraphDeleteResponse delete(GraphDeleteRequest request) throws ZabbixApiException
public GraphGetResponse get(GraphGetRequest request) throws ZabbixApiException