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,34 @@
|
|
|
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
|
+
* Results of a dashboard search. Contains `DashboardSummary` items.
|
|
24
|
+
*/
|
|
25
|
+
export interface DashboardCollection {
|
|
26
|
+
/**
|
|
27
|
+
* A list of dashboards.
|
|
28
|
+
*/
|
|
29
|
+
"items": Array<model.DashboardSummary>;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DashboardCollection {
|
|
32
|
+
function getJsonObj(obj: DashboardCollection): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: DashboardCollection): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.DashboardCollection = void 0;
|
|
43
|
+
const model = __importStar(require("../model"));
|
|
44
|
+
var DashboardCollection;
|
|
45
|
+
(function (DashboardCollection) {
|
|
46
|
+
function getJsonObj(obj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
48
|
+
"items": obj.items
|
|
49
|
+
? obj.items.map(item => {
|
|
50
|
+
return model.DashboardSummary.getJsonObj(item);
|
|
51
|
+
})
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
DashboardCollection.getJsonObj = getJsonObj;
|
|
57
|
+
function getDeserializedJsonObj(obj) {
|
|
58
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
59
|
+
"items": obj.items
|
|
60
|
+
? obj.items.map(item => {
|
|
61
|
+
return model.DashboardSummary.getDeserializedJsonObj(item);
|
|
62
|
+
})
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
DashboardCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(DashboardCollection = exports.DashboardCollection || (exports.DashboardCollection = {}));
|
|
69
|
+
//# sourceMappingURL=dashboard-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-collection.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/dashboard-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 list of dashboard groups that match filter criteria, if any. Results contain `DashboardGroupSummary` objects.
|
|
24
|
+
*/
|
|
25
|
+
export interface DashboardGroupCollection {
|
|
26
|
+
/**
|
|
27
|
+
* A list of dashboard groups.
|
|
28
|
+
*/
|
|
29
|
+
"items": Array<model.DashboardGroupSummary>;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DashboardGroupCollection {
|
|
32
|
+
function getJsonObj(obj: DashboardGroupCollection): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: DashboardGroupCollection): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.DashboardGroupCollection = void 0;
|
|
43
|
+
const model = __importStar(require("../model"));
|
|
44
|
+
var DashboardGroupCollection;
|
|
45
|
+
(function (DashboardGroupCollection) {
|
|
46
|
+
function getJsonObj(obj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
48
|
+
"items": obj.items
|
|
49
|
+
? obj.items.map(item => {
|
|
50
|
+
return model.DashboardGroupSummary.getJsonObj(item);
|
|
51
|
+
})
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
DashboardGroupCollection.getJsonObj = getJsonObj;
|
|
57
|
+
function getDeserializedJsonObj(obj) {
|
|
58
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
59
|
+
"items": obj.items
|
|
60
|
+
? obj.items.map(item => {
|
|
61
|
+
return model.DashboardGroupSummary.getDeserializedJsonObj(item);
|
|
62
|
+
})
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
DashboardGroupCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(DashboardGroupCollection = exports.DashboardGroupCollection || (exports.DashboardGroupCollection = {}));
|
|
69
|
+
//# sourceMappingURL=dashboard-group-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-group-collection.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/dashboard-group-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
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
|
+
/**
|
|
22
|
+
* Summary information for the dashboard group.
|
|
23
|
+
*/
|
|
24
|
+
export interface DashboardGroupSummary {
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard group.
|
|
27
|
+
*/
|
|
28
|
+
"id": string;
|
|
29
|
+
/**
|
|
30
|
+
* A user-friendly name for the dashboard. Does not have to be unique, and it can be changed. Avoid entering confidential information.
|
|
31
|
+
* Leading and trailing spaces and the following special characters are not allowed: <>()=/'\"&\\
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"displayName": string;
|
|
35
|
+
/**
|
|
36
|
+
* A short description of the dashboard group. It can be changed. Avoid entering confidential information.
|
|
37
|
+
* The following special characters are not allowed: <>()=/'\"&\\
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"description": string;
|
|
41
|
+
/**
|
|
42
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the dashboard group.
|
|
43
|
+
*/
|
|
44
|
+
"compartmentId": string;
|
|
45
|
+
/**
|
|
46
|
+
* The date and time the dashboard group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
47
|
+
* <p>
|
|
48
|
+
Example: `2016-08-25T21:10:29.600Z`
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"timeCreated": Date;
|
|
52
|
+
/**
|
|
53
|
+
* The date and time the dashboard group was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
54
|
+
* <p>
|
|
55
|
+
Example: `2016-08-25T21:10:29.600Z`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"timeUpdated"?: Date;
|
|
59
|
+
/**
|
|
60
|
+
* The current state of the `DashboardGroup` resource.
|
|
61
|
+
*/
|
|
62
|
+
"lifecycleState": string;
|
|
63
|
+
/**
|
|
64
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
65
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"freeformTags": {
|
|
69
|
+
[key: string]: string;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
73
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"definedTags": {
|
|
77
|
+
[key: string]: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
83
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"systemTags"?: {
|
|
87
|
+
[key: string]: {
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
export declare namespace DashboardGroupSummary {
|
|
93
|
+
function getJsonObj(obj: DashboardGroupSummary): object;
|
|
94
|
+
function getDeserializedJsonObj(obj: DashboardGroupSummary): object;
|
|
95
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
exports.DashboardGroupSummary = void 0;
|
|
24
|
+
var DashboardGroupSummary;
|
|
25
|
+
(function (DashboardGroupSummary) {
|
|
26
|
+
function getJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
DashboardGroupSummary.getJsonObj = getJsonObj;
|
|
31
|
+
function getDeserializedJsonObj(obj) {
|
|
32
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
DashboardGroupSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
36
|
+
})(DashboardGroupSummary = exports.DashboardGroupSummary || (exports.DashboardGroupSummary = {}));
|
|
37
|
+
//# sourceMappingURL=dashboard-group-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-group-summary.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/dashboard-group-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAmEH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
|
|
@@ -0,0 +1,108 @@
|
|
|
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
|
+
/**
|
|
22
|
+
* The base schema for a dashboard group.
|
|
23
|
+
*/
|
|
24
|
+
export interface DashboardGroup {
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard group.
|
|
27
|
+
*/
|
|
28
|
+
"id": string;
|
|
29
|
+
/**
|
|
30
|
+
* A user-friendly name for the dashboard. Does not have to be unique, and it can be changed. Avoid entering confidential information.
|
|
31
|
+
* Leading and trailing spaces and the following special characters are not allowed: <>()=/'\"&\\
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"displayName": string;
|
|
35
|
+
/**
|
|
36
|
+
* A short description of the dashboard group. It can be changed. Avoid entering confidential information.
|
|
37
|
+
* The following special characters are not allowed: <>()=/'\"&\\
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"description": string;
|
|
41
|
+
/**
|
|
42
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the dashboard group.
|
|
43
|
+
*/
|
|
44
|
+
"compartmentId": string;
|
|
45
|
+
/**
|
|
46
|
+
* The date and time the dashboard group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
47
|
+
* <p>
|
|
48
|
+
Example: `2016-08-25T21:10:29.600Z`
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"timeCreated": Date;
|
|
52
|
+
/**
|
|
53
|
+
* The date and time the dashboard group was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
54
|
+
* <p>
|
|
55
|
+
Example: `2016-08-25T21:10:29.600Z`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"timeUpdated": Date;
|
|
59
|
+
/**
|
|
60
|
+
* The current state of the `DashboardGroup` resource.
|
|
61
|
+
*/
|
|
62
|
+
"lifecycleState": DashboardGroup.LifecycleState;
|
|
63
|
+
/**
|
|
64
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
65
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"freeformTags": {
|
|
69
|
+
[key: string]: string;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
73
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"definedTags": {
|
|
77
|
+
[key: string]: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
83
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"systemTags"?: {
|
|
87
|
+
[key: string]: {
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
export declare namespace DashboardGroup {
|
|
93
|
+
enum LifecycleState {
|
|
94
|
+
Creating = "CREATING",
|
|
95
|
+
Updating = "UPDATING",
|
|
96
|
+
Active = "ACTIVE",
|
|
97
|
+
Deleting = "DELETING",
|
|
98
|
+
Deleted = "DELETED",
|
|
99
|
+
Failed = "FAILED",
|
|
100
|
+
/**
|
|
101
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
102
|
+
* version of the SDK.
|
|
103
|
+
*/
|
|
104
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
105
|
+
}
|
|
106
|
+
function getJsonObj(obj: DashboardGroup): object;
|
|
107
|
+
function getDeserializedJsonObj(obj: DashboardGroup): object;
|
|
108
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
exports.DashboardGroup = void 0;
|
|
24
|
+
var DashboardGroup;
|
|
25
|
+
(function (DashboardGroup) {
|
|
26
|
+
let LifecycleState;
|
|
27
|
+
(function (LifecycleState) {
|
|
28
|
+
LifecycleState["Creating"] = "CREATING";
|
|
29
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
30
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
31
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
32
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
33
|
+
LifecycleState["Failed"] = "FAILED";
|
|
34
|
+
/**
|
|
35
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
36
|
+
* version of the SDK.
|
|
37
|
+
*/
|
|
38
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
39
|
+
})(LifecycleState = DashboardGroup.LifecycleState || (DashboardGroup.LifecycleState = {}));
|
|
40
|
+
function getJsonObj(obj) {
|
|
41
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DashboardGroup.getJsonObj = getJsonObj;
|
|
45
|
+
function getDeserializedJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
DashboardGroup.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
50
|
+
})(DashboardGroup = exports.DashboardGroup || (exports.DashboardGroup = {}));
|
|
51
|
+
//# sourceMappingURL=dashboard-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-group.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/dashboard-group.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAmEH,IAAiB,cAAc,CAyB9B;AAzBD,WAAiB,cAAc;IAC7B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,6BAAc,KAAd,6BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAyB9B"}
|
|
@@ -0,0 +1,99 @@
|
|
|
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
|
+
/**
|
|
22
|
+
* Summary information about the dashboard.
|
|
23
|
+
*/
|
|
24
|
+
export interface DashboardSummary {
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard resource.
|
|
27
|
+
*/
|
|
28
|
+
"id": string;
|
|
29
|
+
/**
|
|
30
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard group that the dashboard belongs to.
|
|
31
|
+
*/
|
|
32
|
+
"dashboardGroupId": string;
|
|
33
|
+
/**
|
|
34
|
+
* A user-friendly name for the dashboard. Does not have to be unique, and it can be changed. Avoid entering confidential information.
|
|
35
|
+
* Leading and trailing spaces and the following special characters are not allowed: <>()=/'\"&\\
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"displayName": string;
|
|
39
|
+
/**
|
|
40
|
+
* A short description of the dashboard. It can be changed. Avoid entering confidential information.
|
|
41
|
+
* The following special characters are not allowed: <>()=/'\"&\\
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"description": string;
|
|
45
|
+
/**
|
|
46
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the dashboard. A dashboard is always in the same compartment as its dashboard group.
|
|
47
|
+
*/
|
|
48
|
+
"compartmentId": string;
|
|
49
|
+
/**
|
|
50
|
+
* The date and time the dashboard was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
51
|
+
* <p>
|
|
52
|
+
Example: `2016-08-25T21:10:29.600Z
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"timeCreated": Date;
|
|
56
|
+
/**
|
|
57
|
+
* The date and time the dashboard was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
58
|
+
* <p>
|
|
59
|
+
Example: `2016-08-25T21:10:29.600Z`
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"timeUpdated"?: Date;
|
|
63
|
+
/**
|
|
64
|
+
* The current state of the Dashboard.
|
|
65
|
+
*/
|
|
66
|
+
"lifecycleState": string;
|
|
67
|
+
/**
|
|
68
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
69
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"freeformTags": {
|
|
73
|
+
[key: string]: string;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
77
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"definedTags": {
|
|
81
|
+
[key: string]: {
|
|
82
|
+
[key: string]: any;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
87
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"systemTags"?: {
|
|
91
|
+
[key: string]: {
|
|
92
|
+
[key: string]: any;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
export declare namespace DashboardSummary {
|
|
97
|
+
function getJsonObj(obj: DashboardSummary): object;
|
|
98
|
+
function getDeserializedJsonObj(obj: DashboardSummary): object;
|
|
99
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
exports.DashboardSummary = void 0;
|
|
24
|
+
var DashboardSummary;
|
|
25
|
+
(function (DashboardSummary) {
|
|
26
|
+
function getJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
DashboardSummary.getJsonObj = getJsonObj;
|
|
31
|
+
function getDeserializedJsonObj(obj) {
|
|
32
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
DashboardSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
36
|
+
})(DashboardSummary = exports.DashboardSummary || (exports.DashboardSummary = {}));
|
|
37
|
+
//# sourceMappingURL=dashboard-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard-summary.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/model/dashboard-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAuEH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|