oci-managementagent 2.53.0 → 2.54.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 +23 -23
- package/lib/client.js +26 -23
- package/lib/client.js.map +1 -1
- package/lib/model/architecture-types.d.ts +2 -0
- package/lib/model/architecture-types.js +2 -0
- package/lib/model/architecture-types.js.map +1 -1
- package/lib/model/index.d.ts +6 -0
- package/lib/model/index.js +7 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/management-agent-image-summary.d.ts +1 -0
- package/lib/model/management-agent-image-summary.js +30 -2
- package/lib/model/management-agent-image-summary.js.map +1 -1
- package/lib/model/management-agent-image.d.ts +1 -0
- package/lib/model/management-agent-image.js +30 -2
- package/lib/model/management-agent-image.js.map +1 -1
- package/lib/model/management-agent-plugin-summary.d.ts +1 -0
- package/lib/model/management-agent-plugin-summary.js +1 -0
- package/lib/model/management-agent-plugin-summary.js.map +1 -1
- package/lib/model/management-agent-plugin.d.ts +2 -1
- package/lib/model/management-agent-plugin.js +1 -0
- package/lib/model/management-agent-plugin.js.map +1 -1
- package/lib/model/management-agent-property.d.ts +36 -0
- package/lib/model/management-agent-property.js +31 -0
- package/lib/model/management-agent-property.js.map +1 -0
- package/lib/model/management-agent.d.ts +4 -0
- package/lib/model/management-agent.js +10 -0
- package/lib/model/management-agent.js.map +1 -1
- package/lib/model/object-details.d.ts +43 -0
- package/lib/model/object-details.js +31 -0
- package/lib/model/object-details.js.map +1 -0
- package/lib/model/platform-types.d.ts +1 -0
- package/lib/model/platform-types.js +1 -0
- package/lib/model/platform-types.js.map +1 -1
- package/lib/model/property-units.d.ts +30 -0
- package/lib/model/property-units.js +41 -0
- package/lib/model/property-units.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +3 -3
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/delete-management-agent-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/deploy-plugins-request.d.ts +1 -1
- package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
- package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
- package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/get-management-agent-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-availability-histories-request.d.ts +3 -3
- package/lib/request/list-management-agent-images-request.d.ts +1 -1
- package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
- package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
- package/lib/request/list-management-agents-request.d.ts +5 -1
- package/lib/request/list-management-agents-request.js.map +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/set-auto-upgradable-config-request.d.ts +1 -1
- package/lib/request/summarize-management-agent-counts-request.d.ts +5 -1
- package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +5 -1
- package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/update-management-agent-request.d.ts +1 -1
- package/package.json +3 -3
|
@@ -43,6 +43,11 @@ var ManagementAgent;
|
|
|
43
43
|
? obj.pluginList.map(item => {
|
|
44
44
|
return model.ManagementAgentPluginDetails.getJsonObj(item);
|
|
45
45
|
})
|
|
46
|
+
: undefined,
|
|
47
|
+
"managementAgentProperties": obj.managementAgentProperties
|
|
48
|
+
? obj.managementAgentProperties.map(item => {
|
|
49
|
+
return model.ManagementAgentProperty.getJsonObj(item);
|
|
50
|
+
})
|
|
46
51
|
: undefined
|
|
47
52
|
});
|
|
48
53
|
return jsonObj;
|
|
@@ -54,6 +59,11 @@ var ManagementAgent;
|
|
|
54
59
|
? obj.pluginList.map(item => {
|
|
55
60
|
return model.ManagementAgentPluginDetails.getDeserializedJsonObj(item);
|
|
56
61
|
})
|
|
62
|
+
: undefined,
|
|
63
|
+
"managementAgentProperties": obj.managementAgentProperties
|
|
64
|
+
? obj.managementAgentProperties.map(item => {
|
|
65
|
+
return model.ManagementAgentProperty.getDeserializedJsonObj(item);
|
|
66
|
+
})
|
|
57
67
|
: undefined
|
|
58
68
|
});
|
|
59
69
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"management-agent.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/management-agent.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"management-agent.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/management-agent.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsHlC,IAAiB,eAAe,CAyC/B;AAzCD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,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,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,GAAG,CAAC,yBAAyB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvC,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,0BAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,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,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,GAAG,CAAC,yBAAyB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvC,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,sCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAyC/B"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Management Agent API
|
|
3
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
4
|
+
For more information, see [Management Agent](https://docs.cloud.oracle.com/iaas/management-agents/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200202
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* Details of the Objectstorage object
|
|
17
|
+
*/
|
|
18
|
+
export interface ObjectDetails {
|
|
19
|
+
/**
|
|
20
|
+
* Objectstorage namespace reference providing the original location of this object
|
|
21
|
+
*/
|
|
22
|
+
"objectNamespace": string;
|
|
23
|
+
/**
|
|
24
|
+
* Objectstorage bucket reference providing the original location of this object
|
|
25
|
+
*/
|
|
26
|
+
"objectBucket": string;
|
|
27
|
+
/**
|
|
28
|
+
* Objectstorage object name reference providing the original location of this object
|
|
29
|
+
*/
|
|
30
|
+
"objectName": string;
|
|
31
|
+
/**
|
|
32
|
+
* Object storage URL for download
|
|
33
|
+
*/
|
|
34
|
+
"objectUrl"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Object content SHA256 Hash
|
|
37
|
+
*/
|
|
38
|
+
"checksum"?: string;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace ObjectDetails {
|
|
41
|
+
function getJsonObj(obj: ObjectDetails): object;
|
|
42
|
+
function getDeserializedJsonObj(obj: ObjectDetails): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Management Agent API
|
|
4
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
5
|
+
For more information, see [Management Agent](https://docs.cloud.oracle.com/iaas/management-agents/index.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200202
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.ObjectDetails = void 0;
|
|
18
|
+
var ObjectDetails;
|
|
19
|
+
(function (ObjectDetails) {
|
|
20
|
+
function getJsonObj(obj) {
|
|
21
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
22
|
+
return jsonObj;
|
|
23
|
+
}
|
|
24
|
+
ObjectDetails.getJsonObj = getJsonObj;
|
|
25
|
+
function getDeserializedJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ObjectDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
30
|
+
})(ObjectDetails = exports.ObjectDetails || (exports.ObjectDetails = {}));
|
|
31
|
+
//# sourceMappingURL=object-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-details.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/object-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA+BH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
|
|
@@ -23,6 +23,7 @@ var PlatformTypes;
|
|
|
23
23
|
PlatformTypes["Linux"] = "LINUX";
|
|
24
24
|
PlatformTypes["Windows"] = "WINDOWS";
|
|
25
25
|
PlatformTypes["Solaris"] = "SOLARIS";
|
|
26
|
+
PlatformTypes["Macosx"] = "MACOSX";
|
|
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.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform-types.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/platform-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"platform-types.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/platform-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAKH;;IAEI;AACJ,IAAY,aAWX;AAXD,WAAY,aAAa;IACvB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;IAEjB;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAXW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAWxB;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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Management Agent API
|
|
3
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
4
|
+
For more information, see [Management Agent](https://docs.cloud.oracle.com/iaas/management-agents/index.html).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20200202
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
/**
|
|
16
|
+
* ManagementAgentProperty unit.
|
|
17
|
+
**/
|
|
18
|
+
export declare enum PropertyUnits {
|
|
19
|
+
Percentage = "PERCENTAGE",
|
|
20
|
+
Mb = "MB",
|
|
21
|
+
/**
|
|
22
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
|
+
* version of the SDK.
|
|
24
|
+
*/
|
|
25
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
26
|
+
}
|
|
27
|
+
export declare namespace PropertyUnits {
|
|
28
|
+
function getJsonObj(obj: PropertyUnits): PropertyUnits;
|
|
29
|
+
function getDeserializedJsonObj(obj: PropertyUnits): PropertyUnits;
|
|
30
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Management Agent API
|
|
4
|
+
* Use the Management Agent API to manage your infrastructure's management agents, including their plugins and install keys.
|
|
5
|
+
For more information, see [Management Agent](https://docs.cloud.oracle.com/iaas/management-agents/index.html).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20200202
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.PropertyUnits = void 0;
|
|
18
|
+
/**
|
|
19
|
+
* ManagementAgentProperty unit.
|
|
20
|
+
**/
|
|
21
|
+
var PropertyUnits;
|
|
22
|
+
(function (PropertyUnits) {
|
|
23
|
+
PropertyUnits["Percentage"] = "PERCENTAGE";
|
|
24
|
+
PropertyUnits["Mb"] = "MB";
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
PropertyUnits["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(PropertyUnits = exports.PropertyUnits || (exports.PropertyUnits = {}));
|
|
31
|
+
(function (PropertyUnits) {
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
return obj;
|
|
34
|
+
}
|
|
35
|
+
PropertyUnits.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
PropertyUnits.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(PropertyUnits = exports.PropertyUnits || (exports.PropertyUnits = {}));
|
|
41
|
+
//# sourceMappingURL=property-units.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-units.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/model/property-units.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAKH;;IAEI;AACJ,IAAY,aASX;AATD,WAAY,aAAa;IACvB,0CAAyB,CAAA;IACzB,0BAAS,CAAA;IAET;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EATW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QASxB;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"}
|
|
@@ -51,19 +51,19 @@ export interface WorkRequestResource {
|
|
|
51
51
|
"entityUri"?: string;
|
|
52
52
|
/**
|
|
53
53
|
* The date and time the request was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
54
|
-
* section
|
|
54
|
+
* section 5.6.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"timeAccepted"?: Date;
|
|
58
58
|
/**
|
|
59
59
|
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
60
|
-
* section
|
|
60
|
+
* section 5.6.
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
63
|
"timeStarted"?: Date;
|
|
64
64
|
/**
|
|
65
65
|
* The date and time the request was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
66
|
-
* section
|
|
66
|
+
* section 5.6.
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"timeFinished"?: Date;
|
|
@@ -47,13 +47,13 @@ export interface WorkRequestSummary {
|
|
|
47
47
|
"percentComplete": number;
|
|
48
48
|
/**
|
|
49
49
|
* The date and time the request was created, as described in
|
|
50
|
-
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section
|
|
50
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 5.6.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"timeAccepted": Date;
|
|
54
54
|
/**
|
|
55
55
|
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
56
|
-
* section
|
|
56
|
+
* section 5.6.
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"timeStarted"?: Date;
|
|
@@ -47,13 +47,13 @@ export interface WorkRequest {
|
|
|
47
47
|
"percentComplete": number;
|
|
48
48
|
/**
|
|
49
49
|
* The date and time the request was created, as described in
|
|
50
|
-
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section
|
|
50
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 5.6.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"timeAccepted": Date;
|
|
54
54
|
/**
|
|
55
55
|
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
56
|
-
* section
|
|
56
|
+
* section 5.6.
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"timeStarted"?: Date;
|
|
@@ -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.54.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateManagementAgentInstallKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.54.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementAgentInstallKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementAgentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPluginsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DeployPluginsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.54.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfigRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAutoUpgradableConfigRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementAgentInstallKeyContentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementAgentInstallKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetManagementAgentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistoriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAvailabilityHistoriesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -26,14 +26,14 @@ export interface ListAvailabilityHistoriesRequest extends common.BaseRequest {
|
|
|
26
26
|
/**
|
|
27
27
|
* Filter to limit the availability history results to that of time after the input time including the boundary record.
|
|
28
28
|
* Defaulted to current date minus one year.
|
|
29
|
-
* The date and time to be given as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section
|
|
29
|
+
* The date and time to be given as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 5.6.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"timeAvailabilityStatusEndedGreaterThan"?: Date;
|
|
33
33
|
/**
|
|
34
34
|
* Filter to limit the availability history results to that of time before the input time including the boundary record
|
|
35
35
|
* Defaulted to current date.
|
|
36
|
-
* The date and time to be given as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section
|
|
36
|
+
* The date and time to be given as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 5.6.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"timeAvailabilityStatusStartedLessThan"?: Date;
|
|
@@ -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.54.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentImagesRequest 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.54.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeysRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentInstallKeysRequest 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.54.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPluginsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentPluginsRequest 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.54.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -56,6 +56,10 @@ export interface ListManagementAgentsRequest extends common.BaseRequest {
|
|
|
56
56
|
* A filter to return either agents or gateway types depending upon install type selected by user. By default both install type will be returned.
|
|
57
57
|
*/
|
|
58
58
|
"installType"?: model.InstallTypes;
|
|
59
|
+
/**
|
|
60
|
+
* Filter to return only results having the particular gatewayId.
|
|
61
|
+
*/
|
|
62
|
+
"gatewayId"?: Array<string>;
|
|
59
63
|
/**
|
|
60
64
|
* The maximum number of items to return.
|
|
61
65
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-management-agents-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/list-management-agents-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-management-agents-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/list-management-agents-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqFH,IAAiB,2BAA2B,CAe3C;AAfD,WAAiB,2BAA2B;IAC1C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,qCAAS,KAAT,qCAAS,QAGpB;IAED,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;QACb,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,mDAAyC,CAAA;QACzC,6BAAmB,CAAA;IACrB,CAAC,EARW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAQjB;AACH,CAAC,EAfgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAe3C"}
|
|
@@ -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.54.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.54.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest 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.54.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfigRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SetAutoUpgradableConfigRequest 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.54.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCountsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeManagementAgentCountsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -32,6 +32,10 @@ export interface SummarizeManagementAgentCountsRequest extends common.BaseReques
|
|
|
32
32
|
* A filter to return either agents or gateway types depending upon install type selected by user. By default both install type will be returned.
|
|
33
33
|
*/
|
|
34
34
|
"installType"?: model.InstallTypes;
|
|
35
|
+
/**
|
|
36
|
+
* if set to true then it fetches resources for all compartments where user has access to else only on the compartment specified.
|
|
37
|
+
*/
|
|
38
|
+
"compartmentIdInSubtree"?: boolean;
|
|
35
39
|
/**
|
|
36
40
|
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
37
41
|
*/
|
|
@@ -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.54.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCountsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeManagementAgentPluginCountsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -24,6 +24,10 @@ export interface SummarizeManagementAgentPluginCountsRequest extends common.Base
|
|
|
24
24
|
* The field by which to group Management Agent Plugins
|
|
25
25
|
*/
|
|
26
26
|
"groupBy": model.ManagementAgentPluginGroupBy;
|
|
27
|
+
/**
|
|
28
|
+
* if set to true then it fetches resources for all compartments where user has access to else only on the compartment specified.
|
|
29
|
+
*/
|
|
30
|
+
"compartmentIdInSubtree"?: boolean;
|
|
27
31
|
/**
|
|
28
32
|
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
29
33
|
*/
|
|
@@ -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.54.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementAgentInstallKeyRequest 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.54.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementAgentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-managementagent",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.54.0",
|
|
4
4
|
"description": "OCI NodeJS client for Management Agent Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.54.0",
|
|
19
|
+
"oci-workrequests": "2.54.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|