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
|
@@ -0,0 +1,43 @@
|
|
|
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 model from "../model";
|
|
22
|
+
/**
|
|
23
|
+
* Details for updating a version 1 dashboard.
|
|
24
|
+
* The interpretation of the `config` and `widgets` fields depends on the runtime behavior of the Oracle Cloud Infrastructure Console.
|
|
25
|
+
* The sum of the `config` and `widget` fields JSON text representation cannot exceed 200 KB.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export interface UpdateV1DashboardDetails extends model.UpdateDashboardDetails {
|
|
29
|
+
/**
|
|
30
|
+
* The layout and widget placement for the dashboard.
|
|
31
|
+
*/
|
|
32
|
+
"config"?: any;
|
|
33
|
+
/**
|
|
34
|
+
* The basic visualization building blocks of a dashboard.
|
|
35
|
+
*/
|
|
36
|
+
"widgets"?: Array<any>;
|
|
37
|
+
"schemaVersion": string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace UpdateV1DashboardDetails {
|
|
40
|
+
function getJsonObj(obj: UpdateV1DashboardDetails, isParentJsonObj?: boolean): object;
|
|
41
|
+
const schemaVersion = "V1";
|
|
42
|
+
function getDeserializedJsonObj(obj: UpdateV1DashboardDetails, isParentJsonObj?: boolean): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.UpdateV1DashboardDetails = void 0;
|
|
43
|
+
const model = __importStar(require("../model"));
|
|
44
|
+
var UpdateV1DashboardDetails;
|
|
45
|
+
(function (UpdateV1DashboardDetails) {
|
|
46
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.UpdateDashboardDetails.getJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
UpdateV1DashboardDetails.getJsonObj = getJsonObj;
|
|
53
|
+
UpdateV1DashboardDetails.schemaVersion = "V1";
|
|
54
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
56
|
+
? obj
|
|
57
|
+
: model.UpdateDashboardDetails.getDeserializedJsonObj(obj))), {});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
UpdateV1DashboardDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(UpdateV1DashboardDetails = exports.UpdateV1DashboardDetails || (exports.UpdateV1DashboardDetails = {}));
|
|
62
|
+
//# sourceMappingURL=update-v1-dashboard-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-v1-dashboard-details.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/update-v1-dashboard-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,wBAAwB,CAyBxC;AAzBD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,mCAAU,aASzB,CAAA;IACY,sCAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAyBxC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 model from "../model";
|
|
22
|
+
/**
|
|
23
|
+
* A version 1 dashboard.
|
|
24
|
+
* The interpretation of the `config` and `widgets` fields depends on the runtime behavior of the Oracle Cloud Infrastructure Console.
|
|
25
|
+
* The sum of the `config` and `widget` fields JSON text representation cannot exceed 200 KB.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export interface V1Dashboard extends model.Dashboard {
|
|
29
|
+
/**
|
|
30
|
+
* The dashboard configuration. For example, the layout and widget placement.
|
|
31
|
+
*/
|
|
32
|
+
"config"?: any;
|
|
33
|
+
/**
|
|
34
|
+
* The visualization building blocks of the dashboard.
|
|
35
|
+
*/
|
|
36
|
+
"widgets": Array<any>;
|
|
37
|
+
"schemaVersion": string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace V1Dashboard {
|
|
40
|
+
function getJsonObj(obj: V1Dashboard, isParentJsonObj?: boolean): object;
|
|
41
|
+
const schemaVersion = "V1";
|
|
42
|
+
function getDeserializedJsonObj(obj: V1Dashboard, isParentJsonObj?: boolean): object;
|
|
43
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.V1Dashboard = void 0;
|
|
43
|
+
const model = __importStar(require("../model"));
|
|
44
|
+
var V1Dashboard;
|
|
45
|
+
(function (V1Dashboard) {
|
|
46
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Dashboard.getJsonObj(obj))), {});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
V1Dashboard.getJsonObj = getJsonObj;
|
|
51
|
+
V1Dashboard.schemaVersion = "V1";
|
|
52
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Dashboard.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
V1Dashboard.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(V1Dashboard = exports.V1Dashboard || (exports.V1Dashboard = {}));
|
|
58
|
+
//# sourceMappingURL=v1-dashboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1-dashboard.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/v1-dashboard.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,WAAW,CAkB3B;AAlBD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB,EAAE,eAAyB;QACpE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAiB,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,sBAAU,aAOzB,CAAA;IACY,yBAAa,GAAG,IAAI,CAAC;IAClC,SAAgB,sBAAsB,CAAC,GAAgB,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,CAAiB,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,kCAAsB,yBAOrC,CAAA;AACH,CAAC,EAlBgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAkB3B"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 CreateDashboardGroupRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateDashboardGroupRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details about the dashboard group being created.
|
|
21
|
+
*/
|
|
22
|
+
"createDashboardGroupDetails": model.CreateDashboardGroupDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or server
|
|
25
|
+
* error without risk of executing that same action again.
|
|
26
|
+
* Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
|
|
27
|
+
* (for example, if a resource has been deleted and purged from the system,
|
|
28
|
+
* then a retry of the original creation request may be rejected).
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* To identify if the call is cross-regional. In CRUD calls for a resource, to
|
|
38
|
+
* identify that the call originates from different region, set the
|
|
39
|
+
* `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
|
|
40
|
+
* The call will be served from a Replicated bucket.
|
|
41
|
+
* For same-region calls, the value is unassigned.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"opcCrossRegion"?: string;
|
|
45
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-dashboard-group-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-dashboard-group-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/create-dashboard-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 CreateDashboardRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateDashboardRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details about the dashboard being created.
|
|
21
|
+
*/
|
|
22
|
+
"createDashboardDetails": model.CreateV1DashboardDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or server
|
|
25
|
+
* error without risk of executing that same action again.
|
|
26
|
+
* Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations
|
|
27
|
+
* (for example, if a resource has been deleted and purged from the system,
|
|
28
|
+
* then a retry of the original creation request may be rejected).
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* To identify if the call is cross-regional. In CRUD calls for a resource, to
|
|
38
|
+
* identify that the call originates from different region, set the
|
|
39
|
+
* `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
|
|
40
|
+
* The call will be served from a Replicated bucket.
|
|
41
|
+
* For same-region calls, the value is unassigned.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"opcCrossRegion"?: string;
|
|
45
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-dashboard-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-dashboard-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/create-dashboard-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 DeleteDashboardGroupRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteDashboardGroupRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard group.
|
|
20
|
+
*/
|
|
21
|
+
"dashboardGroupId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* To identify if the call is cross-regional. In CRUD calls for a resource, to
|
|
37
|
+
* identify that the call originates from different region, set the
|
|
38
|
+
* `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
|
|
39
|
+
* The call will be served from a Replicated bucket.
|
|
40
|
+
* For same-region calls, the value is unassigned.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcCrossRegion"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-dashboard-group-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-dashboard-group-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/delete-dashboard-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 DeleteDashboardRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteDashboardRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard.
|
|
20
|
+
*/
|
|
21
|
+
"dashboardId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* To identify if the call is cross-regional. In CRUD calls for a resource, to
|
|
37
|
+
* identify that the call originates from different region, set the
|
|
38
|
+
* `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
|
|
39
|
+
* The call will be served from a Replicated bucket.
|
|
40
|
+
* For same-region calls, the value is unassigned.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcCrossRegion"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-dashboard-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-dashboard-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/delete-dashboard-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 GetDashboardGroupRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetDashboardGroupRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard group.
|
|
20
|
+
*/
|
|
21
|
+
"dashboardGroupId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* To identify if the call is cross-regional. In CRUD calls for a resource, to
|
|
28
|
+
* identify that the call originates from different region, set the
|
|
29
|
+
* `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
|
|
30
|
+
* The call will be served from a Replicated bucket.
|
|
31
|
+
* For same-region calls, the value is unassigned.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcCrossRegion"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-dashboard-group-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-dashboard-group-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/get-dashboard-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210731
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 GetDashboardRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetDashboardRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard.
|
|
20
|
+
*/
|
|
21
|
+
"dashboardId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* To identify if the call is cross-regional. In CRUD calls for a resource, to
|
|
28
|
+
* identify that the call originates from different region, set the
|
|
29
|
+
* `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
|
|
30
|
+
* The call will be served from a Replicated bucket.
|
|
31
|
+
* For same-region calls, the value is unassigned.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcCrossRegion"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210731
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-dashboard-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-dashboard-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/get-dashboard-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 CreateDashboardRequest from "./create-dashboard-request";
|
|
22
|
+
export import CreateDashboardRequest = CreateDashboardRequest.CreateDashboardRequest;
|
|
23
|
+
import * as DeleteDashboardRequest from "./delete-dashboard-request";
|
|
24
|
+
export import DeleteDashboardRequest = DeleteDashboardRequest.DeleteDashboardRequest;
|
|
25
|
+
import * as GetDashboardRequest from "./get-dashboard-request";
|
|
26
|
+
export import GetDashboardRequest = GetDashboardRequest.GetDashboardRequest;
|
|
27
|
+
import * as ListDashboardsRequest from "./list-dashboards-request";
|
|
28
|
+
export import ListDashboardsRequest = ListDashboardsRequest.ListDashboardsRequest;
|
|
29
|
+
import * as UpdateDashboardRequest from "./update-dashboard-request";
|
|
30
|
+
export import UpdateDashboardRequest = UpdateDashboardRequest.UpdateDashboardRequest;
|
|
31
|
+
import * as CreateDashboardGroupRequest from "./create-dashboard-group-request";
|
|
32
|
+
export import CreateDashboardGroupRequest = CreateDashboardGroupRequest.CreateDashboardGroupRequest;
|
|
33
|
+
import * as DeleteDashboardGroupRequest from "./delete-dashboard-group-request";
|
|
34
|
+
export import DeleteDashboardGroupRequest = DeleteDashboardGroupRequest.DeleteDashboardGroupRequest;
|
|
35
|
+
import * as GetDashboardGroupRequest from "./get-dashboard-group-request";
|
|
36
|
+
export import GetDashboardGroupRequest = GetDashboardGroupRequest.GetDashboardGroupRequest;
|
|
37
|
+
import * as ListDashboardGroupsRequest from "./list-dashboard-groups-request";
|
|
38
|
+
export import ListDashboardGroupsRequest = ListDashboardGroupsRequest.ListDashboardGroupsRequest;
|
|
39
|
+
import * as UpdateDashboardGroupRequest from "./update-dashboard-group-request";
|
|
40
|
+
export import UpdateDashboardGroupRequest = UpdateDashboardGroupRequest.UpdateDashboardGroupRequest;
|