oci-computeinstanceagent 2.102.2 → 2.104.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 +9 -9
- package/lib/client.js +9 -9
- package/lib/model/create-instance-agent-command-details.d.ts +1 -1
- package/lib/model/instance-agent-command-execution-summary.d.ts +2 -2
- package/lib/model/instance-agent-command-summary.d.ts +2 -2
- package/lib/model/instance-agent-command-target.d.ts +1 -1
- package/lib/model/instance-agent-command.d.ts +2 -2
- package/lib/request/cancel-instance-agent-command-request.d.ts +2 -2
- package/lib/request/create-instance-agent-command-request.d.ts +1 -1
- package/lib/request/get-instance-agent-command-execution-request.d.ts +3 -3
- package/lib/request/get-instance-agent-command-request.d.ts +2 -2
- package/lib/request/get-instance-agent-plugin-request.d.ts +2 -2
- package/lib/request/list-instance-agent-command-executions-request.d.ts +5 -5
- package/lib/request/list-instance-agent-commands-request.d.ts +4 -4
- package/lib/request/list-instance-agent-plugins-request.d.ts +4 -4
- package/lib/request/list-instanceagent-available-plugins-request.d.ts +4 -4
- package/lib/response/list-instance-agent-command-executions-response.d.ts +1 -1
- package/lib/response/list-instance-agent-commands-response.d.ts +1 -1
- package/lib/response/list-instance-agent-plugins-response.d.ts +1 -1
- package/lib/response/list-instanceagent-available-plugins-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
108
108
|
* @param CancelInstanceAgentCommandRequest
|
|
109
109
|
* @return CancelInstanceAgentCommandResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.
|
|
111
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
|
|
112
112
|
*/
|
|
113
113
|
cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest: requests.CancelInstanceAgentCommandRequest): Promise<responses.CancelInstanceAgentCommandResponse>;
|
|
114
114
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
124
124
|
* @param CreateInstanceAgentCommandRequest
|
|
125
125
|
* @return CreateInstanceAgentCommandResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.
|
|
127
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
|
|
128
128
|
*/
|
|
129
129
|
createInstanceAgentCommand(createInstanceAgentCommandRequest: requests.CreateInstanceAgentCommandRequest): Promise<responses.CreateInstanceAgentCommandResponse>;
|
|
130
130
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
133
133
|
* @param GetInstanceAgentCommandRequest
|
|
134
134
|
* @return GetInstanceAgentCommandResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.
|
|
136
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
|
|
137
137
|
*/
|
|
138
138
|
getInstanceAgentCommand(getInstanceAgentCommandRequest: requests.GetInstanceAgentCommandRequest): Promise<responses.GetInstanceAgentCommandResponse>;
|
|
139
139
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
142
142
|
* @param GetInstanceAgentCommandExecutionRequest
|
|
143
143
|
* @return GetInstanceAgentCommandExecutionResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.
|
|
145
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
|
|
146
146
|
*/
|
|
147
147
|
getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest: requests.GetInstanceAgentCommandExecutionRequest): Promise<responses.GetInstanceAgentCommandExecutionResponse>;
|
|
148
148
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
153
153
|
* @param ListInstanceAgentCommandExecutionsRequest
|
|
154
154
|
* @return ListInstanceAgentCommandExecutionsResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.
|
|
156
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
|
|
157
157
|
*/
|
|
158
158
|
listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest: requests.ListInstanceAgentCommandExecutionsRequest): Promise<responses.ListInstanceAgentCommandExecutionsResponse>;
|
|
159
159
|
/**
|
|
@@ -195,7 +195,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
195
195
|
* @param ListInstanceAgentCommandsRequest
|
|
196
196
|
* @return ListInstanceAgentCommandsResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.
|
|
198
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
|
|
199
199
|
*/
|
|
200
200
|
listInstanceAgentCommands(listInstanceAgentCommandsRequest: requests.ListInstanceAgentCommandsRequest): Promise<responses.ListInstanceAgentCommandsResponse>;
|
|
201
201
|
/**
|
|
@@ -302,7 +302,7 @@ export declare class PluginClient {
|
|
|
302
302
|
* @param GetInstanceAgentPluginRequest
|
|
303
303
|
* @return GetInstanceAgentPluginResponse
|
|
304
304
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.
|
|
305
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
|
|
306
306
|
*/
|
|
307
307
|
getInstanceAgentPlugin(getInstanceAgentPluginRequest: requests.GetInstanceAgentPluginRequest): Promise<responses.GetInstanceAgentPluginResponse>;
|
|
308
308
|
/**
|
|
@@ -311,7 +311,7 @@ export declare class PluginClient {
|
|
|
311
311
|
* @param ListInstanceAgentPluginsRequest
|
|
312
312
|
* @return ListInstanceAgentPluginsResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.
|
|
314
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
|
|
315
315
|
*/
|
|
316
316
|
listInstanceAgentPlugins(listInstanceAgentPluginsRequest: requests.ListInstanceAgentPluginsRequest): Promise<responses.ListInstanceAgentPluginsResponse>;
|
|
317
317
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class PluginconfigClient {
|
|
|
418
418
|
* @param ListInstanceagentAvailablePluginsRequest
|
|
419
419
|
* @return ListInstanceagentAvailablePluginsResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.
|
|
421
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
|
|
422
422
|
*/
|
|
423
423
|
listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest: requests.ListInstanceagentAvailablePluginsRequest): Promise<responses.ListInstanceagentAvailablePluginsResponse>;
|
|
424
424
|
/**
|
package/lib/client.js
CHANGED
|
@@ -221,7 +221,7 @@ class ComputeInstanceAgentClient {
|
|
|
221
221
|
* @param CancelInstanceAgentCommandRequest
|
|
222
222
|
* @return CancelInstanceAgentCommandResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.
|
|
224
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
|
|
225
225
|
*/
|
|
226
226
|
cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest) {
|
|
227
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -283,7 +283,7 @@ class ComputeInstanceAgentClient {
|
|
|
283
283
|
* @param CreateInstanceAgentCommandRequest
|
|
284
284
|
* @return CreateInstanceAgentCommandResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.
|
|
286
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
|
|
287
287
|
*/
|
|
288
288
|
createInstanceAgentCommand(createInstanceAgentCommandRequest) {
|
|
289
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -346,7 +346,7 @@ class ComputeInstanceAgentClient {
|
|
|
346
346
|
* @param GetInstanceAgentCommandRequest
|
|
347
347
|
* @return GetInstanceAgentCommandResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.
|
|
349
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
|
|
350
350
|
*/
|
|
351
351
|
getInstanceAgentCommand(getInstanceAgentCommandRequest) {
|
|
352
352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -409,7 +409,7 @@ class ComputeInstanceAgentClient {
|
|
|
409
409
|
* @param GetInstanceAgentCommandExecutionRequest
|
|
410
410
|
* @return GetInstanceAgentCommandExecutionResponse
|
|
411
411
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.
|
|
412
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
|
|
413
413
|
*/
|
|
414
414
|
getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest) {
|
|
415
415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -476,7 +476,7 @@ class ComputeInstanceAgentClient {
|
|
|
476
476
|
* @param ListInstanceAgentCommandExecutionsRequest
|
|
477
477
|
* @return ListInstanceAgentCommandExecutionsResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.
|
|
479
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
|
|
480
480
|
*/
|
|
481
481
|
listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest) {
|
|
482
482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -586,7 +586,7 @@ class ComputeInstanceAgentClient {
|
|
|
586
586
|
* @param ListInstanceAgentCommandsRequest
|
|
587
587
|
* @return ListInstanceAgentCommandsResponse
|
|
588
588
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.
|
|
589
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
|
|
590
590
|
*/
|
|
591
591
|
listInstanceAgentCommands(listInstanceAgentCommandsRequest) {
|
|
592
592
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -834,7 +834,7 @@ class PluginClient {
|
|
|
834
834
|
* @param GetInstanceAgentPluginRequest
|
|
835
835
|
* @return GetInstanceAgentPluginResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.
|
|
837
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
|
|
838
838
|
*/
|
|
839
839
|
getInstanceAgentPlugin(getInstanceAgentPluginRequest) {
|
|
840
840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -895,7 +895,7 @@ class PluginClient {
|
|
|
895
895
|
* @param ListInstanceAgentPluginsRequest
|
|
896
896
|
* @return ListInstanceAgentPluginsResponse
|
|
897
897
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.
|
|
898
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
|
|
899
899
|
*/
|
|
900
900
|
listInstanceAgentPlugins(listInstanceAgentPluginsRequest) {
|
|
901
901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1147,7 +1147,7 @@ class PluginconfigClient {
|
|
|
1147
1147
|
* @param ListInstanceagentAvailablePluginsRequest
|
|
1148
1148
|
* @return ListInstanceagentAvailablePluginsResponse
|
|
1149
1149
|
* @throws OciError when an error occurs
|
|
1150
|
-
* @example Click {@link https://docs.
|
|
1150
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
|
|
1151
1151
|
*/
|
|
1152
1152
|
listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest) {
|
|
1153
1153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18,7 +18,7 @@ import * as model from "../model";
|
|
|
18
18
|
*/
|
|
19
19
|
export interface CreateInstanceAgentCommandDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the command in.
|
|
22
22
|
*/
|
|
23
23
|
"compartmentId": string;
|
|
24
24
|
/**
|
|
@@ -18,11 +18,11 @@ import * as model from "../model";
|
|
|
18
18
|
*/
|
|
19
19
|
export interface InstanceAgentCommandExecutionSummary {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the command.
|
|
22
22
|
*/
|
|
23
23
|
"instanceAgentCommandId": string;
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance.
|
|
26
26
|
*/
|
|
27
27
|
"instanceId": string;
|
|
28
28
|
/**
|
|
@@ -17,7 +17,7 @@ is a lightweight process that monitors and manages compute instances.
|
|
|
17
17
|
*/
|
|
18
18
|
export interface InstanceAgentCommandSummary {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the command.
|
|
21
21
|
*/
|
|
22
22
|
"instanceAgentCommandId": string;
|
|
23
23
|
/**
|
|
@@ -25,7 +25,7 @@ export interface InstanceAgentCommandSummary {
|
|
|
25
25
|
*/
|
|
26
26
|
"displayName"?: string;
|
|
27
27
|
/**
|
|
28
|
-
* The [OCID](https://docs.
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the command.
|
|
29
29
|
*/
|
|
30
30
|
"compartmentId": string;
|
|
31
31
|
/**
|
|
@@ -17,7 +17,7 @@ is a lightweight process that monitors and manages compute instances.
|
|
|
17
17
|
*/
|
|
18
18
|
export interface InstanceAgentCommandTarget {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target instance.
|
|
21
21
|
*/
|
|
22
22
|
"instanceId"?: string;
|
|
23
23
|
}
|
|
@@ -18,11 +18,11 @@ import * as model from "../model";
|
|
|
18
18
|
*/
|
|
19
19
|
export interface InstanceAgentCommand {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the command.
|
|
22
22
|
*/
|
|
23
23
|
"id": string;
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the command.
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
28
28
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommandRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelInstanceAgentCommandRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the command.
|
|
20
20
|
*/
|
|
21
21
|
"instanceAgentCommandId": string;
|
|
22
22
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommandRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateInstanceAgentCommandRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecutionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetInstanceAgentCommandExecutionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the command.
|
|
20
20
|
*/
|
|
21
21
|
"instanceAgentCommandId": string;
|
|
22
22
|
/**
|
|
23
|
-
* The [OCID](https://docs.
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance.
|
|
24
24
|
*/
|
|
25
25
|
"instanceId": string;
|
|
26
26
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommandRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetInstanceAgentCommandRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the command.
|
|
20
20
|
*/
|
|
21
21
|
"instanceAgentCommandId": string;
|
|
22
22
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPluginRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetInstanceAgentPluginRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -20,7 +20,7 @@ export interface GetInstanceAgentPluginRequest extends common.BaseRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
"instanceagentId": string;
|
|
22
22
|
/**
|
|
23
|
-
* The [OCID](https://docs.
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
24
24
|
*/
|
|
25
25
|
"compartmentId": string;
|
|
26
26
|
/**
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInstanceAgentCommandExecutionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
23
|
-
* The [OCID](https://docs.
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance.
|
|
24
24
|
*/
|
|
25
25
|
"instanceId": string;
|
|
26
26
|
/**
|
|
@@ -32,14 +32,14 @@ export interface ListInstanceAgentCommandExecutionsRequest extends common.BaseRe
|
|
|
32
32
|
/**
|
|
33
33
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
34
34
|
* call. For important details about how pagination works, see
|
|
35
|
-
* [List Pagination](https://docs.
|
|
35
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"page"?: string;
|
|
39
39
|
/**
|
|
40
40
|
* For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
41
41
|
* \"List\" call. For important details about how pagination works, see
|
|
42
|
-
* [List Pagination](https://docs.
|
|
42
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"limit"?: number;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommandsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInstanceAgentCommandsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -28,14 +28,14 @@ export interface ListInstanceAgentCommandsRequest extends common.BaseRequest {
|
|
|
28
28
|
/**
|
|
29
29
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
30
30
|
* call. For important details about how pagination works, see
|
|
31
|
-
* [List Pagination](https://docs.
|
|
31
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"page"?: string;
|
|
35
35
|
/**
|
|
36
36
|
* For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
37
37
|
* \"List\" call. For important details about how pagination works, see
|
|
38
|
-
* [List Pagination](https://docs.
|
|
38
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"limit"?: number;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPluginsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInstanceAgentPluginsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -36,14 +36,14 @@ export interface ListInstanceAgentPluginsRequest extends common.BaseRequest {
|
|
|
36
36
|
/**
|
|
37
37
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
38
38
|
* call. For important details about how pagination works, see
|
|
39
|
-
* [List Pagination](https://docs.
|
|
39
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"page"?: string;
|
|
43
43
|
/**
|
|
44
44
|
* For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
45
45
|
* \"List\" call. For important details about how pagination works, see
|
|
46
|
-
* [List Pagination](https://docs.
|
|
46
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"limit"?: number;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePluginsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInstanceagentAvailablePluginsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -42,14 +42,14 @@ export interface ListInstanceagentAvailablePluginsRequest extends common.BaseReq
|
|
|
42
42
|
/**
|
|
43
43
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
|
|
44
44
|
* call. For important details about how pagination works, see
|
|
45
|
-
* [List Pagination](https://docs.
|
|
45
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"page"?: string;
|
|
49
49
|
/**
|
|
50
50
|
* For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
51
51
|
* \"List\" call. For important details about how pagination works, see
|
|
52
|
-
* [List Pagination](https://docs.
|
|
52
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"limit"?: number;
|
|
@@ -15,7 +15,7 @@ export interface ListInstanceAgentCommandExecutionsResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -15,7 +15,7 @@ export interface ListInstanceAgentCommandsResponse {
|
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages
|
|
17
17
|
* of results remain. For important details about how pagination works, see
|
|
18
|
-
* [List Pagination](https://docs.
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
@@ -21,7 +21,7 @@ export interface ListInstanceAgentPluginsResponse {
|
|
|
21
21
|
/**
|
|
22
22
|
* For list pagination. When this header appears in the response, additional pages
|
|
23
23
|
* of results remain. For important details about how pagination works, see
|
|
24
|
-
* [List Pagination](https://docs.
|
|
24
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"opcNextPage": string;
|
|
@@ -21,7 +21,7 @@ export interface ListInstanceagentAvailablePluginsResponse {
|
|
|
21
21
|
/**
|
|
22
22
|
* For list pagination. When this header appears in the response, additional pages
|
|
23
23
|
* of results remain. For important details about how pagination works, see
|
|
24
|
-
* [List Pagination](https://docs.
|
|
24
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"opcNextPage": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-computeinstanceagent",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.104.0",
|
|
4
4
|
"description": "OCI NodeJS client for Compute Instance 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.104.0",
|
|
19
|
+
"oci-workrequests": "2.104.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|