public class ITService extends ZabbixApiMethod
apiUrl, auth| 构造器和说明 |
|---|
ITService(java.lang.String apiUrl,
java.lang.String auth) |
| 限定符和类型 | 方法和说明 |
|---|---|
ITServiceCreateResponse |
create(ITServiceCreateRequest request) |
ITServiceDeleteResponse |
delete(ITServiceDeleteRequest request) |
ITServiceGetResponse |
get(ITServiceGetRequest request) |
ITServiceUpdateResponse |
update(ITServiceUpdateRequest request) |
sendRequestpublic ITServiceCreateResponse create(ITServiceCreateRequest request) throws ZabbixApiException
public ITServiceDeleteResponse delete(ITServiceDeleteRequest request) throws ZabbixApiException
public ITServiceUpdateResponse update(ITServiceUpdateRequest request) throws ZabbixApiException
public ITServiceGetResponse get(ITServiceGetRequest request) throws ZabbixApiException