Skip to content

Commit

Permalink
Regenerate client from commit eb96eba of spec repo (#425)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Dec 18, 2021
1 parent 33e665e commit a4b3213
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-17 22:32:39.099201",
"spec_repo_commit": "4c16b82"
"regenerated": "2021-12-18 14:42:23.285978",
"spec_repo_commit": "eb96eba"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-17 22:32:39.123763",
"spec_repo_commit": "4c16b82"
"regenerated": "2021-12-18 14:42:23.314041",
"spec_repo_commit": "eb96eba"
}
}
}
4 changes: 3 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19708,7 +19708,9 @@ paths:
required: false
schema:
type: boolean
- description: Monitor ID offset.
- description: Use this parameter for paginating through large sets of monitors.
Start with a value of zero, make a request, set the value to the last ID
of result set, and then repeat until the response is empty.
in: query
name: id_offset
required: false
Expand Down
4 changes: 2 additions & 2 deletions docs/v1/MonitorsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ let params: v1.MonitorsApiListMonitorsRequest = {
monitorTags: "service:my-app",
// boolean | If this argument is set to true, then the returned data includes all current active downtimes for each monitor. (optional)
withDowntimes: true,
// number | Monitor ID offset. (optional)
// number | Use this parameter for paginating through large sets of monitors. Start with a value of zero, make a request, set the value to the last ID of result set, and then repeat until the response is empty. (optional)
idOffset: 1,
// number | The page to start paginating from. If this argument is not specified, the request returns all monitors without pagination. (optional)
page: 0,
Expand All @@ -505,7 +505,7 @@ apiInstance
| **tags** | [**string**] | A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, &#x60;host:host0&#x60;. | (optional) defaults to undefined |
| **monitorTags** | [**string**] | A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, &#x60;service:my-app&#x60;. | (optional) defaults to undefined |
| **withDowntimes** | [**boolean**] | If this argument is set to true, then the returned data includes all current active downtimes for each monitor. | (optional) defaults to undefined |
| **idOffset** | [**number**] | Monitor ID offset. | (optional) defaults to undefined |
| **idOffset** | [**number**] | Use this parameter for paginating through large sets of monitors. Start with a value of zero, make a request, set the value to the last ID of result set, and then repeat until the response is empty. | (optional) defaults to undefined |
| **page** | [**number**] | The page to start paginating from. If this argument is not specified, the request returns all monitors without pagination. | (optional) defaults to undefined |
| **pageSize** | [**number**] | The number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without a &#x60;page_size&#x60; limit. However, if page is specified and &#x60;page_size&#x60; is not, the argument defaults to 100. | (optional) defaults to undefined |

Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v1/apis/MonitorsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export class MonitorsApiRequestFactory extends BaseAPIRequestFactory {
* @param tags A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, &#x60;host:host0&#x60;.
* @param monitorTags A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, &#x60;service:my-app&#x60;.
* @param withDowntimes If this argument is set to true, then the returned data includes all current active downtimes for each monitor.
* @param idOffset Monitor ID offset.
* @param idOffset Use this parameter for paginating through large sets of monitors. Start with a value of zero, make a request, set the value to the last ID of result set, and then repeat until the response is empty.
* @param page The page to start paginating from. If this argument is not specified, the request returns all monitors without pagination.
* @param pageSize The number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without a &#x60;page_size&#x60; limit. However, if page is specified and &#x60;page_size&#x60; is not, the argument defaults to 100.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v1/types/ObjectParamAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2490,7 +2490,7 @@ export interface MonitorsApiListMonitorsRequest {
*/
withDowntimes?: boolean;
/**
* Monitor ID offset.
* Use this parameter for paginating through large sets of monitors. Start with a value of zero, make a request, set the value to the last ID of result set, and then repeat until the response is empty.
* @type number
* @memberof MonitorsApilistMonitors
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v1/types/ObservableAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4281,7 +4281,7 @@ export class ObservableMonitorsApi {
* @param tags A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, &#x60;host:host0&#x60;.
* @param monitorTags A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, &#x60;service:my-app&#x60;.
* @param withDowntimes If this argument is set to true, then the returned data includes all current active downtimes for each monitor.
* @param idOffset Monitor ID offset.
* @param idOffset Use this parameter for paginating through large sets of monitors. Start with a value of zero, make a request, set the value to the last ID of result set, and then repeat until the response is empty.
* @param page The page to start paginating from. If this argument is not specified, the request returns all monitors without pagination.
* @param pageSize The number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without a &#x60;page_size&#x60; limit. However, if page is specified and &#x60;page_size&#x60; is not, the argument defaults to 100.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v1/types/PromiseAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ export class PromiseMonitorsApi {
* @param tags A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, &#x60;host:host0&#x60;.
* @param monitorTags A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, &#x60;service:my-app&#x60;.
* @param withDowntimes If this argument is set to true, then the returned data includes all current active downtimes for each monitor.
* @param idOffset Monitor ID offset.
* @param idOffset Use this parameter for paginating through large sets of monitors. Start with a value of zero, make a request, set the value to the last ID of result set, and then repeat until the response is empty.
* @param page The page to start paginating from. If this argument is not specified, the request returns all monitors without pagination.
* @param pageSize The number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without a &#x60;page_size&#x60; limit. However, if page is specified and &#x60;page_size&#x60; is not, the argument defaults to 100.
*/
Expand Down

0 comments on commit a4b3213

Please sign in to comment.