@@ -1146,7 +1146,7 @@ public ListMonitorsOptionalParameters pageSize(Integer pageSize) {
1146
1146
}
1147
1147
1148
1148
/**
1149
- * Get all monitor details .
1149
+ * Get all monitors .
1150
1150
*
1151
1151
* <p>See {@link #listMonitorsWithHttpInfo}.
1152
1152
*
@@ -1158,7 +1158,7 @@ public List<Monitor> listMonitors() throws ApiException {
1158
1158
}
1159
1159
1160
1160
/**
1161
- * Get all monitor details .
1161
+ * Get all monitors .
1162
1162
*
1163
1163
* <p>See {@link #listMonitorsWithHttpInfoAsync}.
1164
1164
*
@@ -1173,7 +1173,7 @@ public CompletableFuture<List<Monitor>> listMonitorsAsync() {
1173
1173
}
1174
1174
1175
1175
/**
1176
- * Get all monitor details .
1176
+ * Get all monitors .
1177
1177
*
1178
1178
* <p>See {@link #listMonitorsWithHttpInfo}.
1179
1179
*
@@ -1186,7 +1186,7 @@ public List<Monitor> listMonitors(ListMonitorsOptionalParameters parameters) thr
1186
1186
}
1187
1187
1188
1188
/**
1189
- * Get all monitor details .
1189
+ * Get all monitors .
1190
1190
*
1191
1191
* <p>See {@link #listMonitorsWithHttpInfoAsync}.
1192
1192
*
@@ -1203,7 +1203,7 @@ public CompletableFuture<List<Monitor>> listMonitorsAsync(
1203
1203
}
1204
1204
1205
1205
/**
1206
- * Get all monitor details .
1206
+ * Get all monitors .
1207
1207
*
1208
1208
* <p>See {@link #listMonitorsWithHttpInfo}.
1209
1209
*
@@ -1215,7 +1215,7 @@ public PaginationIterable<Monitor> listMonitorsWithPagination() {
1215
1215
}
1216
1216
1217
1217
/**
1218
- * Get all monitor details .
1218
+ * Get all monitors .
1219
1219
*
1220
1220
* <p>See {@link #listMonitorsWithHttpInfo}.
1221
1221
*
@@ -1256,7 +1256,7 @@ public PaginationIterable<Monitor> listMonitorsWithPagination(
1256
1256
}
1257
1257
1258
1258
/**
1259
- * Get details about the specified monitor from your organization.
1259
+ * Get all monitors from your organization.
1260
1260
*
1261
1261
* @param parameters Optional parameters for the request.
1262
1262
* @return ApiResponse<List<Monitor>>
@@ -1318,7 +1318,7 @@ public ApiResponse<List<Monitor>> listMonitorsWithHttpInfo(
1318
1318
}
1319
1319
1320
1320
/**
1321
- * Get all monitor details .
1321
+ * Get all monitors .
1322
1322
*
1323
1323
* <p>See {@link #listMonitorsWithHttpInfo}.
1324
1324
*
0 commit comments