oci-dashboardservice 2.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +1521 -0
- package/index.d.ts +33 -0
- package/index.js +56 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +235 -0
- package/lib/client.js +894 -0
- package/lib/client.js.map +1 -0
- package/lib/dashboard-waiter.d.ts +37 -0
- package/lib/dashboard-waiter.js +73 -0
- package/lib/dashboard-waiter.js.map +1 -0
- package/lib/dashboardgroup-waiter.d.ts +37 -0
- package/lib/dashboardgroup-waiter.js +73 -0
- package/lib/dashboardgroup-waiter.js.map +1 -0
- package/lib/model/create-dashboard-details.d.ts +66 -0
- package/lib/model/create-dashboard-details.js +73 -0
- package/lib/model/create-dashboard-details.js.map +1 -0
- package/lib/model/create-dashboard-group-details.d.ts +63 -0
- package/lib/model/create-dashboard-group-details.js +37 -0
- package/lib/model/create-dashboard-group-details.js.map +1 -0
- package/lib/model/create-v1-dashboard-details.d.ts +43 -0
- package/lib/model/create-v1-dashboard-details.js +62 -0
- package/lib/model/create-v1-dashboard-details.js.map +1 -0
- package/lib/model/dashboard-collection.d.ts +34 -0
- package/lib/model/dashboard-collection.js +69 -0
- package/lib/model/dashboard-collection.js.map +1 -0
- package/lib/model/dashboard-group-collection.d.ts +34 -0
- package/lib/model/dashboard-group-collection.js +69 -0
- package/lib/model/dashboard-group-collection.js.map +1 -0
- package/lib/model/dashboard-group-summary.d.ts +95 -0
- package/lib/model/dashboard-group-summary.js +37 -0
- package/lib/model/dashboard-group-summary.js.map +1 -0
- package/lib/model/dashboard-group.d.ts +108 -0
- package/lib/model/dashboard-group.js +51 -0
- package/lib/model/dashboard-group.js.map +1 -0
- package/lib/model/dashboard-summary.d.ts +99 -0
- package/lib/model/dashboard-summary.js +37 -0
- package/lib/model/dashboard-summary.js.map +1 -0
- package/lib/model/dashboard.d.ts +115 -0
- package/lib/model/dashboard.js +87 -0
- package/lib/model/dashboard.js.map +1 -0
- package/lib/model/index.d.ts +48 -0
- package/lib/model/index.js +71 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/sort-order.d.ts +31 -0
- package/lib/model/sort-order.js +42 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-dashboard-details.d.ts +62 -0
- package/lib/model/update-dashboard-details.js +73 -0
- package/lib/model/update-dashboard-details.js.map +1 -0
- package/lib/model/update-dashboard-group-details.d.ts +59 -0
- package/lib/model/update-dashboard-group-details.js +37 -0
- package/lib/model/update-dashboard-group-details.js.map +1 -0
- package/lib/model/update-v1-dashboard-details.d.ts +43 -0
- package/lib/model/update-v1-dashboard-details.js +62 -0
- package/lib/model/update-v1-dashboard-details.js.map +1 -0
- package/lib/model/v1-dashboard.d.ts +43 -0
- package/lib/model/v1-dashboard.js +58 -0
- package/lib/model/v1-dashboard.js.map +1 -0
- package/lib/request/create-dashboard-group-request.d.ts +45 -0
- package/lib/request/create-dashboard-group-request.js +15 -0
- package/lib/request/create-dashboard-group-request.js.map +1 -0
- package/lib/request/create-dashboard-request.d.ts +45 -0
- package/lib/request/create-dashboard-request.js +15 -0
- package/lib/request/create-dashboard-request.js.map +1 -0
- package/lib/request/delete-dashboard-group-request.d.ts +44 -0
- package/lib/request/delete-dashboard-group-request.js +15 -0
- package/lib/request/delete-dashboard-group-request.js.map +1 -0
- package/lib/request/delete-dashboard-request.d.ts +44 -0
- package/lib/request/delete-dashboard-request.js +15 -0
- package/lib/request/delete-dashboard-request.js.map +1 -0
- package/lib/request/get-dashboard-group-request.d.ts +35 -0
- package/lib/request/get-dashboard-group-request.js +15 -0
- package/lib/request/get-dashboard-group-request.js.map +1 -0
- package/lib/request/get-dashboard-request.d.ts +35 -0
- package/lib/request/get-dashboard-request.js +15 -0
- package/lib/request/get-dashboard-request.js.map +1 -0
- package/lib/request/index.d.ts +40 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-dashboard-groups-request.d.ts +74 -0
- package/lib/request/list-dashboard-groups-request.js +24 -0
- package/lib/request/list-dashboard-groups-request.js.map +1 -0
- package/lib/request/list-dashboards-request.d.ts +74 -0
- package/lib/request/list-dashboards-request.js +24 -0
- package/lib/request/list-dashboards-request.js.map +1 -0
- package/lib/request/update-dashboard-group-request.d.ts +49 -0
- package/lib/request/update-dashboard-group-request.js +15 -0
- package/lib/request/update-dashboard-group-request.js.map +1 -0
- package/lib/request/update-dashboard-request.d.ts +49 -0
- package/lib/request/update-dashboard-request.js +15 -0
- package/lib/request/update-dashboard-request.js.map +1 -0
- package/lib/response/create-dashboard-group-response.d.ts +30 -0
- package/lib/response/create-dashboard-group-response.js +15 -0
- package/lib/response/create-dashboard-group-response.js.map +1 -0
- package/lib/response/create-dashboard-response.d.ts +30 -0
- package/lib/response/create-dashboard-response.js +15 -0
- package/lib/response/create-dashboard-response.js.map +1 -0
- package/lib/response/delete-dashboard-group-response.d.ts +20 -0
- package/lib/response/delete-dashboard-group-response.js +15 -0
- package/lib/response/delete-dashboard-group-response.js.map +1 -0
- package/lib/response/delete-dashboard-response.d.ts +20 -0
- package/lib/response/delete-dashboard-response.js +15 -0
- package/lib/response/delete-dashboard-response.js.map +1 -0
- package/lib/response/get-dashboard-group-response.d.ts +30 -0
- package/lib/response/get-dashboard-group-response.js +15 -0
- package/lib/response/get-dashboard-group-response.js.map +1 -0
- package/lib/response/get-dashboard-response.d.ts +30 -0
- package/lib/response/get-dashboard-response.js +15 -0
- package/lib/response/get-dashboard-response.js.map +1 -0
- package/lib/response/index.d.ts +40 -0
- package/lib/response/index.js +23 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-dashboard-groups-response.d.ts +32 -0
- package/lib/response/list-dashboard-groups-response.js +15 -0
- package/lib/response/list-dashboard-groups-response.js.map +1 -0
- package/lib/response/list-dashboards-response.d.ts +32 -0
- package/lib/response/list-dashboards-response.js +15 -0
- package/lib/response/list-dashboards-response.js.map +1 -0
- package/lib/response/update-dashboard-group-response.d.ts +30 -0
- package/lib/response/update-dashboard-group-response.js +15 -0
- package/lib/response/update-dashboard-group-response.js.map +1 -0
- package/lib/response/update-dashboard-response.d.ts +30 -0
- package/lib/response/update-dashboard-response.js +15 -0
- package/lib/response/update-dashboard-response.js.map +1 -0
- package/package.json +29 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboards API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
|
|
4
|
+
Dashboards provide an organized and customizable view of resources and their metrics in the Console.
|
|
5
|
+
For more information, see [Dashboards](/Content/Dashboards/home.htm).
|
|
6
|
+
|
|
7
|
+
**Important:** Resources for the Dashboards service are created in the tenacy's home region.
|
|
8
|
+
Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
|
|
9
|
+
you won't be able to view those resources in the Console.
|
|
10
|
+
Therefore, creating resources outside of the home region is not recommended.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20210731
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
import * as requests from "./lib/request";
|
|
22
|
+
import * as models from "./lib/model";
|
|
23
|
+
import * as responses from "./lib/response";
|
|
24
|
+
import * as client from "./lib/client";
|
|
25
|
+
import * as dashboard_waiter from "./lib/dashboard-waiter";
|
|
26
|
+
import * as dashboardgroup_waiter from "./lib/dashboardgroup-waiter";
|
|
27
|
+
export { models };
|
|
28
|
+
export { requests };
|
|
29
|
+
export { responses };
|
|
30
|
+
export import DashboardClient = client.DashboardClient;
|
|
31
|
+
export import DashboardWaiter = dashboard_waiter.DashboardWaiter;
|
|
32
|
+
export import DashboardGroupClient = client.DashboardGroupClient;
|
|
33
|
+
export import DashboardGroupWaiter = dashboardgroup_waiter.DashboardGroupWaiter;
|
package/index.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Dashboards API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
|
|
5
|
+
Dashboards provide an organized and customizable view of resources and their metrics in the Console.
|
|
6
|
+
For more information, see [Dashboards](/Content/Dashboards/home.htm).
|
|
7
|
+
|
|
8
|
+
**Important:** Resources for the Dashboards service are created in the tenacy's home region.
|
|
9
|
+
Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
|
|
10
|
+
you won't be able to view those resources in the Console.
|
|
11
|
+
Therefore, creating resources outside of the home region is not recommended.
|
|
12
|
+
|
|
13
|
+
* OpenAPI spec version: 20210731
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
17
|
+
* Do not edit the class manually.
|
|
18
|
+
*
|
|
19
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
20
|
+
* 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.
|
|
21
|
+
*/
|
|
22
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
23
|
+
if (k2 === undefined) k2 = k;
|
|
24
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
25
|
+
}) : (function(o, m, k, k2) {
|
|
26
|
+
if (k2 === undefined) k2 = k;
|
|
27
|
+
o[k2] = m[k];
|
|
28
|
+
}));
|
|
29
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
30
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
31
|
+
}) : function(o, v) {
|
|
32
|
+
o["default"] = v;
|
|
33
|
+
});
|
|
34
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
35
|
+
if (mod && mod.__esModule) return mod;
|
|
36
|
+
var result = {};
|
|
37
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
38
|
+
__setModuleDefault(result, mod);
|
|
39
|
+
return result;
|
|
40
|
+
};
|
|
41
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
+
exports.DashboardGroupWaiter = exports.DashboardGroupClient = exports.DashboardWaiter = exports.DashboardClient = exports.responses = exports.requests = exports.models = void 0;
|
|
43
|
+
const requests = __importStar(require("./lib/request"));
|
|
44
|
+
exports.requests = requests;
|
|
45
|
+
const models = __importStar(require("./lib/model"));
|
|
46
|
+
exports.models = models;
|
|
47
|
+
const responses = __importStar(require("./lib/response"));
|
|
48
|
+
exports.responses = responses;
|
|
49
|
+
const client = __importStar(require("./lib/client"));
|
|
50
|
+
const dashboard_waiter = __importStar(require("./lib/dashboard-waiter"));
|
|
51
|
+
const dashboardgroup_waiter = __importStar(require("./lib/dashboardgroup-waiter"));
|
|
52
|
+
exports.DashboardClient = client.DashboardClient;
|
|
53
|
+
exports.DashboardWaiter = dashboard_waiter.DashboardWaiter;
|
|
54
|
+
exports.DashboardGroupClient = client.DashboardGroupClient;
|
|
55
|
+
exports.DashboardGroupWaiter = dashboardgroup_waiter.DashboardGroupWaiter;
|
|
56
|
+
//# sourceMappingURL=index.js.map
|
package/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/dashboardservice/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAQjC,4BAAQ;AAPjB,oDAAsC;AAM7B,wBAAM;AALf,0DAA4C;AAOnC,8BAAS;AANlB,qDAAuC;AACvC,yEAA2D;AAC3D,mFAAqE;AAKvD,QAAA,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;AACzC,QAAA,eAAe,GAAG,gBAAgB,CAAC,eAAe,CAAC;AACnD,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,oBAAoB,GAAG,qBAAqB,CAAC,oBAAoB,CAAC"}
|
package/lib/client.d.ts
ADDED
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboards API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
|
|
4
|
+
Dashboards provide an organized and customizable view of resources and their metrics in the Console.
|
|
5
|
+
For more information, see [Dashboards](/Content/Dashboards/home.htm).
|
|
6
|
+
|
|
7
|
+
**Important:** Resources for the Dashboards service are created in the tenacy's home region.
|
|
8
|
+
Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
|
|
9
|
+
you won't be able to view those resources in the Console.
|
|
10
|
+
Therefore, creating resources outside of the home region is not recommended.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20210731
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
import common = require("oci-common");
|
|
22
|
+
import * as requests from "./request";
|
|
23
|
+
import * as responses from "./response";
|
|
24
|
+
import { DashboardWaiter } from "./dashboard-waiter";
|
|
25
|
+
import { DashboardGroupWaiter } from "./dashboardgroup-waiter";
|
|
26
|
+
export declare enum DashboardApiKeys {
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
30
|
+
*/
|
|
31
|
+
export declare class DashboardClient {
|
|
32
|
+
protected static serviceEndpointTemplate: string;
|
|
33
|
+
protected "_endpoint": string;
|
|
34
|
+
protected "_defaultHeaders": any;
|
|
35
|
+
protected "_waiters": DashboardWaiter;
|
|
36
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
37
|
+
protected _circuitBreaker: null;
|
|
38
|
+
protected _httpClient: common.HttpClient;
|
|
39
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
40
|
+
/**
|
|
41
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
42
|
+
*/
|
|
43
|
+
get endpoint(): string;
|
|
44
|
+
/**
|
|
45
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
46
|
+
* @param endpoint The endpoint of the service.
|
|
47
|
+
*/
|
|
48
|
+
set endpoint(endpoint: string);
|
|
49
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
50
|
+
/**
|
|
51
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
52
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
53
|
+
* @param region The region of the service.
|
|
54
|
+
*/
|
|
55
|
+
set region(region: common.Region);
|
|
56
|
+
/**
|
|
57
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
58
|
+
*
|
|
59
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
60
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
61
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
62
|
+
* @param regionId The public region ID.
|
|
63
|
+
*/
|
|
64
|
+
set regionId(regionId: string);
|
|
65
|
+
/**
|
|
66
|
+
* Creates a new DashboardWaiter for resources for this service.
|
|
67
|
+
*
|
|
68
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
69
|
+
* @return The service waiters.
|
|
70
|
+
*/
|
|
71
|
+
createWaiters(config?: common.WaiterConfiguration): DashboardWaiter;
|
|
72
|
+
/**
|
|
73
|
+
* Gets the waiters available for resources for this service.
|
|
74
|
+
*
|
|
75
|
+
* @return The service waiters.
|
|
76
|
+
*/
|
|
77
|
+
getWaiters(): DashboardWaiter;
|
|
78
|
+
/**
|
|
79
|
+
* Creates a new dashboard in the dashboard group's compartment using the details provided in request body.
|
|
80
|
+
* <p>
|
|
81
|
+
**Caution:** Resources for the Dashboard service are created in the tenacy's home region.
|
|
82
|
+
* Although it is possible to create dashboard resource in regions other than the home region,
|
|
83
|
+
* you won't be able to view those resources in the Console.
|
|
84
|
+
* Therefore, creating resources outside of the home region is not recommended.
|
|
85
|
+
*
|
|
86
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
87
|
+
* @param CreateDashboardRequest
|
|
88
|
+
* @return CreateDashboardResponse
|
|
89
|
+
* @throws OciError when an error occurs
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
|
|
91
|
+
*/
|
|
92
|
+
createDashboard(createDashboardRequest: requests.CreateDashboardRequest): Promise<responses.CreateDashboardResponse>;
|
|
93
|
+
/**
|
|
94
|
+
* Deletes the specified dashboard. Uses the dashboard's OCID to determine which dashboard to delete.
|
|
95
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
96
|
+
* @param DeleteDashboardRequest
|
|
97
|
+
* @return DeleteDashboardResponse
|
|
98
|
+
* @throws OciError when an error occurs
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
|
|
100
|
+
*/
|
|
101
|
+
deleteDashboard(deleteDashboardRequest: requests.DeleteDashboardRequest): Promise<responses.DeleteDashboardResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* Gets the specified dashboard's information. Uses the dashboard's OCID to determine which dashboard to retrieve.
|
|
104
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
105
|
+
* @param GetDashboardRequest
|
|
106
|
+
* @return GetDashboardResponse
|
|
107
|
+
* @throws OciError when an error occurs
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
|
|
109
|
+
*/
|
|
110
|
+
getDashboard(getDashboardRequest: requests.GetDashboardRequest): Promise<responses.GetDashboardResponse>;
|
|
111
|
+
/**
|
|
112
|
+
* Returns a list of dashboards with a specific dashboard group ID.
|
|
113
|
+
*
|
|
114
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
115
|
+
* @param ListDashboardsRequest
|
|
116
|
+
* @return ListDashboardsResponse
|
|
117
|
+
* @throws OciError when an error occurs
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
|
|
119
|
+
*/
|
|
120
|
+
listDashboards(listDashboardsRequest: requests.ListDashboardsRequest): Promise<responses.ListDashboardsResponse>;
|
|
121
|
+
/**
|
|
122
|
+
* Updates the specified dashboard. Uses the dashboard's OCID to determine which dashboard to update.
|
|
123
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
124
|
+
* @param UpdateDashboardRequest
|
|
125
|
+
* @return UpdateDashboardResponse
|
|
126
|
+
* @throws OciError when an error occurs
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
|
|
128
|
+
*/
|
|
129
|
+
updateDashboard(updateDashboardRequest: requests.UpdateDashboardRequest): Promise<responses.UpdateDashboardResponse>;
|
|
130
|
+
}
|
|
131
|
+
export declare enum DashboardGroupApiKeys {
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
135
|
+
*/
|
|
136
|
+
export declare class DashboardGroupClient {
|
|
137
|
+
protected static serviceEndpointTemplate: string;
|
|
138
|
+
protected "_endpoint": string;
|
|
139
|
+
protected "_defaultHeaders": any;
|
|
140
|
+
protected "_waiters": DashboardGroupWaiter;
|
|
141
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
142
|
+
protected _circuitBreaker: null;
|
|
143
|
+
protected _httpClient: common.HttpClient;
|
|
144
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
145
|
+
/**
|
|
146
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
147
|
+
*/
|
|
148
|
+
get endpoint(): string;
|
|
149
|
+
/**
|
|
150
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
151
|
+
* @param endpoint The endpoint of the service.
|
|
152
|
+
*/
|
|
153
|
+
set endpoint(endpoint: string);
|
|
154
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
155
|
+
/**
|
|
156
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
157
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
158
|
+
* @param region The region of the service.
|
|
159
|
+
*/
|
|
160
|
+
set region(region: common.Region);
|
|
161
|
+
/**
|
|
162
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
163
|
+
*
|
|
164
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
165
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
166
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
167
|
+
* @param regionId The public region ID.
|
|
168
|
+
*/
|
|
169
|
+
set regionId(regionId: string);
|
|
170
|
+
/**
|
|
171
|
+
* Creates a new DashboardGroupWaiter for resources for this service.
|
|
172
|
+
*
|
|
173
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
174
|
+
* @return The service waiters.
|
|
175
|
+
*/
|
|
176
|
+
createWaiters(config?: common.WaiterConfiguration): DashboardGroupWaiter;
|
|
177
|
+
/**
|
|
178
|
+
* Gets the waiters available for resources for this service.
|
|
179
|
+
*
|
|
180
|
+
* @return The service waiters.
|
|
181
|
+
*/
|
|
182
|
+
getWaiters(): DashboardGroupWaiter;
|
|
183
|
+
/**
|
|
184
|
+
* Creates a new dashboard group using the details provided in request body.
|
|
185
|
+
* <p>
|
|
186
|
+
**Caution:** Resources for the Dashboard service are created in the tenacy's home region.
|
|
187
|
+
* Although it is possible to create dashboard group resource in regions other than the home region,
|
|
188
|
+
* you won't be able to view those resources in the Console.
|
|
189
|
+
* Therefore, creating resources outside of the home region is not recommended.
|
|
190
|
+
*
|
|
191
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
192
|
+
* @param CreateDashboardGroupRequest
|
|
193
|
+
* @return CreateDashboardGroupResponse
|
|
194
|
+
* @throws OciError when an error occurs
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
|
|
196
|
+
*/
|
|
197
|
+
createDashboardGroup(createDashboardGroupRequest: requests.CreateDashboardGroupRequest): Promise<responses.CreateDashboardGroupResponse>;
|
|
198
|
+
/**
|
|
199
|
+
* Deletes the specified dashboard group. Uses the dashboard group's OCID to determine which dashboard group to delete.
|
|
200
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
201
|
+
* @param DeleteDashboardGroupRequest
|
|
202
|
+
* @return DeleteDashboardGroupResponse
|
|
203
|
+
* @throws OciError when an error occurs
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
|
|
205
|
+
*/
|
|
206
|
+
deleteDashboardGroup(deleteDashboardGroupRequest: requests.DeleteDashboardGroupRequest): Promise<responses.DeleteDashboardGroupResponse>;
|
|
207
|
+
/**
|
|
208
|
+
* Gets the specified dashboard group's information. Uses the dashboard group's OCID to determine which dashboard to retrieve.
|
|
209
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
210
|
+
* @param GetDashboardGroupRequest
|
|
211
|
+
* @return GetDashboardGroupResponse
|
|
212
|
+
* @throws OciError when an error occurs
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
|
|
214
|
+
*/
|
|
215
|
+
getDashboardGroup(getDashboardGroupRequest: requests.GetDashboardGroupRequest): Promise<responses.GetDashboardGroupResponse>;
|
|
216
|
+
/**
|
|
217
|
+
* Returns a list of dashboard groups with a specific compartment ID.
|
|
218
|
+
*
|
|
219
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
220
|
+
* @param ListDashboardGroupsRequest
|
|
221
|
+
* @return ListDashboardGroupsResponse
|
|
222
|
+
* @throws OciError when an error occurs
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
|
|
224
|
+
*/
|
|
225
|
+
listDashboardGroups(listDashboardGroupsRequest: requests.ListDashboardGroupsRequest): Promise<responses.ListDashboardGroupsResponse>;
|
|
226
|
+
/**
|
|
227
|
+
* Updates the specified dashboard group. Uses the dashboard group's OCID to determine which dashboard group to update.
|
|
228
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
229
|
+
* @param UpdateDashboardGroupRequest
|
|
230
|
+
* @return UpdateDashboardGroupResponse
|
|
231
|
+
* @throws OciError when an error occurs
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
|
|
233
|
+
*/
|
|
234
|
+
updateDashboardGroup(updateDashboardGroupRequest: requests.UpdateDashboardGroupRequest): Promise<responses.UpdateDashboardGroupResponse>;
|
|
235
|
+
}
|