oci-stackmonitoring 2.57.0 → 2.59.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/lib/client.d.ts +76 -32
- package/lib/client.js +142 -32
- package/lib/client.js.map +1 -1
- package/lib/model/associate-monitored-resources-details.d.ts +8 -4
- package/lib/model/associate-monitored-resources-details.js.map +1 -1
- package/lib/model/associated-monitored-resource.d.ts +17 -7
- package/lib/model/associated-monitored-resource.js.map +1 -1
- package/lib/model/associated-resources-summary.d.ts +17 -7
- package/lib/model/associated-resources-summary.js.map +1 -1
- package/lib/model/association-details.d.ts +4 -2
- package/lib/model/association-details.js.map +1 -1
- package/lib/model/association-resource-details.d.ts +11 -3
- package/lib/model/association-resource-details.js.map +1 -1
- package/lib/model/connection-details.d.ts +8 -4
- package/lib/model/connection-details.js.map +1 -1
- package/lib/model/create-discovery-job-details.d.ts +7 -0
- package/lib/model/create-discovery-job-details.js.map +1 -1
- package/lib/model/create-monitored-resource-details.d.ts +55 -7
- package/lib/model/create-monitored-resource-details.js +20 -0
- package/lib/model/create-monitored-resource-details.js.map +1 -1
- package/lib/model/credential-property.d.ts +6 -2
- package/lib/model/credential-property.js.map +1 -1
- package/lib/model/disassociate-monitored-resources-details.d.ts +8 -4
- package/lib/model/disassociate-monitored-resources-details.js.map +1 -1
- package/lib/model/encrypted-credentials.d.ts +4 -2
- package/lib/model/encrypted-credentials.js.map +1 -1
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +4 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/monitored-resource-alias-credential.d.ts +3 -1
- package/lib/model/monitored-resource-alias-credential.js.map +1 -1
- package/lib/model/monitored-resource-alias-source-credential.d.ts +12 -4
- package/lib/model/monitored-resource-alias-source-credential.js.map +1 -1
- package/lib/model/monitored-resource-association-summary.d.ts +8 -4
- package/lib/model/monitored-resource-association-summary.js.map +1 -1
- package/lib/model/monitored-resource-association.d.ts +31 -7
- package/lib/model/monitored-resource-association.js +11 -0
- package/lib/model/monitored-resource-association.js.map +1 -1
- package/lib/model/monitored-resource-credential.d.ts +5 -2
- package/lib/model/monitored-resource-credential.js.map +1 -1
- package/lib/model/monitored-resource-member-summary.d.ts +18 -8
- package/lib/model/monitored-resource-member-summary.js.map +1 -1
- package/lib/model/monitored-resource-members-collection.d.ts +2 -1
- package/lib/model/monitored-resource-members-collection.js.map +1 -1
- package/lib/model/monitored-resource-property.d.ts +6 -3
- package/lib/model/monitored-resource-property.js.map +1 -1
- package/lib/model/monitored-resource-summary.d.ts +14 -9
- package/lib/model/monitored-resource-summary.js.map +1 -1
- package/lib/model/monitored-resource.d.ts +24 -12
- package/lib/model/monitored-resource.js.map +1 -1
- package/lib/model/operation-type.d.ts +1 -0
- package/lib/model/operation-type.js +1 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/plain-text-credentials.d.ts +3 -1
- package/lib/model/plain-text-credentials.js.map +1 -1
- package/lib/model/pre-existing-credentials.d.ts +1 -1
- package/lib/model/resource-lifecycle-state.d.ts +2 -1
- package/lib/model/resource-lifecycle-state.js +2 -1
- package/lib/model/resource-lifecycle-state.js.map +1 -1
- package/lib/model/search-associated-resources-details.d.ts +4 -2
- package/lib/model/search-associated-resources-details.js.map +1 -1
- package/lib/model/search-monitored-resource-associations-details.d.ts +16 -8
- package/lib/model/search-monitored-resource-associations-details.js.map +1 -1
- package/lib/model/search-monitored-resource-members-details.d.ts +4 -2
- package/lib/model/search-monitored-resource-members-details.js.map +1 -1
- package/lib/model/search-monitored-resources-details.d.ts +16 -8
- package/lib/model/search-monitored-resources-details.js.map +1 -1
- package/lib/model/update-and-propagate-tags-details.d.ts +52 -0
- package/lib/model/update-and-propagate-tags-details.js +29 -0
- package/lib/model/update-and-propagate-tags-details.js.map +1 -0
- package/lib/model/update-monitored-resource-details.d.ts +46 -3
- package/lib/model/update-monitored-resource-details.js +20 -0
- package/lib/model/update-monitored-resource-details.js.map +1 -1
- package/lib/request/associate-monitored-resources-request.d.ts +3 -2
- package/lib/request/change-monitored-resource-compartment-request.d.ts +1 -1
- package/lib/request/create-discovery-job-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-request.d.ts +3 -2
- package/lib/request/delete-discovery-job-request.d.ts +1 -1
- package/lib/request/delete-monitored-resource-request.d.ts +4 -2
- package/lib/request/disable-external-database-request.d.ts +1 -1
- package/lib/request/disassociate-monitored-resources-request.d.ts +1 -1
- package/lib/request/get-discovery-job-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -0
- package/lib/request/list-discovery-job-logs-request.d.ts +1 -1
- package/lib/request/list-discovery-jobs-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/search-associated-resources-request.d.ts +1 -1
- package/lib/request/search-monitored-resource-associations-request.d.ts +3 -2
- package/lib/request/search-monitored-resource-members-request.d.ts +3 -2
- package/lib/request/search-monitored-resource-members-request.js.map +1 -1
- package/lib/request/search-monitored-resources-request.d.ts +3 -2
- package/lib/request/update-and-propagate-tags-request.d.ts +51 -0
- package/lib/request/update-and-propagate-tags-request.js +15 -0
- package/lib/request/update-and-propagate-tags-request.js.map +1 -0
- package/lib/request/update-monitored-resource-request.d.ts +1 -1
- package/lib/response/index.d.ts +2 -0
- package/lib/response/update-and-propagate-tags-response.d.ts +25 -0
- package/lib/response/update-and-propagate-tags-response.js +15 -0
- package/lib/response/update-and-propagate-tags-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -16,11 +16,13 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface AssociatedMonitoredResource {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Monitored resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
20
|
+
*
|
|
20
21
|
*/
|
|
21
22
|
"id": string;
|
|
22
23
|
/**
|
|
23
|
-
*
|
|
24
|
+
* Monitored Resource Name.
|
|
25
|
+
*
|
|
24
26
|
*/
|
|
25
27
|
"name"?: string;
|
|
26
28
|
/**
|
|
@@ -28,18 +30,25 @@ export interface AssociatedMonitoredResource {
|
|
|
28
30
|
*/
|
|
29
31
|
"displayName"?: string;
|
|
30
32
|
/**
|
|
31
|
-
*
|
|
33
|
+
* Monitored Resource Type.
|
|
34
|
+
*
|
|
32
35
|
*/
|
|
33
36
|
"type"?: string;
|
|
34
37
|
/**
|
|
35
|
-
*
|
|
38
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"compartmentId"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Monitored Resource Host Name.
|
|
44
|
+
*
|
|
36
45
|
*/
|
|
37
46
|
"hostName"?: string;
|
|
38
47
|
/**
|
|
39
48
|
* External resource is any OCI resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
40
49
|
* which is not a Stack Monitoring service resource.
|
|
41
|
-
* Currently supports only following resource
|
|
42
|
-
*
|
|
50
|
+
* Currently supports only following resource types - Container database, non-container database,
|
|
51
|
+
* pluggable database and OCI compute instance.
|
|
43
52
|
*
|
|
44
53
|
*/
|
|
45
54
|
"externalId"?: string;
|
|
@@ -52,7 +61,8 @@ export interface AssociatedMonitoredResource {
|
|
|
52
61
|
*/
|
|
53
62
|
"lifecycleState"?: model.ResourceLifecycleState;
|
|
54
63
|
/**
|
|
55
|
-
* Association details of the resource
|
|
64
|
+
* Association details of the resource.
|
|
65
|
+
*
|
|
56
66
|
*/
|
|
57
67
|
"association"?: any;
|
|
58
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"associated-monitored-resource.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/associated-monitored-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"associated-monitored-resource.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/associated-monitored-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
|
|
@@ -16,11 +16,13 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface AssociatedResourcesSummary {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Monitored resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
20
|
+
*
|
|
20
21
|
*/
|
|
21
22
|
"id": string;
|
|
22
23
|
/**
|
|
23
|
-
*
|
|
24
|
+
* Monitored Resource Name.
|
|
25
|
+
*
|
|
24
26
|
*/
|
|
25
27
|
"name"?: string;
|
|
26
28
|
/**
|
|
@@ -28,18 +30,25 @@ export interface AssociatedResourcesSummary {
|
|
|
28
30
|
*/
|
|
29
31
|
"displayName"?: string;
|
|
30
32
|
/**
|
|
31
|
-
*
|
|
33
|
+
* Monitored Resource Type.
|
|
34
|
+
*
|
|
32
35
|
*/
|
|
33
36
|
"type"?: string;
|
|
34
37
|
/**
|
|
35
|
-
*
|
|
38
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"compartmentId"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Monitored Resource Host Name.
|
|
44
|
+
*
|
|
36
45
|
*/
|
|
37
46
|
"hostName"?: string;
|
|
38
47
|
/**
|
|
39
48
|
* External resource is any OCI resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
40
49
|
* which is not a Stack Monitoring service resource.
|
|
41
|
-
* Currently supports only following resource
|
|
42
|
-
*
|
|
50
|
+
* Currently supports only following resource types - Container database, non-container database,
|
|
51
|
+
* pluggable database and OCI compute instance.
|
|
43
52
|
*
|
|
44
53
|
*/
|
|
45
54
|
"externalId"?: string;
|
|
@@ -52,7 +61,8 @@ export interface AssociatedResourcesSummary {
|
|
|
52
61
|
*/
|
|
53
62
|
"lifecycleState"?: model.ResourceLifecycleState;
|
|
54
63
|
/**
|
|
55
|
-
* List of associated monitored resources
|
|
64
|
+
* List of associated monitored resources.
|
|
65
|
+
*
|
|
56
66
|
*/
|
|
57
67
|
"associatedResources"?: Array<model.AssociatedMonitoredResource>;
|
|
58
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"associated-resources-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/associated-resources-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"associated-resources-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/associated-resources-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2DlC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
|
|
@@ -15,11 +15,13 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface AssociationDetails {
|
|
17
17
|
/**
|
|
18
|
-
* Source Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
18
|
+
* Source Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
19
|
+
*
|
|
19
20
|
*/
|
|
20
21
|
"sourceResourceId": string;
|
|
21
22
|
/**
|
|
22
|
-
* Association Type
|
|
23
|
+
* Association Type.
|
|
24
|
+
*
|
|
23
25
|
*/
|
|
24
26
|
"associationType": string;
|
|
25
27
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"association-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/association-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"association-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/association-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqBH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -11,17 +11,25 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* Association Resource Details
|
|
14
|
+
* Association Resource Details.
|
|
15
|
+
*
|
|
15
16
|
*/
|
|
16
17
|
export interface AssociationResourceDetails {
|
|
17
18
|
/**
|
|
18
|
-
* Monitored Resource Name
|
|
19
|
+
* Monitored Resource Name.
|
|
20
|
+
*
|
|
19
21
|
*/
|
|
20
22
|
"name"?: string;
|
|
21
23
|
/**
|
|
22
|
-
* Monitored Resource Type
|
|
24
|
+
* Monitored Resource Type.
|
|
25
|
+
*
|
|
23
26
|
*/
|
|
24
27
|
"type"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"compartmentId"?: string;
|
|
25
33
|
}
|
|
26
34
|
export declare namespace AssociationResourceDetails {
|
|
27
35
|
function getJsonObj(obj: AssociationResourceDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"association-resource-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/association-resource-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"association-resource-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/association-resource-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
|
|
@@ -11,7 +11,8 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* Connection details
|
|
14
|
+
* Connection details for the database.
|
|
15
|
+
*
|
|
15
16
|
*/
|
|
16
17
|
export interface ConnectionDetails {
|
|
17
18
|
/**
|
|
@@ -23,7 +24,8 @@ export interface ConnectionDetails {
|
|
|
23
24
|
*/
|
|
24
25
|
"port": number;
|
|
25
26
|
/**
|
|
26
|
-
* Database connector Identifier
|
|
27
|
+
* Database connector Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
28
|
+
*
|
|
27
29
|
*/
|
|
28
30
|
"connectorId"?: string;
|
|
29
31
|
/**
|
|
@@ -35,11 +37,13 @@ export interface ConnectionDetails {
|
|
|
35
37
|
*/
|
|
36
38
|
"dbUniqueName"?: string;
|
|
37
39
|
/**
|
|
38
|
-
* dbId of the database
|
|
40
|
+
* dbId of the database.
|
|
41
|
+
*
|
|
39
42
|
*/
|
|
40
43
|
"dbId"?: string;
|
|
41
44
|
/**
|
|
42
|
-
* SSL Secret Identifier for TCPS connector in OCI Vault[OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
45
|
+
* SSL Secret Identifier for TCPS connector in OCI Vault[OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
46
|
+
*
|
|
43
47
|
*/
|
|
44
48
|
"sslSecretId"?: string;
|
|
45
49
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"connection-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2CH,IAAiB,iBAAiB,CAqBjC;AArBD,WAAiB,iBAAiB;IAChC,IAAY,QAQX;IARD,WAAY,QAAQ;QAClB,uBAAW,CAAA;QACX,yBAAa,CAAA;QACb;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EARW,QAAQ,GAAR,0BAAQ,KAAR,0BAAQ,QAQnB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAqBjC"}
|
|
@@ -29,6 +29,13 @@ export interface CreateDiscoveryJobDetails {
|
|
|
29
29
|
*/
|
|
30
30
|
"compartmentId": string;
|
|
31
31
|
"discoveryDetails": model.DiscoveryDetails;
|
|
32
|
+
/**
|
|
33
|
+
* If this parameter set to true, the specified tags will be applied
|
|
34
|
+
* to all resources discovered in the current request.
|
|
35
|
+
* Default is true.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"shouldPropagateTagsToDiscoveredResources"?: boolean;
|
|
32
39
|
/**
|
|
33
40
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
34
41
|
* Example: `{\"bar-key\": \"value\"}`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-discovery-job-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/create-discovery-job-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-discovery-job-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/create-discovery-job-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,yBAAyB,CA+BzC;AA/BD,WAAiB,yBAAyB;IACxC,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,gDAA+B,CAAA;QAC/B,oCAAmB,CAAA;IACrB,CAAC,EAJW,aAAa,GAAb,uCAAa,KAAb,uCAAa,QAIxB;IAED,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EA/BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA+BzC"}
|
|
@@ -12,11 +12,14 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* The information about new monitored resource
|
|
15
|
+
* The information about new monitored resource to be created.
|
|
16
|
+
* The combination of monitored resource name and type should be unique across tenancy.
|
|
17
|
+
*
|
|
16
18
|
*/
|
|
17
19
|
export interface CreateMonitoredResourceDetails {
|
|
18
20
|
/**
|
|
19
|
-
* Monitored
|
|
21
|
+
* Monitored Resource Name.
|
|
22
|
+
*
|
|
20
23
|
*/
|
|
21
24
|
"name": string;
|
|
22
25
|
/**
|
|
@@ -24,15 +27,18 @@ export interface CreateMonitoredResourceDetails {
|
|
|
24
27
|
*/
|
|
25
28
|
"displayName"?: string;
|
|
26
29
|
/**
|
|
27
|
-
* Monitored
|
|
30
|
+
* Monitored Resource Type.
|
|
31
|
+
*
|
|
28
32
|
*/
|
|
29
33
|
"type": string;
|
|
30
34
|
/**
|
|
31
|
-
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
35
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
36
|
+
*
|
|
32
37
|
*/
|
|
33
38
|
"compartmentId": string;
|
|
34
39
|
/**
|
|
35
|
-
* Host name of the monitored resource
|
|
40
|
+
* Host name of the monitored resource.
|
|
41
|
+
*
|
|
36
42
|
*/
|
|
37
43
|
"hostName"?: string;
|
|
38
44
|
/**
|
|
@@ -47,16 +53,58 @@ export interface CreateMonitoredResourceDetails {
|
|
|
47
53
|
*/
|
|
48
54
|
"managementAgentId"?: string;
|
|
49
55
|
/**
|
|
50
|
-
* Time zone in the form of tz database canonical zone ID.
|
|
56
|
+
* Time zone in the form of tz database canonical zone ID. Specifies the preference with
|
|
57
|
+
* a value that uses the IANA Time Zone Database format (x-obmcs-time-zone).
|
|
58
|
+
* For example - America/Los_Angeles
|
|
59
|
+
*
|
|
51
60
|
*/
|
|
52
61
|
"resourceTimeZone"?: string;
|
|
53
62
|
/**
|
|
54
|
-
* List of monitored resource properties
|
|
63
|
+
* List of monitored resource properties.
|
|
64
|
+
*
|
|
55
65
|
*/
|
|
56
66
|
"properties"?: Array<model.MonitoredResourceProperty>;
|
|
57
67
|
"databaseConnectionDetails"?: model.ConnectionDetails;
|
|
58
68
|
"credentials"?: model.PreExistingCredentials | model.EncryptedCredentials | model.PlainTextCredentials;
|
|
59
69
|
"aliases"?: model.MonitoredResourceAliasCredential;
|
|
70
|
+
/**
|
|
71
|
+
* List of MonitoredResourceCredentials. This property complements the existing
|
|
72
|
+
* \"credentials\" property by allowing user to specify more than one credential.
|
|
73
|
+
* If both \"credential\" and \"additionalCredentials\" are specified, union of the
|
|
74
|
+
* values is used as list of credentials applicable for this resource.
|
|
75
|
+
* If any duplicate found in the combined list of \"credentials\" and \"additionalCredentials\",
|
|
76
|
+
* an error will be thrown.
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"additionalCredentials"?: Array<model.MonitoredResourceCredential>;
|
|
80
|
+
/**
|
|
81
|
+
* List of MonitoredResourceAliasCredentials. This property complements the existing
|
|
82
|
+
* \"aliases\" property by allowing user to specify more than one credential alias.
|
|
83
|
+
* If both \"aliases\" and \"additionalAliases\" are specified, union of the
|
|
84
|
+
* values is used as list of aliases applicable for this resource.
|
|
85
|
+
* If any duplicate found in the combined list of \"alias\" and \"additionalAliases\",
|
|
86
|
+
* an error will be thrown.
|
|
87
|
+
*
|
|
88
|
+
*/
|
|
89
|
+
"additionalAliases"?: Array<model.MonitoredResourceAliasCredential>;
|
|
90
|
+
/**
|
|
91
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
92
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
"freeformTags"?: {
|
|
96
|
+
[key: string]: string;
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
100
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
"definedTags"?: {
|
|
104
|
+
[key: string]: {
|
|
105
|
+
[key: string]: any;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
60
108
|
}
|
|
61
109
|
export declare namespace CreateMonitoredResourceDetails {
|
|
62
110
|
function getJsonObj(obj: CreateMonitoredResourceDetails): object;
|
|
@@ -50,6 +50,16 @@ var CreateMonitoredResourceDetails;
|
|
|
50
50
|
: undefined,
|
|
51
51
|
"aliases": obj.aliases
|
|
52
52
|
? model.MonitoredResourceAliasCredential.getJsonObj(obj.aliases)
|
|
53
|
+
: undefined,
|
|
54
|
+
"additionalCredentials": obj.additionalCredentials
|
|
55
|
+
? obj.additionalCredentials.map(item => {
|
|
56
|
+
return model.MonitoredResourceCredential.getJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined,
|
|
59
|
+
"additionalAliases": obj.additionalAliases
|
|
60
|
+
? obj.additionalAliases.map(item => {
|
|
61
|
+
return model.MonitoredResourceAliasCredential.getJsonObj(item);
|
|
62
|
+
})
|
|
53
63
|
: undefined
|
|
54
64
|
});
|
|
55
65
|
return jsonObj;
|
|
@@ -70,6 +80,16 @@ var CreateMonitoredResourceDetails;
|
|
|
70
80
|
: undefined,
|
|
71
81
|
"aliases": obj.aliases
|
|
72
82
|
? model.MonitoredResourceAliasCredential.getDeserializedJsonObj(obj.aliases)
|
|
83
|
+
: undefined,
|
|
84
|
+
"additionalCredentials": obj.additionalCredentials
|
|
85
|
+
? obj.additionalCredentials.map(item => {
|
|
86
|
+
return model.MonitoredResourceCredential.getDeserializedJsonObj(item);
|
|
87
|
+
})
|
|
88
|
+
: undefined,
|
|
89
|
+
"additionalAliases": obj.additionalAliases
|
|
90
|
+
? obj.additionalAliases.map(item => {
|
|
91
|
+
return model.MonitoredResourceAliasCredential.getDeserializedJsonObj(item);
|
|
92
|
+
})
|
|
73
93
|
: undefined
|
|
74
94
|
});
|
|
75
95
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-monitored-resource-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/create-monitored-resource-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-monitored-resource-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/create-monitored-resource-details.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,11 +15,15 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface CredentialProperty {
|
|
17
17
|
/**
|
|
18
|
-
* The name of the credential property, should confirm with names of properties of this credential's type.
|
|
18
|
+
* The name of the credential property, should confirm with names of properties of this credential's type.
|
|
19
|
+
* Example: For JMXCreds type, credential property name for weblogic user is 'Username'.
|
|
20
|
+
*
|
|
19
21
|
*/
|
|
20
22
|
"name": string;
|
|
21
23
|
/**
|
|
22
|
-
* The value of the credential property name.
|
|
24
|
+
* The value of the credential property name.
|
|
25
|
+
* Example: For JMXCreds type, credential property value for 'Username' property is 'weblogic'.
|
|
26
|
+
*
|
|
23
27
|
*/
|
|
24
28
|
"value": string;
|
|
25
29
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credential-property.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/credential-property.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"credential-property.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/credential-property.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -15,19 +15,23 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface DisassociateMonitoredResourcesDetails {
|
|
17
17
|
/**
|
|
18
|
-
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
18
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
19
|
+
*
|
|
19
20
|
*/
|
|
20
21
|
"compartmentId": string;
|
|
21
22
|
/**
|
|
22
|
-
* Association type
|
|
23
|
+
* Association type between source and destination resources.
|
|
24
|
+
*
|
|
23
25
|
*/
|
|
24
26
|
"associationType"?: string;
|
|
25
27
|
/**
|
|
26
|
-
* Source Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
28
|
+
* Source Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
29
|
+
*
|
|
27
30
|
*/
|
|
28
31
|
"sourceResourceId"?: string;
|
|
29
32
|
/**
|
|
30
|
-
* Destination Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
33
|
+
* Destination Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
34
|
+
*
|
|
31
35
|
*/
|
|
32
36
|
"destinationResourceId"?: string;
|
|
33
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"disassociate-monitored-resources-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/disassociate-monitored-resources-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"disassociate-monitored-resources-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/disassociate-monitored-resources-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
|
|
@@ -12,12 +12,14 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Encrypted credentials [indicated by the type property in CredentialStore].
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
export interface EncryptedCredentials extends model.MonitoredResourceCredential {
|
|
19
19
|
/**
|
|
20
|
-
* The master key
|
|
20
|
+
* The master key should be created in OCI Vault owned by the client of this API.
|
|
21
|
+
* The user should have permission to access the vault key.
|
|
22
|
+
*
|
|
21
23
|
*/
|
|
22
24
|
"keyId": string;
|
|
23
25
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encrypted-credentials.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/encrypted-credentials.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"encrypted-credentials.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/encrypted-credentials.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,oBAAoB,CAqCpC;AArCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GAC7E;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+BAAU,aAezB,CAAA;IACY,mCAAc,GAAG,WAAW,CAAC;IAC1C,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GACzF;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,2CAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAqCpC"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -96,6 +96,8 @@ import * as SearchMonitoredResourcesDetails from "./search-monitored-resources-d
|
|
|
96
96
|
export import SearchMonitoredResourcesDetails = SearchMonitoredResourcesDetails.SearchMonitoredResourcesDetails;
|
|
97
97
|
import * as SortOrder from "./sort-order";
|
|
98
98
|
export import SortOrder = SortOrder.SortOrder;
|
|
99
|
+
import * as UpdateAndPropagateTagsDetails from "./update-and-propagate-tags-details";
|
|
100
|
+
export import UpdateAndPropagateTagsDetails = UpdateAndPropagateTagsDetails.UpdateAndPropagateTagsDetails;
|
|
99
101
|
import * as UpdateMonitoredResourceDetails from "./update-monitored-resource-details";
|
|
100
102
|
export import UpdateMonitoredResourceDetails = UpdateMonitoredResourceDetails.UpdateMonitoredResourceDetails;
|
|
101
103
|
import * as WorkRequest from "./work-request";
|
package/lib/model/index.js
CHANGED
|
@@ -31,8 +31,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.
|
|
35
|
-
exports.PreExistingCredentials = exports.PlainTextCredentials = exports.EncryptedCredentials = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = void 0;
|
|
34
|
+
exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateMonitoredResourceDetails = exports.UpdateAndPropagateTagsDetails = exports.SortOrder = exports.SearchMonitoredResourcesDetails = exports.SearchMonitoredResourceMembersDetails = exports.SearchMonitoredResourceAssociationsDetails = exports.SearchAssociatedResourcesDetails = exports.ResourceLifecycleState = exports.PropertyDetails = exports.OperationType = exports.OperationStatus = exports.MonitoredResourceSummary = exports.MonitoredResourceProperty = exports.MonitoredResourceMembersCollection = exports.MonitoredResourceMemberSummary = exports.MonitoredResourceCredential = exports.MonitoredResourceCollection = exports.MonitoredResourceAssociationsCollection = exports.MonitoredResourceAssociationSummary = exports.MonitoredResourceAssociation = exports.MonitoredResourceAliasSourceCredential = exports.MonitoredResourceAliasCredential = exports.MonitoredResource = exports.LifecycleState = exports.DiscoveryJobSummary = exports.DiscoveryJobLogSummary = exports.DiscoveryJobLogCollection = exports.DiscoveryJobCollection = exports.DiscoveryJob = exports.DiscoveryDetails = exports.DisassociateMonitoredResourcesDetails = exports.CredentialProperty = exports.CredentialDetails = exports.CredentialCollection = exports.CreateMonitoredResourceDetails = exports.CreateDiscoveryJobDetails = exports.ConnectionDetails = exports.ChangeMonitoredResourceCompartmentDetails = exports.AssociationResourceDetails = exports.AssociationDetails = exports.AssociatedResourcesSummary = exports.AssociatedResourcesCollection = exports.AssociatedMonitoredResource = exports.AssociateMonitoredResourcesDetails = exports.ActionType = void 0;
|
|
35
|
+
exports.PreExistingCredentials = exports.PlainTextCredentials = exports.EncryptedCredentials = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = void 0;
|
|
36
36
|
const ActionType = __importStar(require("./action-type"));
|
|
37
37
|
exports.ActionType = ActionType.ActionType;
|
|
38
38
|
const AssociateMonitoredResourcesDetails = __importStar(require("./associate-monitored-resources-details"));
|
|
@@ -119,6 +119,8 @@ const SearchMonitoredResourcesDetails = __importStar(require("./search-monitored
|
|
|
119
119
|
exports.SearchMonitoredResourcesDetails = SearchMonitoredResourcesDetails.SearchMonitoredResourcesDetails;
|
|
120
120
|
const SortOrder = __importStar(require("./sort-order"));
|
|
121
121
|
exports.SortOrder = SortOrder.SortOrder;
|
|
122
|
+
const UpdateAndPropagateTagsDetails = __importStar(require("./update-and-propagate-tags-details"));
|
|
123
|
+
exports.UpdateAndPropagateTagsDetails = UpdateAndPropagateTagsDetails.UpdateAndPropagateTagsDetails;
|
|
122
124
|
const UpdateMonitoredResourceDetails = __importStar(require("./update-monitored-resource-details"));
|
|
123
125
|
exports.UpdateMonitoredResourceDetails = UpdateMonitoredResourceDetails.UpdateMonitoredResourceDetails;
|
|
124
126
|
const WorkRequest = __importStar(require("./work-request"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,4GAA8F;AAChF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,6FAA+E;AACjE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,iGAAmF;AACrE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,2FAA6E;AAC/D,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,2FAA6E;AAC/D,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,2HAA6G;AAC/F,QAAA,yCAAyC,GAAG,yCAAyC,CAAC,yCAAyC,CAAC;AAC9I,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,8EAAgE;AAClD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,kHAAoG;AACtF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,sEAAwD;AAC1C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,qHAAuG;AACzF,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AACrI,+FAAiF;AACnE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,8GAAgG;AAClF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,sHAAwG;AAC1F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,6FAA+E;AACjE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,6FAA+E;AACjE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,4GAA8F;AAChF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,yFAA2E;AAC7D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAC3F,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,6HAA+G;AACjG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAEvG,8EAAgE;AAClD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,7 +16,9 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface MonitoredResourceAliasCredential {
|
|
18
18
|
/**
|
|
19
|
-
* The source type and source name combination,delimited with (.) separator.
|
|
19
|
+
* The source type and source name combination,delimited with (.) separator.
|
|
20
|
+
* Example: {source type}.{source name} and source type max char limit is 63.
|
|
21
|
+
*
|
|
20
22
|
*/
|
|
21
23
|
"source": string;
|
|
22
24
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource-alias-credential.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-alias-credential.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"monitored-resource-alias-credential.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-alias-credential.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,gCAAgC,CAyBhD;AAzBD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,sCAAsC,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,2CAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACrF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAyBhD"}
|
|
@@ -11,19 +11,27 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* Monitored Resource Alias Reference Source Credential
|
|
14
|
+
* Monitored Resource Alias Reference Source Credential.
|
|
15
|
+
*
|
|
15
16
|
*/
|
|
16
17
|
export interface MonitoredResourceAliasSourceCredential {
|
|
17
18
|
/**
|
|
18
|
-
* The source type and source name combination,delimited with (.) separator.
|
|
19
|
+
* The source type and source name combination,delimited with (.) separator.
|
|
20
|
+
* This refers to the pre-existing source which alias cred should point to.
|
|
21
|
+
* Ex. {source type}.{source name} and source type max char limit is 63.
|
|
22
|
+
*
|
|
19
23
|
*/
|
|
20
24
|
"source": string;
|
|
21
25
|
/**
|
|
22
|
-
* The name of the pre-existing source credential which alias cred should point to.
|
|
26
|
+
* The name of the pre-existing source credential which alias cred should point to.
|
|
27
|
+
* This should refer to the pre-existing source attribute which is bound to credential name.
|
|
28
|
+
*
|
|
23
29
|
*/
|
|
24
30
|
"name": string;
|
|
25
31
|
/**
|
|
26
|
-
* The name of the service owning the credential.
|
|
32
|
+
* The name of the service owning the credential.
|
|
33
|
+
* Example: stack-monitoring or dbmgmt
|
|
34
|
+
*
|
|
27
35
|
*/
|
|
28
36
|
"service": string;
|
|
29
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource-alias-source-credential.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-alias-source-credential.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"monitored-resource-alias-source-credential.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-alias-source-credential.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
|