oci-stackmonitoring 2.58.1 → 2.59.1
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 +66 -32
- package/lib/client.js +119 -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
|
@@ -12,11 +12,15 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* The
|
|
15
|
+
* The response object for create monitored resource and get monitored resource operations.
|
|
16
|
+
* This contains information about the monitored resource. Credentials and credential aliases attributes
|
|
17
|
+
* will be returned as null due to security reasons.
|
|
18
|
+
*
|
|
16
19
|
*/
|
|
17
20
|
export interface MonitoredResource {
|
|
18
21
|
/**
|
|
19
|
-
*
|
|
22
|
+
* Monitored resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
23
|
+
*
|
|
20
24
|
*/
|
|
21
25
|
"id": string;
|
|
22
26
|
/**
|
|
@@ -28,15 +32,18 @@ export interface MonitoredResource {
|
|
|
28
32
|
*/
|
|
29
33
|
"displayName"?: string;
|
|
30
34
|
/**
|
|
31
|
-
* Monitored
|
|
35
|
+
* Monitored Resource Type.
|
|
36
|
+
*
|
|
32
37
|
*/
|
|
33
38
|
"type": string;
|
|
34
39
|
/**
|
|
35
|
-
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
40
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
41
|
+
*
|
|
36
42
|
*/
|
|
37
43
|
"compartmentId": string;
|
|
38
44
|
/**
|
|
39
|
-
* Tenancy Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
45
|
+
* Tenancy Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
46
|
+
*
|
|
40
47
|
*/
|
|
41
48
|
"tenantId": string;
|
|
42
49
|
/**
|
|
@@ -44,10 +51,10 @@ export interface MonitoredResource {
|
|
|
44
51
|
*/
|
|
45
52
|
"hostName"?: string;
|
|
46
53
|
/**
|
|
47
|
-
*
|
|
48
|
-
* which is not a Stack Monitoring service resource.
|
|
49
|
-
* Currently supports only following resource
|
|
50
|
-
*
|
|
54
|
+
* The external resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
55
|
+
* External resource is any OCI resource which is not a Stack Monitoring service resource.
|
|
56
|
+
* Currently supports only following resource types - Container database, non-container database,
|
|
57
|
+
* pluggable database and OCI compute instance.
|
|
51
58
|
*
|
|
52
59
|
*/
|
|
53
60
|
"externalId"?: string;
|
|
@@ -60,11 +67,15 @@ export interface MonitoredResource {
|
|
|
60
67
|
*/
|
|
61
68
|
"resourceTimeZone"?: string;
|
|
62
69
|
/**
|
|
63
|
-
* The time
|
|
70
|
+
* The date and time when the monitored resource was created, expressed in
|
|
71
|
+
* [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
72
|
+
*
|
|
64
73
|
*/
|
|
65
74
|
"timeCreated"?: Date;
|
|
66
75
|
/**
|
|
67
|
-
* The time
|
|
76
|
+
* The date and time when the monitored resource was last updated, expressed in
|
|
77
|
+
* [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
78
|
+
*
|
|
68
79
|
*/
|
|
69
80
|
"timeUpdated"?: Date;
|
|
70
81
|
/**
|
|
@@ -72,7 +83,8 @@ export interface MonitoredResource {
|
|
|
72
83
|
*/
|
|
73
84
|
"lifecycleState"?: model.ResourceLifecycleState;
|
|
74
85
|
/**
|
|
75
|
-
* List of monitored resource properties
|
|
86
|
+
* List of monitored resource properties.
|
|
87
|
+
*
|
|
76
88
|
*/
|
|
77
89
|
"properties"?: Array<model.MonitoredResourceProperty>;
|
|
78
90
|
"databaseConnectionDetails"?: model.ConnectionDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"monitored-resource.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyGlC,IAAiB,iBAAiB,CA+CjC;AA/CD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,4BAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,wCAAsB,yBAsBrC,CAAA;AACH,CAAC,EA/CgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA+CjC"}
|
|
@@ -23,6 +23,7 @@ export declare enum OperationType {
|
|
|
23
23
|
AddSourcesToAgent = "ADD_SOURCES_TO_AGENT",
|
|
24
24
|
BulkAddResources = "BULK_ADD_RESOURCES",
|
|
25
25
|
BulkDeleteResources = "BULK_DELETE_RESOURCES",
|
|
26
|
+
UpdateAndPropagateTags = "UPDATE_AND_PROPAGATE_TAGS",
|
|
26
27
|
/**
|
|
27
28
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
29
|
* version of the SDK.
|
|
@@ -27,6 +27,7 @@ var OperationType;
|
|
|
27
27
|
OperationType["AddSourcesToAgent"] = "ADD_SOURCES_TO_AGENT";
|
|
28
28
|
OperationType["BulkAddResources"] = "BULK_ADD_RESOURCES";
|
|
29
29
|
OperationType["BulkDeleteResources"] = "BULK_DELETE_RESOURCES";
|
|
30
|
+
OperationType["UpdateAndPropagateTags"] = "UPDATE_AND_PROPAGATE_TAGS";
|
|
30
31
|
/**
|
|
31
32
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
33
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAiBX;AAjBD,WAAY,aAAa;IACvB,qDAAoC,CAAA;IACpC,qDAAoC,CAAA;IACpC,qDAAoC,CAAA;IACpC,iDAAgC,CAAA;IAChC,oEAAmD,CAAA;IACnD,sEAAqD,CAAA;IACrD,2DAA0C,CAAA;IAC1C,wDAAuC,CAAA;IACvC,8DAA6C,CAAA;IAC7C,qEAAoD,CAAA;IAEpD;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAjBW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAiBxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -17,7 +17,9 @@ import * as model from "../model";
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PlainTextCredentials extends model.MonitoredResourceCredential {
|
|
19
19
|
/**
|
|
20
|
-
* The credential properties list. Credential property values will be either
|
|
20
|
+
* The credential properties list. Credential property values will be either
|
|
21
|
+
* in plain text format or encrypted for encrypted credentials.
|
|
22
|
+
*
|
|
21
23
|
*/
|
|
22
24
|
"properties": Array<model.CredentialProperty>;
|
|
23
25
|
"credentialType": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plain-text-credentials.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/plain-text-credentials.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"plain-text-credentials.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/plain-text-credentials.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,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"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Pre existing credentials [indicated by the type property in CredentialStore].
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
export interface PreExistingCredentials extends model.MonitoredResourceCredential {
|
|
@@ -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
|
-
* Possible lifecycle states.
|
|
14
|
+
* Possible lifecycle states for monitored resource.
|
|
15
|
+
*
|
|
15
16
|
**/
|
|
16
17
|
export declare enum ResourceLifecycleState {
|
|
17
18
|
Creating = "CREATING",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.ResourceLifecycleState = void 0;
|
|
16
16
|
/**
|
|
17
|
-
* Possible lifecycle states.
|
|
17
|
+
* Possible lifecycle states for monitored resource.
|
|
18
|
+
*
|
|
18
19
|
**/
|
|
19
20
|
var ResourceLifecycleState;
|
|
20
21
|
(function (ResourceLifecycleState) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/resource-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH
|
|
1
|
+
{"version":3,"file":"resource-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/resource-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAChC,+CAAqB,CAAA;IACrB,+CAAqB,CAAA;IACrB,2CAAiB,CAAA;IACjB,+CAAqB,CAAA;IACrB,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;IAEjB;;;OAGG;IACH,wDAA8B,CAAA;AAChC,CAAC,EAbW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAajC;AAED,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAOtC"}
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface SearchAssociatedResourcesDetails {
|
|
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
|
/**
|
|
@@ -38,7 +39,8 @@ export interface SearchAssociatedResourcesDetails {
|
|
|
38
39
|
*/
|
|
39
40
|
"limitLevel"?: number;
|
|
40
41
|
/**
|
|
41
|
-
*
|
|
42
|
+
* Association types filter to be searched for finding associated resources.
|
|
43
|
+
*
|
|
42
44
|
*/
|
|
43
45
|
"associationTypes"?: Array<string>;
|
|
44
46
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-associated-resources-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/search-associated-resources-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"search-associated-resources-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/search-associated-resources-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwCH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
|
|
@@ -16,35 +16,43 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface SearchMonitoredResourceAssociationsDetails {
|
|
18
18
|
/**
|
|
19
|
-
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
19
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
20
|
+
*
|
|
20
21
|
*/
|
|
21
22
|
"compartmentId": string;
|
|
22
23
|
/**
|
|
23
|
-
* Source Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
24
|
+
* Source Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
25
|
+
*
|
|
24
26
|
*/
|
|
25
27
|
"sourceResourceId"?: string;
|
|
26
28
|
/**
|
|
27
|
-
* Source Monitored Resource Name
|
|
29
|
+
* Source Monitored Resource Name.
|
|
30
|
+
*
|
|
28
31
|
*/
|
|
29
32
|
"sourceResourceName"?: string;
|
|
30
33
|
/**
|
|
31
|
-
* Source Monitored Resource Type
|
|
34
|
+
* Source Monitored Resource Type.
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
"sourceResourceType"?: string;
|
|
34
38
|
/**
|
|
35
|
-
* Destination Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
39
|
+
* Destination Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
40
|
+
*
|
|
36
41
|
*/
|
|
37
42
|
"destinationResourceId"?: string;
|
|
38
43
|
/**
|
|
39
|
-
* Source Monitored Resource Name
|
|
44
|
+
* Source Monitored Resource Name.
|
|
45
|
+
*
|
|
40
46
|
*/
|
|
41
47
|
"destinationResourceName"?: string;
|
|
42
48
|
/**
|
|
43
|
-
* Source Monitored Resource Type
|
|
49
|
+
* Source Monitored Resource Type.
|
|
50
|
+
*
|
|
44
51
|
*/
|
|
45
52
|
"destinationResourceType"?: string;
|
|
46
53
|
/**
|
|
47
|
-
* Association type to
|
|
54
|
+
* Association type filter to search associated resources.
|
|
55
|
+
*
|
|
48
56
|
*/
|
|
49
57
|
"associationType"?: string;
|
|
50
58
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-monitored-resource-associations-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/search-monitored-resource-associations-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"search-monitored-resource-associations-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/search-monitored-resource-associations-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,0CAA0C,CAgB1D;AAhBD,WAAiB,0CAA0C;IACzD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,sCAA4B,CAAA;QAC5B,kCAAwB,CAAA;IAC1B,CAAC,EAHW,MAAM,GAAN,iDAAM,KAAN,iDAAM,QAGjB;IAED,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAsB,yBAIrC,CAAA;AACH,CAAC,EAhBgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAgB1D"}
|
|
@@ -15,11 +15,13 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export interface SearchMonitoredResourceMembersDetails {
|
|
17
17
|
/**
|
|
18
|
-
* Destination Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
18
|
+
* Destination Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
19
|
+
*
|
|
19
20
|
*/
|
|
20
21
|
"destinationResourceId"?: string;
|
|
21
22
|
/**
|
|
22
|
-
* The field which determines the depth of hierarchy while searching for members
|
|
23
|
+
* The field which determines the depth of hierarchy while searching for members.
|
|
24
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
25
|
*/
|
|
24
26
|
"limitLevel"?: number;
|
|
25
27
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-monitored-resource-members-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/search-monitored-resource-members-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"search-monitored-resource-members-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/search-monitored-resource-members-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqBH,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"}
|
|
@@ -16,11 +16,13 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface SearchMonitoredResourcesDetails {
|
|
18
18
|
/**
|
|
19
|
-
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
19
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
20
|
+
*
|
|
20
21
|
*/
|
|
21
22
|
"compartmentId": string;
|
|
22
23
|
/**
|
|
23
|
-
* A filter to return resources that match exact resource name
|
|
24
|
+
* A filter to return resources that match exact resource name.
|
|
25
|
+
*
|
|
24
26
|
*/
|
|
25
27
|
"name"?: string;
|
|
26
28
|
/**
|
|
@@ -28,23 +30,26 @@ export interface SearchMonitoredResourcesDetails {
|
|
|
28
30
|
*/
|
|
29
31
|
"nameContains"?: string;
|
|
30
32
|
/**
|
|
31
|
-
* A filter to return resources that match resource type
|
|
33
|
+
* A filter to return resources that match resource type.
|
|
34
|
+
*
|
|
32
35
|
*/
|
|
33
36
|
"type"?: string;
|
|
34
37
|
/**
|
|
35
|
-
* A filter to return resources with host name match
|
|
38
|
+
* A filter to return resources with host name match.
|
|
39
|
+
*
|
|
36
40
|
*/
|
|
37
41
|
"hostName"?: string;
|
|
38
42
|
/**
|
|
39
43
|
* External resource is any OCI resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
40
44
|
* which is not a Stack Monitoring service resource.
|
|
41
|
-
* Currently supports only following resource
|
|
42
|
-
*
|
|
45
|
+
* Currently supports only following resource types - Container database, non-container database,
|
|
46
|
+
* pluggable database and OCI compute instance.
|
|
43
47
|
*
|
|
44
48
|
*/
|
|
45
49
|
"externalId"?: string;
|
|
46
50
|
/**
|
|
47
|
-
* A filter to return resources with host name pattern
|
|
51
|
+
* A filter to return resources with host name pattern.
|
|
52
|
+
*
|
|
48
53
|
*/
|
|
49
54
|
"hostNameContains"?: string;
|
|
50
55
|
/**
|
|
@@ -104,7 +109,10 @@ export interface SearchMonitoredResourcesDetails {
|
|
|
104
109
|
*/
|
|
105
110
|
"timeUpdatedLessThan"?: Date;
|
|
106
111
|
/**
|
|
107
|
-
* Time zone in the form of tz database canonical zone ID.
|
|
112
|
+
* Time zone in the form of tz database canonical zone ID. Specifies the preference with
|
|
113
|
+
* a value that uses the IANA Time Zone Database format (x-obmcs-time-zone).
|
|
114
|
+
* For example - America/Los_Angeles
|
|
115
|
+
*
|
|
108
116
|
*/
|
|
109
117
|
"resourceTimeZone"?: string;
|
|
110
118
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-monitored-resources-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/search-monitored-resources-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"search-monitored-resources-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/search-monitored-resources-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6HH,IAAiB,+BAA+B,CAgB/C;AAhBD,WAAiB,+BAA+B;IAC9C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,sCAA4B,CAAA;QAC5B,wCAA8B,CAAA;IAChC,CAAC,EAHW,MAAM,GAAN,sCAAM,KAAN,sCAAM,QAGjB;IAED,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAhBgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAgB/C"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
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, 2023, 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
|
+
/**
|
|
14
|
+
* The information about monitored resource tags. Request will fail if at least one of
|
|
15
|
+
* freeformTags or definedTags are not specified.
|
|
16
|
+
* Provided tags will be added or updated in the existing list of tags for the affected resources.
|
|
17
|
+
* Resources to be updated are identified based on association types specified.
|
|
18
|
+
* If association types are not specified, then tags will be updated only for the current resource.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface UpdateAndPropagateTagsDetails {
|
|
22
|
+
/**
|
|
23
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
24
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"freeformTags"?: {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
32
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"definedTags"?: {
|
|
36
|
+
[key: string]: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Association types that will be traversed recursively starting from the current resource,
|
|
42
|
+
* to identify resources for which the tags will be updated.
|
|
43
|
+
* If no association type is specified, only current resource will be updated.
|
|
44
|
+
* Default is empty list, which means no related resources will be updated.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"associationTypes"?: Array<string>;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace UpdateAndPropagateTagsDetails {
|
|
50
|
+
function getJsonObj(obj: UpdateAndPropagateTagsDetails): object;
|
|
51
|
+
function getDeserializedJsonObj(obj: UpdateAndPropagateTagsDetails): object;
|
|
52
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
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, 2023, 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.UpdateAndPropagateTagsDetails = void 0;
|
|
16
|
+
var UpdateAndPropagateTagsDetails;
|
|
17
|
+
(function (UpdateAndPropagateTagsDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
UpdateAndPropagateTagsDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
UpdateAndPropagateTagsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(UpdateAndPropagateTagsDetails = exports.UpdateAndPropagateTagsDetails || (exports.UpdateAndPropagateTagsDetails = {}));
|
|
29
|
+
//# sourceMappingURL=update-and-propagate-tags-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-and-propagate-tags-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/update-and-propagate-tags-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
|
|
@@ -20,20 +20,63 @@ export interface UpdateMonitoredResourceDetails {
|
|
|
20
20
|
*/
|
|
21
21
|
"displayName"?: string;
|
|
22
22
|
/**
|
|
23
|
-
* Host name of the monitored resource
|
|
23
|
+
* Host name of the monitored resource.
|
|
24
|
+
*
|
|
24
25
|
*/
|
|
25
26
|
"hostName"?: string;
|
|
26
27
|
/**
|
|
27
|
-
* Time zone in the form of tz database canonical zone ID.
|
|
28
|
+
* Time zone in the form of tz database canonical zone ID. Specifies the preference with
|
|
29
|
+
* a value that uses the IANA Time Zone Database format (x-obmcs-time-zone).
|
|
30
|
+
* For example - America/Los_Angeles
|
|
31
|
+
*
|
|
28
32
|
*/
|
|
29
33
|
"resourceTimeZone"?: string;
|
|
30
34
|
/**
|
|
31
|
-
* List of monitored resource properties
|
|
35
|
+
* List of monitored resource properties.
|
|
36
|
+
*
|
|
32
37
|
*/
|
|
33
38
|
"properties"?: Array<model.MonitoredResourceProperty>;
|
|
34
39
|
"databaseConnectionDetails"?: model.ConnectionDetails;
|
|
35
40
|
"credentials"?: model.PreExistingCredentials | model.EncryptedCredentials | model.PlainTextCredentials;
|
|
36
41
|
"aliases"?: model.MonitoredResourceAliasCredential;
|
|
42
|
+
/**
|
|
43
|
+
* List of MonitoredResourceCredentials. This property complements the existing
|
|
44
|
+
* \"credentials\" property by allowing user to specify more than one credential.
|
|
45
|
+
* If both \"credential\" and \"additionalCredentials\" are specified, union of the
|
|
46
|
+
* values is used as list of credentials applicable for this resource.
|
|
47
|
+
* If any duplicate found in the combined list of \"credentials\" and \"additionalCredentials\",
|
|
48
|
+
* an error will be thrown.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"additionalCredentials"?: Array<model.MonitoredResourceCredential>;
|
|
52
|
+
/**
|
|
53
|
+
* List of MonitoredResourceAliasCredentials. This property complements the existing
|
|
54
|
+
* \"aliases\" property by allowing user to specify more than one credential alias.
|
|
55
|
+
* If both \"aliases\" and \"additionalAliases\" are specified, union of the
|
|
56
|
+
* values is used as list of aliases applicable for this resource.
|
|
57
|
+
* If any duplicate found in the combined list of \"alias\" and \"additionalAliases\",
|
|
58
|
+
* an error will be thrown.
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"additionalAliases"?: Array<model.MonitoredResourceAliasCredential>;
|
|
62
|
+
/**
|
|
63
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
64
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"freeformTags"?: {
|
|
68
|
+
[key: string]: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
72
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"definedTags"?: {
|
|
76
|
+
[key: string]: {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
37
80
|
}
|
|
38
81
|
export declare namespace UpdateMonitoredResourceDetails {
|
|
39
82
|
function getJsonObj(obj: UpdateMonitoredResourceDetails): object;
|
|
@@ -50,6 +50,16 @@ var UpdateMonitoredResourceDetails;
|
|
|
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 UpdateMonitoredResourceDetails;
|
|
|
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":"update-monitored-resource-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/update-monitored-resource-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-monitored-resource-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/update-monitored-resource-details.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/stackmonitoring/AssociateMonitoredResources.ts.html |here} to see how to use AssociateMonitoredResourcesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AssociateMonitoredResourcesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Details to create association between two resources.
|
|
21
|
+
*
|
|
21
22
|
*/
|
|
22
23
|
"associateMonitoredResourcesDetails": model.AssociateMonitoredResourcesDetails;
|
|
23
24
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/stackmonitoring/ChangeMonitoredResourceCompartment.ts.html |here} to see how to use ChangeMonitoredResourceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMonitoredResourceCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/stackmonitoring/CreateDiscoveryJob.ts.html |here} to see how to use CreateDiscoveryJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDiscoveryJobRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/stackmonitoring/CreateMonitoredResource.ts.html |here} to see how to use CreateMonitoredResourceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMonitoredResourceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* Details for the new
|
|
20
|
+
* Details for the new monitored resource.
|
|
21
|
+
*
|
|
21
22
|
*/
|
|
22
23
|
"createMonitoredResourceDetails": model.CreateMonitoredResourceDetails;
|
|
23
24
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/stackmonitoring/DeleteDiscoveryJob.ts.html |here} to see how to use DeleteDiscoveryJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDiscoveryJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|