|
20 | 20 | /** |
21 | 21 | * Client used to interact with logs. |
22 | 22 | * |
| 23 | + * @method \Jdcloud\Result k8sAgentHeartbeat(array $args = []) |
| 24 | + * @method \GuzzleHttp\Promise\Promise k8sAgentHeartbeatAsync(array $args = []) |
23 | 25 | * @method \Jdcloud\Result describeCollectInfo(array $args = []) |
24 | 26 | * @method \GuzzleHttp\Promise\Promise describeCollectInfoAsync(array $args = []) |
25 | 27 | * @method \Jdcloud\Result updateCollectInfo(array $args = []) |
26 | 28 | * @method \GuzzleHttp\Promise\Promise updateCollectInfoAsync(array $args = []) |
| 29 | + * @method \Jdcloud\Result deleteCollectInfo(array $args = []) |
| 30 | + * @method \GuzzleHttp\Promise\Promise deleteCollectInfoAsync(array $args = []) |
27 | 31 | * @method \Jdcloud\Result describeCollectResources(array $args = []) |
28 | 32 | * @method \GuzzleHttp\Promise\Promise describeCollectResourcesAsync(array $args = []) |
| 33 | + * @method \Jdcloud\Result updateCollectInfoStatus(array $args = []) |
| 34 | + * @method \GuzzleHttp\Promise\Promise updateCollectInfoStatusAsync(array $args = []) |
29 | 35 | * @method \Jdcloud\Result updateCollectResources(array $args = []) |
30 | 36 | * @method \GuzzleHttp\Promise\Promise updateCollectResourcesAsync(array $args = []) |
| 37 | + * @method \Jdcloud\Result describeCollectInfoBatch(array $args = []) |
| 38 | + * @method \GuzzleHttp\Promise\Promise describeCollectInfoBatchAsync(array $args = []) |
| 39 | + * @method \Jdcloud\Result describeCollectInfos(array $args = []) |
| 40 | + * @method \GuzzleHttp\Promise\Promise describeCollectInfosAsync(array $args = []) |
31 | 41 | * @method \Jdcloud\Result createCollectInfo(array $args = []) |
32 | 42 | * @method \GuzzleHttp\Promise\Promise createCollectInfoAsync(array $args = []) |
33 | 43 | * @method \Jdcloud\Result createParser(array $args = []) |
|
38 | 48 | * @method \GuzzleHttp\Promise\Promise updateParserAsync(array $args = []) |
39 | 49 | * @method \Jdcloud\Result validateParser(array $args = []) |
40 | 50 | * @method \GuzzleHttp\Promise\Promise validateParserAsync(array $args = []) |
41 | | - * @method \Jdcloud\Result createParser(array $args = []) |
42 | | - * @method \GuzzleHttp\Promise\Promise createParserAsync(array $args = []) |
| 51 | + * @method \Jdcloud\Result search(array $args = []) |
| 52 | + * @method \GuzzleHttp\Promise\Promise searchAsync(array $args = []) |
| 53 | + * @method \Jdcloud\Result describeIndexOption(array $args = []) |
| 54 | + * @method \GuzzleHttp\Promise\Promise describeIndexOptionAsync(array $args = []) |
| 55 | + * @method \Jdcloud\Result createIndexOption(array $args = []) |
| 56 | + * @method \GuzzleHttp\Promise\Promise createIndexOptionAsync(array $args = []) |
| 57 | + * @method \Jdcloud\Result updateIndexOption(array $args = []) |
| 58 | + * @method \GuzzleHttp\Promise\Promise updateIndexOptionAsync(array $args = []) |
| 59 | + * @method \Jdcloud\Result deleteIndexOption(array $args = []) |
| 60 | + * @method \GuzzleHttp\Promise\Promise deleteIndexOptionAsync(array $args = []) |
| 61 | + * @method \Jdcloud\Result instanceCollectConfigList(array $args = []) |
| 62 | + * @method \GuzzleHttp\Promise\Promise instanceCollectConfigListAsync(array $args = []) |
| 63 | + * @method \Jdcloud\Result instanceCollectConfigModify(array $args = []) |
| 64 | + * @method \GuzzleHttp\Promise\Promise instanceCollectConfigModifyAsync(array $args = []) |
| 65 | + * @method \Jdcloud\Result k8sWatchHeartbeat(array $args = []) |
| 66 | + * @method \GuzzleHttp\Promise\Promise k8sWatchHeartbeatAsync(array $args = []) |
| 67 | + * @method \Jdcloud\Result logSearchId(array $args = []) |
| 68 | + * @method \GuzzleHttp\Promise\Promise logSearchIdAsync(array $args = []) |
| 69 | + * @method \Jdcloud\Result logSearch(array $args = []) |
| 70 | + * @method \GuzzleHttp\Promise\Promise logSearchAsync(array $args = []) |
| 71 | + * @method \Jdcloud\Result createLogDownloadTask(array $args = []) |
| 72 | + * @method \GuzzleHttp\Promise\Promise createLogDownloadTaskAsync(array $args = []) |
| 73 | + * @method \Jdcloud\Result cancelLogDownloadTask(array $args = []) |
| 74 | + * @method \GuzzleHttp\Promise\Promise cancelLogDownloadTaskAsync(array $args = []) |
| 75 | + * @method \Jdcloud\Result getLogDownloadTasks(array $args = []) |
| 76 | + * @method \GuzzleHttp\Promise\Promise getLogDownloadTasksAsync(array $args = []) |
43 | 77 | * @method \Jdcloud\Result describeLogsets(array $args = []) |
44 | 78 | * @method \GuzzleHttp\Promise\Promise describeLogsetsAsync(array $args = []) |
45 | 79 | * @method \Jdcloud\Result createLogset(array $args = []) |
|
56 | 90 | * @method \GuzzleHttp\Promise\Promise createLogtopicAsync(array $args = []) |
57 | 91 | * @method \Jdcloud\Result deleteLogtopic(array $args = []) |
58 | 92 | * @method \GuzzleHttp\Promise\Promise deleteLogtopicAsync(array $args = []) |
| 93 | + * @method \Jdcloud\Result describeLogtopicsGlobal(array $args = []) |
| 94 | + * @method \GuzzleHttp\Promise\Promise describeLogtopicsGlobalAsync(array $args = []) |
59 | 95 | * @method \Jdcloud\Result describeLogtopic(array $args = []) |
60 | 96 | * @method \GuzzleHttp\Promise\Promise describeLogtopicAsync(array $args = []) |
61 | 97 | * @method \Jdcloud\Result updateLogtopic(array $args = []) |
|
72 | 108 | * @method \GuzzleHttp\Promise\Promise updateMetricTaskAsync(array $args = []) |
73 | 109 | * @method \Jdcloud\Result deleteMetricTask(array $args = []) |
74 | 110 | * @method \GuzzleHttp\Promise\Promise deleteMetricTaskAsync(array $args = []) |
| 111 | + * @method \Jdcloud\Result k8sDispatchConf(array $args = []) |
| 112 | + * @method \GuzzleHttp\Promise\Promise k8sDispatchConfAsync(array $args = []) |
| 113 | + * @method \Jdcloud\Result k8sDispatchConfNew(array $args = []) |
| 114 | + * @method \GuzzleHttp\Promise\Promise k8sDispatchConfNewAsync(array $args = []) |
| 115 | + * @method \Jdcloud\Result k8sconfigNewV2(array $args = []) |
| 116 | + * @method \GuzzleHttp\Promise\Promise k8sconfigNewV2Async(array $args = []) |
| 117 | + * @method \Jdcloud\Result logDetailPublic(array $args = []) |
| 118 | + * @method \GuzzleHttp\Promise\Promise logDetailPublicAsync(array $args = []) |
| 119 | + * @method \Jdcloud\Result logDetail(array $args = []) |
| 120 | + * @method \GuzzleHttp\Promise\Promise logDetailAsync(array $args = []) |
| 121 | + * @method \Jdcloud\Result logAggregate(array $args = []) |
| 122 | + * @method \GuzzleHttp\Promise\Promise logAggregateAsync(array $args = []) |
| 123 | + * @method \Jdcloud\Result logCount(array $args = []) |
| 124 | + * @method \GuzzleHttp\Promise\Promise logCountAsync(array $args = []) |
| 125 | + * @method \Jdcloud\Result productPodChange(array $args = []) |
| 126 | + * @method \GuzzleHttp\Promise\Promise productPodChangeAsync(array $args = []) |
| 127 | + * @method \Jdcloud\Result productPodLabelSelect(array $args = []) |
| 128 | + * @method \GuzzleHttp\Promise\Promise productPodLabelSelectAsync(array $args = []) |
| 129 | + * @method \Jdcloud\Result push(array $args = []) |
| 130 | + * @method \GuzzleHttp\Promise\Promise pushAsync(array $args = []) |
75 | 131 | * @method \Jdcloud\Result histograms(array $args = []) |
76 | 132 | * @method \GuzzleHttp\Promise\Promise histogramsAsync(array $args = []) |
77 | 133 | * @method \Jdcloud\Result getLogs(array $args = []) |
|
0 commit comments