oci-stackmonitoring 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +260 -0
- package/lib/client.js +1442 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/associate-monitored-resources-details.d.ts +37 -0
- package/lib/model/associate-monitored-resources-details.js +29 -0
- package/lib/model/associate-monitored-resources-details.js.map +1 -0
- package/lib/model/association-resource-details.d.ts +29 -0
- package/lib/model/association-resource-details.js +29 -0
- package/lib/model/association-resource-details.js.map +1 -0
- package/lib/model/change-monitored-resource-compartment-details.d.ts +27 -0
- package/lib/model/change-monitored-resource-compartment-details.js +29 -0
- package/lib/model/change-monitored-resource-compartment-details.js.map +1 -0
- package/lib/model/connection-details.d.ts +54 -0
- package/lib/model/connection-details.js +39 -0
- package/lib/model/connection-details.js.map +1 -0
- package/lib/model/create-discovery-job-details.d.ts +59 -0
- package/lib/model/create-discovery-job-details.js +63 -0
- package/lib/model/create-discovery-job-details.js.map +1 -0
- package/lib/model/create-monitored-resource-details.d.ts +57 -0
- package/lib/model/create-monitored-resource-details.js +79 -0
- package/lib/model/create-monitored-resource-details.js.map +1 -0
- package/lib/model/credential-collection.d.ts +26 -0
- package/lib/model/credential-collection.js +61 -0
- package/lib/model/credential-collection.js.map +1 -0
- package/lib/model/credential-details.d.ts +31 -0
- package/lib/model/credential-details.js +55 -0
- package/lib/model/credential-details.js.map +1 -0
- package/lib/model/credential-property.d.ts +29 -0
- package/lib/model/credential-property.js +29 -0
- package/lib/model/credential-property.js.map +1 -0
- package/lib/model/disassociate-monitored-resources-details.d.ts +37 -0
- package/lib/model/disassociate-monitored-resources-details.js +29 -0
- package/lib/model/disassociate-monitored-resources-details.js.map +1 -0
- package/lib/model/discovery-details.d.ts +47 -0
- package/lib/model/discovery-details.js +74 -0
- package/lib/model/discovery-details.js.map +1 -0
- package/lib/model/discovery-job-collection.d.ts +26 -0
- package/lib/model/discovery-job-collection.js +61 -0
- package/lib/model/discovery-job-collection.js.map +1 -0
- package/lib/model/discovery-job-log-collection.d.ts +26 -0
- package/lib/model/discovery-job-log-collection.js +61 -0
- package/lib/model/discovery-job-log-collection.js.map +1 -0
- package/lib/model/discovery-job-log-summary.d.ts +48 -0
- package/lib/model/discovery-job-log-summary.js +41 -0
- package/lib/model/discovery-job-log-summary.js.map +1 -0
- package/lib/model/discovery-job-summary.d.ts +128 -0
- package/lib/model/discovery-job-summary.js +65 -0
- package/lib/model/discovery-job-summary.js.map +1 -0
- package/lib/model/discovery-job.d.ts +115 -0
- package/lib/model/discovery-job.js +82 -0
- package/lib/model/discovery-job.js.map +1 -0
- package/lib/model/encrypted-credentials.d.ts +33 -0
- package/lib/model/encrypted-credentials.js +66 -0
- package/lib/model/encrypted-credentials.js.map +1 -0
- package/lib/model/index.d.ts +112 -0
- package/lib/model/index.js +135 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +32 -0
- package/lib/model/lifecycle-state.js +43 -0
- package/lib/model/lifecycle-state.js.map +1 -0
- package/lib/model/monitored-resource-alias-credential.d.ts +31 -0
- package/lib/model/monitored-resource-alias-credential.js +57 -0
- package/lib/model/monitored-resource-alias-credential.js.map +1 -0
- package/lib/model/monitored-resource-alias-source-credential.d.ts +33 -0
- package/lib/model/monitored-resource-alias-source-credential.js +29 -0
- package/lib/model/monitored-resource-alias-source-credential.js.map +1 -0
- package/lib/model/monitored-resource-association-summary.d.ts +68 -0
- package/lib/model/monitored-resource-association-summary.js +63 -0
- package/lib/model/monitored-resource-association-summary.js.map +1 -0
- package/lib/model/monitored-resource-association.d.ts +76 -0
- package/lib/model/monitored-resource-association.js +63 -0
- package/lib/model/monitored-resource-association.js.map +1 -0
- package/lib/model/monitored-resource-associations-collection.d.ts +26 -0
- package/lib/model/monitored-resource-associations-collection.js +61 -0
- package/lib/model/monitored-resource-associations-collection.js.map +1 -0
- package/lib/model/monitored-resource-collection.d.ts +26 -0
- package/lib/model/monitored-resource-collection.js +61 -0
- package/lib/model/monitored-resource-collection.js.map +1 -0
- package/lib/model/monitored-resource-credential.d.ts +38 -0
- package/lib/model/monitored-resource-credential.js +73 -0
- package/lib/model/monitored-resource-credential.js.map +1 -0
- package/lib/model/monitored-resource-member-summary.d.ts +78 -0
- package/lib/model/monitored-resource-member-summary.js +29 -0
- package/lib/model/monitored-resource-member-summary.js.map +1 -0
- package/lib/model/monitored-resource-members-collection.d.ts +26 -0
- package/lib/model/monitored-resource-members-collection.js +61 -0
- package/lib/model/monitored-resource-members-collection.js.map +1 -0
- package/lib/model/monitored-resource-property.d.ts +29 -0
- package/lib/model/monitored-resource-property.js +29 -0
- package/lib/model/monitored-resource-property.js.map +1 -0
- package/lib/model/monitored-resource-summary.d.ts +86 -0
- package/lib/model/monitored-resource-summary.js +29 -0
- package/lib/model/monitored-resource-summary.js.map +1 -0
- package/lib/model/monitored-resource.d.ts +105 -0
- package/lib/model/monitored-resource.js +79 -0
- package/lib/model/monitored-resource.js.map +1 -0
- package/lib/model/operation-status.d.ts +33 -0
- package/lib/model/operation-status.js +44 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +33 -0
- package/lib/model/operation-type.js +44 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/plain-text-credentials.d.ts +29 -0
- package/lib/model/plain-text-credentials.js +66 -0
- package/lib/model/plain-text-credentials.js.map +1 -0
- package/lib/model/pre-existing-credentials.d.ts +25 -0
- package/lib/model/pre-existing-credentials.js +54 -0
- package/lib/model/pre-existing-credentials.js.map +1 -0
- package/lib/model/property-details.d.ts +27 -0
- package/lib/model/property-details.js +29 -0
- package/lib/model/property-details.js.map +1 -0
- package/lib/model/resource-lifecycle-state.d.ts +32 -0
- package/lib/model/resource-lifecycle-state.js +43 -0
- package/lib/model/resource-lifecycle-state.js.map +1 -0
- package/lib/model/search-monitored-resource-associations-details.d.ts +68 -0
- package/lib/model/search-monitored-resource-associations-details.js +34 -0
- package/lib/model/search-monitored-resource-associations-details.js.map +1 -0
- package/lib/model/search-monitored-resource-members-details.d.ts +29 -0
- package/lib/model/search-monitored-resource-members-details.js +29 -0
- package/lib/model/search-monitored-resource-members-details.js.map +1 -0
- package/lib/model/search-monitored-resources-details.d.ts +126 -0
- package/lib/model/search-monitored-resources-details.js +34 -0
- package/lib/model/search-monitored-resources-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-monitored-resource-details.d.ts +41 -0
- package/lib/model/update-monitored-resource-details.js +79 -0
- package/lib/model/update-monitored-resource-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +35 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +29 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +67 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +67 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/associate-monitored-resources-request.d.ts +47 -0
- package/lib/request/associate-monitored-resources-request.js +15 -0
- package/lib/request/associate-monitored-resources-request.js.map +1 -0
- package/lib/request/change-monitored-resource-compartment-request.d.ts +51 -0
- package/lib/request/change-monitored-resource-compartment-request.js +15 -0
- package/lib/request/change-monitored-resource-compartment-request.js.map +1 -0
- package/lib/request/create-discovery-job-request.d.ts +38 -0
- package/lib/request/create-discovery-job-request.js +15 -0
- package/lib/request/create-discovery-job-request.js.map +1 -0
- package/lib/request/create-monitored-resource-request.d.ts +46 -0
- package/lib/request/create-monitored-resource-request.js +15 -0
- package/lib/request/create-monitored-resource-request.js.map +1 -0
- package/lib/request/delete-discovery-job-request.d.ts +37 -0
- package/lib/request/delete-discovery-job-request.js +15 -0
- package/lib/request/delete-discovery-job-request.js.map +1 -0
- package/lib/request/delete-monitored-resource-request.d.ts +37 -0
- package/lib/request/delete-monitored-resource-request.js +15 -0
- package/lib/request/delete-monitored-resource-request.js.map +1 -0
- package/lib/request/disable-external-database-request.d.ts +46 -0
- package/lib/request/disable-external-database-request.js +15 -0
- package/lib/request/disable-external-database-request.js.map +1 -0
- package/lib/request/disassociate-monitored-resources-request.d.ts +47 -0
- package/lib/request/disassociate-monitored-resources-request.js +15 -0
- package/lib/request/disassociate-monitored-resources-request.js.map +1 -0
- package/lib/request/get-discovery-job-request.d.ts +28 -0
- package/lib/request/get-discovery-job-request.js +15 -0
- package/lib/request/get-discovery-job-request.js.map +1 -0
- package/lib/request/get-monitored-resource-request.d.ts +28 -0
- package/lib/request/get-monitored-resource-request.js +15 -0
- package/lib/request/get-monitored-resource-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +28 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +52 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-discovery-job-logs-request.d.ts +69 -0
- package/lib/request/list-discovery-job-logs-request.js +31 -0
- package/lib/request/list-discovery-job-logs-request.js.map +1 -0
- package/lib/request/list-discovery-jobs-request.d.ts +63 -0
- package/lib/request/list-discovery-jobs-request.js +24 -0
- package/lib/request/list-discovery-jobs-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +58 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +58 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +70 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/search-monitored-resource-associations-request.d.ts +61 -0
- package/lib/request/search-monitored-resource-associations-request.js +15 -0
- package/lib/request/search-monitored-resource-associations-request.js.map +1 -0
- package/lib/request/search-monitored-resource-members-request.d.ts +82 -0
- package/lib/request/search-monitored-resource-members-request.js +25 -0
- package/lib/request/search-monitored-resource-members-request.js.map +1 -0
- package/lib/request/search-monitored-resources-request.d.ts +61 -0
- package/lib/request/search-monitored-resources-request.js +15 -0
- package/lib/request/search-monitored-resources-request.js.map +1 -0
- package/lib/request/update-monitored-resource-request.d.ts +42 -0
- package/lib/request/update-monitored-resource-request.js +15 -0
- package/lib/request/update-monitored-resource-request.js.map +1 -0
- package/lib/response/associate-monitored-resources-response.d.ts +30 -0
- package/lib/response/associate-monitored-resources-response.js +15 -0
- package/lib/response/associate-monitored-resources-response.js.map +1 -0
- package/lib/response/change-monitored-resource-compartment-response.d.ts +25 -0
- package/lib/response/change-monitored-resource-compartment-response.js +15 -0
- package/lib/response/change-monitored-resource-compartment-response.js.map +1 -0
- package/lib/response/create-discovery-job-response.d.ts +30 -0
- package/lib/response/create-discovery-job-response.js +15 -0
- package/lib/response/create-discovery-job-response.js.map +1 -0
- package/lib/response/create-monitored-resource-response.d.ts +48 -0
- package/lib/response/create-monitored-resource-response.js +15 -0
- package/lib/response/create-monitored-resource-response.js.map +1 -0
- package/lib/response/delete-discovery-job-response.d.ts +20 -0
- package/lib/response/delete-discovery-job-response.js +15 -0
- package/lib/response/delete-discovery-job-response.js.map +1 -0
- package/lib/response/delete-monitored-resource-response.d.ts +25 -0
- package/lib/response/delete-monitored-resource-response.js +15 -0
- package/lib/response/delete-monitored-resource-response.js.map +1 -0
- package/lib/response/disable-external-database-response.d.ts +25 -0
- package/lib/response/disable-external-database-response.js +15 -0
- package/lib/response/disable-external-database-response.js.map +1 -0
- package/lib/response/disassociate-monitored-resources-response.d.ts +20 -0
- package/lib/response/disassociate-monitored-resources-response.js +15 -0
- package/lib/response/disassociate-monitored-resources-response.js.map +1 -0
- package/lib/response/get-discovery-job-response.d.ts +30 -0
- package/lib/response/get-discovery-job-response.js +15 -0
- package/lib/response/get-discovery-job-response.js.map +1 -0
- package/lib/response/get-monitored-resource-response.d.ts +30 -0
- package/lib/response/get-monitored-resource-response.js +15 -0
- package/lib/response/get-monitored-resource-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +29 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +52 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-discovery-job-logs-response.d.ts +32 -0
- package/lib/response/list-discovery-job-logs-response.js +15 -0
- package/lib/response/list-discovery-job-logs-response.js.map +1 -0
- package/lib/response/list-discovery-jobs-response.d.ts +32 -0
- package/lib/response/list-discovery-jobs-response.js +15 -0
- package/lib/response/list-discovery-jobs-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/search-monitored-resource-associations-response.d.ts +37 -0
- package/lib/response/search-monitored-resource-associations-response.js +15 -0
- package/lib/response/search-monitored-resource-associations-response.js.map +1 -0
- package/lib/response/search-monitored-resource-members-response.d.ts +37 -0
- package/lib/response/search-monitored-resource-members-response.js +15 -0
- package/lib/response/search-monitored-resource-members-response.js.map +1 -0
- package/lib/response/search-monitored-resources-response.d.ts +37 -0
- package/lib/response/search-monitored-resources-response.js +15 -0
- package/lib/response/search-monitored-resources-response.js.map +1 -0
- package/lib/response/update-monitored-resource-response.d.ts +25 -0
- package/lib/response/update-monitored-resource-response.js +15 -0
- package/lib/response/update-monitored-resource-response.js.map +1 -0
- package/lib/stackmonitoring-waiter.d.ts +44 -0
- package/lib/stackmonitoring-waiter.js +88 -0
- package/lib/stackmonitoring-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListWorkRequestErrorsRequest = void 0;
|
|
16
|
+
var ListWorkRequestErrorsRequest;
|
|
17
|
+
(function (ListWorkRequestErrorsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timestamp"] = "timestamp";
|
|
21
|
+
})(SortBy = ListWorkRequestErrorsRequest.SortBy || (ListWorkRequestErrorsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestErrorsRequest = exports.ListWorkRequestErrorsRequest || (exports.ListWorkRequestErrorsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-request-errors-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6CH,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC3C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAEjB;AACH,CAAC,EAJgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAI5C"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/stackmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
21
|
+
*/
|
|
22
|
+
"workRequestId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
25
|
+
* particular request, please provide the request ID.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* For list pagination. The value of the `opc-next-page` response header from the
|
|
31
|
+
* previous \"List\" call. For important details about how pagination works, see
|
|
32
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"page"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
38
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
39
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"limit"?: number;
|
|
43
|
+
/**
|
|
44
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"sortOrder"?: model.SortOrder;
|
|
48
|
+
/**
|
|
49
|
+
* The field to sort by. Only one sort order may
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"sortBy"?: ListWorkRequestLogsRequest.SortBy;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace ListWorkRequestLogsRequest {
|
|
55
|
+
enum SortBy {
|
|
56
|
+
Timestamp = "timestamp"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListWorkRequestLogsRequest = void 0;
|
|
16
|
+
var ListWorkRequestLogsRequest;
|
|
17
|
+
(function (ListWorkRequestLogsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Timestamp"] = "timestamp";
|
|
21
|
+
})(SortBy = ListWorkRequestLogsRequest.SortBy || (ListWorkRequestLogsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestLogsRequest = exports.ListWorkRequestLogsRequest || (exports.ListWorkRequestLogsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-request-logs-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6CH,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IACzC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EAJgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAI1C"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/stackmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the compartment in which data is listed.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the asynchronous work request.
|
|
25
|
+
*/
|
|
26
|
+
"workRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only resources their lifecycleState matches the given OperationStatus.
|
|
29
|
+
*/
|
|
30
|
+
"status"?: model.OperationStatus;
|
|
31
|
+
/**
|
|
32
|
+
* The ID of the resource affected by the work request.
|
|
33
|
+
*/
|
|
34
|
+
"resourceId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
37
|
+
* particular request, please provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* For list pagination. The value of the `opc-next-page` response header from the
|
|
43
|
+
* previous \"List\" call. For important details about how pagination works, see
|
|
44
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"page"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
50
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
51
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"limit"?: number;
|
|
55
|
+
/**
|
|
56
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"sortOrder"?: model.SortOrder;
|
|
60
|
+
/**
|
|
61
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending. If no value is specified timeAccepted is default.
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"sortBy"?: ListWorkRequestsRequest.SortBy;
|
|
65
|
+
}
|
|
66
|
+
export declare namespace ListWorkRequestsRequest {
|
|
67
|
+
enum SortBy {
|
|
68
|
+
TimeAccepted = "timeAccepted"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListWorkRequestsRequest = void 0;
|
|
16
|
+
var ListWorkRequestsRequest;
|
|
17
|
+
(function (ListWorkRequestsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeAccepted"] = "timeAccepted";
|
|
21
|
+
})(SortBy = ListWorkRequestsRequest.SortBy || (ListWorkRequestsRequest.SortBy = {}));
|
|
22
|
+
})(ListWorkRequestsRequest = exports.ListWorkRequestsRequest || (exports.ListWorkRequestsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=list-work-requests-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyDH,IAAiB,uBAAuB,CAIvC;AAJD,WAAiB,uBAAuB;IACtC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/stackmonitoring/SearchMonitoredResourceAssociations.ts.html |here} to see how to use SearchMonitoredResourceAssociationsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SearchMonitoredResourceAssociationsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Search Criteria for the listing the monitored resource associations.
|
|
21
|
+
*/
|
|
22
|
+
"searchMonitoredResourceAssociationsDetails": model.SearchMonitoredResourceAssociationsDetails;
|
|
23
|
+
/**
|
|
24
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
25
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
26
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"limit"?: number;
|
|
30
|
+
/**
|
|
31
|
+
* For list pagination. The value of the `opc-next-page` response header from the
|
|
32
|
+
* previous \"List\" call. For important details about how pagination works, see
|
|
33
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"page"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
39
|
+
* particular request, please provide the request ID.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
45
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
46
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
47
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
48
|
+
* might be rejected.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"opcRetryToken"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
54
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
55
|
+
* etag from a previous GET or POST response for that resource.
|
|
56
|
+
* The resource will be updated or deleted only if the etag you
|
|
57
|
+
* provide matches the resource's current etag value.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"ifMatch"?: string;
|
|
61
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=search-monitored-resource-associations-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-monitored-resource-associations-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/search-monitored-resource-associations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/stackmonitoring/SearchMonitoredResourceMembers.ts.html |here} to see how to use SearchMonitoredResourceMembersRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SearchMonitoredResourceMembersRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource.
|
|
21
|
+
*/
|
|
22
|
+
"monitoredResourceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Search criteria for the listing the member monitored resources.
|
|
25
|
+
*/
|
|
26
|
+
"searchMonitoredResourceMembersDetails": model.SearchMonitoredResourceMembersDetails;
|
|
27
|
+
/**
|
|
28
|
+
* If this query parameter is specified, the result is sorted by this query parameter value.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"sortBy"?: SearchMonitoredResourceMembersRequest.SortBy;
|
|
32
|
+
/**
|
|
33
|
+
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"sortOrder"?: model.SortOrder;
|
|
37
|
+
/**
|
|
38
|
+
* For list pagination. The value of the `opc-next-page` response header from the
|
|
39
|
+
* previous \"List\" call. For important details about how pagination works, see
|
|
40
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"page"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
46
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
47
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"limit"?: number;
|
|
51
|
+
/**
|
|
52
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
53
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
54
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
55
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
56
|
+
* might be rejected.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
"opcRetryToken"?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
62
|
+
* particular request, please provide the request ID.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"opcRequestId"?: string;
|
|
66
|
+
/**
|
|
67
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
68
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
69
|
+
* etag from a previous GET or POST response for that resource.
|
|
70
|
+
* The resource will be updated or deleted only if the etag you
|
|
71
|
+
* provide matches the resource's current etag value.
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
"ifMatch"?: string;
|
|
75
|
+
}
|
|
76
|
+
export declare namespace SearchMonitoredResourceMembersRequest {
|
|
77
|
+
enum SortBy {
|
|
78
|
+
ResourceName = "resourceName",
|
|
79
|
+
ResourceType = "resourceType",
|
|
80
|
+
SourceResourceType = "sourceResourceType"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.SearchMonitoredResourceMembersRequest = void 0;
|
|
16
|
+
var SearchMonitoredResourceMembersRequest;
|
|
17
|
+
(function (SearchMonitoredResourceMembersRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["ResourceName"] = "resourceName";
|
|
21
|
+
SortBy["ResourceType"] = "resourceType";
|
|
22
|
+
SortBy["SourceResourceType"] = "sourceResourceType";
|
|
23
|
+
})(SortBy = SearchMonitoredResourceMembersRequest.SortBy || (SearchMonitoredResourceMembersRequest.SortBy = {}));
|
|
24
|
+
})(SearchMonitoredResourceMembersRequest = exports.SearchMonitoredResourceMembersRequest || (exports.SearchMonitoredResourceMembersRequest = {}));
|
|
25
|
+
//# sourceMappingURL=search-monitored-resource-members-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-monitored-resource-members-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/search-monitored-resource-members-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmEH,IAAiB,qCAAqC,CAMrD;AAND,WAAiB,qCAAqC;IACpD,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;QAC7B,mDAAyC,CAAA;IAC3C,CAAC,EAJW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAIjB;AACH,CAAC,EANgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAMrD"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/stackmonitoring/SearchMonitoredResources.ts.html |here} to see how to use SearchMonitoredResourcesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface SearchMonitoredResourcesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Property Search Criteria for the listing the monitored resources.
|
|
21
|
+
*/
|
|
22
|
+
"searchMonitoredResourcesDetails": model.SearchMonitoredResourcesDetails;
|
|
23
|
+
/**
|
|
24
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
25
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
26
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"limit"?: number;
|
|
30
|
+
/**
|
|
31
|
+
* For list pagination. The value of the `opc-next-page` response header from the
|
|
32
|
+
* previous \"List\" call. For important details about how pagination works, see
|
|
33
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"page"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
39
|
+
* particular request, please provide the request ID.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"opcRequestId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
45
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
46
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
47
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
48
|
+
* might be rejected.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"opcRetryToken"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
54
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
55
|
+
* etag from a previous GET or POST response for that resource.
|
|
56
|
+
* The resource will be updated or deleted only if the etag you
|
|
57
|
+
* provide matches the resource's current etag value.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"ifMatch"?: string;
|
|
61
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=search-monitored-resources-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-monitored-resources-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/search-monitored-resources-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/stackmonitoring/UpdateMonitoredResource.ts.html |here} to see how to use UpdateMonitoredResourceRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateMonitoredResourceRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource.
|
|
21
|
+
*/
|
|
22
|
+
"monitoredResourceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"updateMonitoredResourceDetails": model.UpdateMonitoredResourceDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
38
|
+
* particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-monitored-resource-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-monitored-resource-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/update-monitored-resource-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface AssociateMonitoredResourcesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.MonitoredResourceAssociation instance.
|
|
28
|
+
*/
|
|
29
|
+
"monitoredResourceAssociation": model.MonitoredResourceAssociation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=associate-monitored-resources-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"associate-monitored-resources-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/associate-monitored-resources-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeMonitoredResourceCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-monitored-resource-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-monitored-resource-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/change-monitored-resource-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|