oci-stackmonitoring 2.58.1 → 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 +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
|
@@ -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":"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"}
|
|
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"}
|
|
@@ -16,19 +16,23 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface MonitoredResourceAssociationSummary {
|
|
18
18
|
/**
|
|
19
|
-
* Association type
|
|
19
|
+
* Association type between source and destination resources.
|
|
20
|
+
*
|
|
20
21
|
*/
|
|
21
22
|
"associationType": 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
|
-
* Destination Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
29
|
+
* Destination Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
30
|
+
*
|
|
28
31
|
*/
|
|
29
32
|
"destinationResourceId": string;
|
|
30
33
|
/**
|
|
31
|
-
* The
|
|
34
|
+
* The association creation time. An RFC3339 formatted datetime string.
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
"timeCreated"?: Date;
|
|
34
38
|
"sourceResourceDetails"?: model.AssociationResourceDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource-association-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-association-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"monitored-resource-association-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-association-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,mCAAmC,CA+BnD;AA/BD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACxE,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8CAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACpF,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBACzF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0DAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QA+BnD"}
|
|
@@ -12,35 +12,49 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Association between two monitored resources.
|
|
15
|
+
* Association details between two monitored resources.
|
|
16
16
|
*/
|
|
17
17
|
export interface MonitoredResourceAssociation {
|
|
18
18
|
/**
|
|
19
|
-
* Association Type
|
|
19
|
+
* Association Type.
|
|
20
|
+
*
|
|
20
21
|
*/
|
|
21
22
|
"associationType": string;
|
|
22
23
|
/**
|
|
23
|
-
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
24
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
25
|
+
*
|
|
24
26
|
*/
|
|
25
27
|
"compartmentId": string;
|
|
26
28
|
/**
|
|
27
|
-
* Tenancy Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
29
|
+
* Tenancy Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
30
|
+
*
|
|
28
31
|
*/
|
|
29
32
|
"tenantId": string;
|
|
30
33
|
/**
|
|
31
|
-
* Source Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
34
|
+
* Source Monitored Resource Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
"sourceResourceId": 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
|
"sourceResourceDetails"?: model.AssociationResourceDetails;
|
|
39
44
|
"destinationResourceDetails"?: model.AssociationResourceDetails;
|
|
40
45
|
/**
|
|
41
|
-
* The time when the association was created. An RFC3339 formatted datetime string
|
|
46
|
+
* The time when the association was created. An RFC3339 formatted datetime string.
|
|
47
|
+
*
|
|
42
48
|
*/
|
|
43
49
|
"timeCreated"?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* Association category. Possible values are:
|
|
52
|
+
* - System created (SYSTEM),
|
|
53
|
+
* - User created using API (USER_API)
|
|
54
|
+
* - User created using tags (USER_TAG_ASSOC).
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"category"?: MonitoredResourceAssociation.Category;
|
|
44
58
|
/**
|
|
45
59
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
46
60
|
* Example: `{\"bar-key\": \"value\"}`
|
|
@@ -71,6 +85,16 @@ export interface MonitoredResourceAssociation {
|
|
|
71
85
|
};
|
|
72
86
|
}
|
|
73
87
|
export declare namespace MonitoredResourceAssociation {
|
|
88
|
+
enum Category {
|
|
89
|
+
System = "SYSTEM",
|
|
90
|
+
UserApi = "USER_API",
|
|
91
|
+
UserTagAssoc = "USER_TAG_ASSOC",
|
|
92
|
+
/**
|
|
93
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
94
|
+
* version of the SDK.
|
|
95
|
+
*/
|
|
96
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
97
|
+
}
|
|
74
98
|
function getJsonObj(obj: MonitoredResourceAssociation): object;
|
|
75
99
|
function getDeserializedJsonObj(obj: MonitoredResourceAssociation): object;
|
|
76
100
|
}
|
|
@@ -35,6 +35,17 @@ exports.MonitoredResourceAssociation = void 0;
|
|
|
35
35
|
const model = __importStar(require("../model"));
|
|
36
36
|
var MonitoredResourceAssociation;
|
|
37
37
|
(function (MonitoredResourceAssociation) {
|
|
38
|
+
let Category;
|
|
39
|
+
(function (Category) {
|
|
40
|
+
Category["System"] = "SYSTEM";
|
|
41
|
+
Category["UserApi"] = "USER_API";
|
|
42
|
+
Category["UserTagAssoc"] = "USER_TAG_ASSOC";
|
|
43
|
+
/**
|
|
44
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
|
+
* version of the SDK.
|
|
46
|
+
*/
|
|
47
|
+
Category["UnknownValue"] = "UNKNOWN_VALUE";
|
|
48
|
+
})(Category = MonitoredResourceAssociation.Category || (MonitoredResourceAssociation.Category = {}));
|
|
38
49
|
function getJsonObj(obj) {
|
|
39
50
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
51
|
"sourceResourceDetails": obj.sourceResourceDetails
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource-association.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-association.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"monitored-resource-association.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-association.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmElC,IAAiB,4BAA4B,CA0C5C;AA1CD,WAAiB,4BAA4B;IAC3C,IAAY,QASX;IATD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,gCAAoB,CAAA;QACpB,2CAA+B,CAAA;QAC/B;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EATW,QAAQ,GAAR,qCAAQ,KAAR,qCAAQ,QASnB;IAED,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACxE,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uCAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACpF,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBACzF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mDAAsB,yBAcrC,CAAA;AACH,CAAC,EA1CgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA0C5C"}
|
|
@@ -11,11 +11,14 @@
|
|
|
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 Credential Details
|
|
14
|
+
* Monitored Resource Credential Details.
|
|
15
|
+
*
|
|
15
16
|
*/
|
|
16
17
|
export interface MonitoredResourceCredential {
|
|
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
|
+
* {source type}.{source name} and source type max char limit is 63.
|
|
21
|
+
*
|
|
19
22
|
*/
|
|
20
23
|
"source"?: string;
|
|
21
24
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource-credential.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-credential.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;
|
|
1
|
+
{"version":3,"file":"monitored-resource-credential.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-credential.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA6BtC,IAAiB,2BAA2B,CAqD3C;AArDD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,sCAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,kDAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAqD3C"}
|
|
@@ -12,15 +12,18 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* Monitored resource member
|
|
15
|
+
* Monitored resource member details.
|
|
16
|
+
*
|
|
16
17
|
*/
|
|
17
18
|
export interface MonitoredResourceMemberSummary {
|
|
18
19
|
/**
|
|
19
|
-
* Monitored resource identifier
|
|
20
|
+
* Monitored resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
21
|
+
*
|
|
20
22
|
*/
|
|
21
23
|
"resourceId"?: string;
|
|
22
24
|
/**
|
|
23
|
-
* Monitored
|
|
25
|
+
* Monitored Resource Name.
|
|
26
|
+
*
|
|
24
27
|
*/
|
|
25
28
|
"resourceName"?: string;
|
|
26
29
|
/**
|
|
@@ -28,23 +31,30 @@ export interface MonitoredResourceMemberSummary {
|
|
|
28
31
|
*/
|
|
29
32
|
"resourceDisplayName"?: string;
|
|
30
33
|
/**
|
|
31
|
-
* Monitored
|
|
34
|
+
* Monitored Resource Type.
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
"resourceType"?: string;
|
|
34
38
|
/**
|
|
35
|
-
* Monitored Resource Host
|
|
39
|
+
* Monitored Resource Host Name.
|
|
40
|
+
*
|
|
36
41
|
*/
|
|
37
42
|
"hostName"?: string;
|
|
38
43
|
/**
|
|
39
44
|
* External resource is any OCI resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
|
|
40
45
|
* which is not a Stack Monitoring service resource.
|
|
41
|
-
* Currently supports only following resource
|
|
42
|
-
*
|
|
46
|
+
* Currently supports only following resource types - Container database, non-container database,
|
|
47
|
+
* pluggable database and OCI compute instance.
|
|
43
48
|
*
|
|
44
49
|
*/
|
|
45
50
|
"externalId"?: string;
|
|
46
51
|
/**
|
|
47
|
-
*
|
|
52
|
+
* Compartment Identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
53
|
+
*/
|
|
54
|
+
"compartmentId"?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Parent monitored resource identifier [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
57
|
+
*
|
|
48
58
|
*/
|
|
49
59
|
"parentId"?: string;
|
|
50
60
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource-member-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-member-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"monitored-resource-member-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-member-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2EH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource-members-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-members-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"monitored-resource-members-collection.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-members-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,kCAAkC,CA6BlD;AA7BD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QA6BlD"}
|
|
@@ -11,15 +11,18 @@
|
|
|
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
|
-
* Property of monitored resource
|
|
14
|
+
* Property of monitored resource.
|
|
15
|
+
*
|
|
15
16
|
*/
|
|
16
17
|
export interface MonitoredResourceProperty {
|
|
17
18
|
/**
|
|
18
|
-
*
|
|
19
|
+
* Property Name.
|
|
20
|
+
*
|
|
19
21
|
*/
|
|
20
22
|
"name"?: string;
|
|
21
23
|
/**
|
|
22
|
-
*
|
|
24
|
+
* Property Value.
|
|
25
|
+
*
|
|
23
26
|
*/
|
|
24
27
|
"value"?: string;
|
|
25
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource-property.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-property.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"monitored-resource-property.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-property.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -16,11 +16,13 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface MonitoredResourceSummary {
|
|
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,18 @@ export interface MonitoredResourceSummary {
|
|
|
28
30
|
*/
|
|
29
31
|
"displayName"?: string;
|
|
30
32
|
/**
|
|
31
|
-
*
|
|
33
|
+
* Monitored Resource Type.
|
|
34
|
+
*
|
|
32
35
|
*/
|
|
33
36
|
"type": string;
|
|
34
37
|
/**
|
|
35
|
-
* Resource Host Name
|
|
38
|
+
* Monitored Resource Host Name.
|
|
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 type identifiers - externalcontainerdatabase,
|
|
42
|
-
* externalnoncontainerdatabase, externalpluggabledatabase and OCI compute instance.
|
|
43
45
|
*
|
|
44
46
|
*/
|
|
45
47
|
"externalId"?: string;
|
|
@@ -48,11 +50,13 @@ export interface MonitoredResourceSummary {
|
|
|
48
50
|
*/
|
|
49
51
|
"managementAgentId"?: string;
|
|
50
52
|
/**
|
|
51
|
-
* Monitored resource creation time. An RFC3339 formatted datetime string
|
|
53
|
+
* Monitored resource creation time. An RFC3339 formatted datetime string.
|
|
54
|
+
*
|
|
52
55
|
*/
|
|
53
56
|
"timeCreated"?: Date;
|
|
54
57
|
/**
|
|
55
|
-
* Monitored resource
|
|
58
|
+
* Monitored resource update time. An RFC3339 formatted datetime string.
|
|
59
|
+
*
|
|
56
60
|
*/
|
|
57
61
|
"timeUpdated"?: Date;
|
|
58
62
|
/**
|
|
@@ -60,7 +64,8 @@ export interface MonitoredResourceSummary {
|
|
|
60
64
|
*/
|
|
61
65
|
"lifecycleState"?: model.ResourceLifecycleState;
|
|
62
66
|
/**
|
|
63
|
-
* List of monitored resource properties
|
|
67
|
+
* List of monitored resource properties.
|
|
68
|
+
*
|
|
64
69
|
*/
|
|
65
70
|
"properties"?: Array<model.MonitoredResourceProperty>;
|
|
66
71
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitored-resource-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"monitored-resource-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/monitored-resource-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgFlC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,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;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,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;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}
|