@pulumiverse/grafana 0.2.1 → 0.2.2-alpha.1710103057
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/cloudAccessPolicy.d.ts +7 -1
- package/cloudAccessPolicy.js +7 -1
- package/cloudAccessPolicy.js.map +1 -1
- package/cloudAccessPolicyToken.d.ts +12 -0
- package/cloudAccessPolicyToken.js +12 -0
- package/cloudAccessPolicyToken.js.map +1 -1
- package/cloudApiKey.d.ts +9 -1
- package/cloudApiKey.js +9 -1
- package/cloudApiKey.js.map +1 -1
- package/cloudPluginInstallation.d.ts +7 -1
- package/cloudPluginInstallation.js +7 -1
- package/cloudPluginInstallation.js.map +1 -1
- package/cloudStack.d.ts +47 -10
- package/cloudStack.js +18 -0
- package/cloudStack.js.map +1 -1
- package/cloudStackServiceAccount.d.ts +5 -2
- package/cloudStackServiceAccount.js +5 -2
- package/cloudStackServiceAccount.js.map +1 -1
- package/cloudStackServiceAccountToken.d.ts +4 -2
- package/cloudStackServiceAccountToken.js +4 -2
- package/cloudStackServiceAccountToken.js.map +1 -1
- package/config/vars.d.ts +5 -1
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/contactPoint.d.ts +51 -3
- package/contactPoint.js +8 -0
- package/contactPoint.js.map +1 -1
- package/dashboard.d.ts +11 -2
- package/dashboard.js +11 -2
- package/dashboard.js.map +1 -1
- package/dashboardPermission.d.ts +13 -6
- package/dashboardPermission.js +10 -6
- package/dashboardPermission.js.map +1 -1
- package/dashboardPublic.d.ts +197 -0
- package/dashboardPublic.js +131 -0
- package/dashboardPublic.js.map +1 -0
- package/dataSource.d.ts +1 -1
- package/dataSource.js +1 -1
- package/dataSourcePermission.d.ts +4 -3
- package/dataSourcePermission.js +2 -4
- package/dataSourcePermission.js.map +1 -1
- package/folder.d.ts +12 -0
- package/folder.js +2 -0
- package/folder.js.map +1 -1
- package/folderPermission.d.ts +18 -3
- package/folderPermission.js +16 -4
- package/folderPermission.js.map +1 -1
- package/getCloudOrganization.d.ts +24 -0
- package/getCloudOrganization.js +24 -0
- package/getCloudOrganization.js.map +1 -1
- package/getCloudStack.d.ts +15 -1
- package/getCloudStack.js.map +1 -1
- package/getDashboard.d.ts +12 -0
- package/getDashboard.js +1 -0
- package/getDashboard.js.map +1 -1
- package/getDashboards.d.ts +12 -0
- package/getDashboards.js +1 -0
- package/getDashboards.js.map +1 -1
- package/getFolder.d.ts +12 -0
- package/getFolder.js +1 -0
- package/getFolder.js.map +1 -1
- package/getFolders.d.ts +24 -2
- package/getFolders.js +7 -4
- package/getFolders.js.map +1 -1
- package/getOncallSchedule.d.ts +2 -2
- package/getOncallSchedule.js +2 -2
- package/getOrganizationPreferences.d.ts +26 -6
- package/getOrganizationPreferences.js +7 -4
- package/getOrganizationPreferences.js.map +1 -1
- package/getServiceAccount.d.ts +62 -0
- package/getServiceAccount.js +28 -0
- package/getServiceAccount.js.map +1 -0
- package/index.d.ts +11 -2
- package/index.js +16 -3
- package/index.js.map +1 -1
- package/libraryPanel.d.ts +9 -3
- package/libraryPanel.js +9 -3
- package/libraryPanel.js.map +1 -1
- package/messageTemplate.d.ts +24 -0
- package/messageTemplate.js +4 -0
- package/messageTemplate.js.map +1 -1
- package/muteTiming.d.ts +16 -3
- package/muteTiming.js +3 -0
- package/muteTiming.js.map +1 -1
- package/notificationPolicy.d.ts +41 -5
- package/notificationPolicy.js +21 -5
- package/notificationPolicy.js.map +1 -1
- package/oncallEscalation.d.ts +1 -1
- package/oncallEscalation.js +1 -1
- package/oncallIntegration.d.ts +6 -6
- package/oncallOnCallShift.d.ts +3 -3
- package/oncallOutgoingWebhook.d.ts +78 -6
- package/oncallOutgoingWebhook.js +12 -0
- package/oncallOutgoingWebhook.js.map +1 -1
- package/organization.d.ts +18 -0
- package/organization.js +2 -0
- package/organization.js.map +1 -1
- package/organizationPreference.d.ts +16 -10
- package/organizationPreference.js +1 -1
- package/organizationPreference.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/playlist.d.ts +25 -0
- package/playlist.js +25 -0
- package/playlist.js.map +1 -1
- package/provider.d.ts +14 -2
- package/provider.js +2 -1
- package/provider.js.map +1 -1
- package/report.d.ts +29 -5
- package/report.js +4 -2
- package/report.js.map +1 -1
- package/roleAssignment.d.ts +1 -0
- package/roleAssignment.js +1 -0
- package/roleAssignment.js.map +1 -1
- package/ruleGroup.d.ts +17 -5
- package/ruleGroup.js +2 -3
- package/ruleGroup.js.map +1 -1
- package/serviceAccountPermission.d.ts +4 -2
- package/serviceAccountPermission.js +2 -3
- package/serviceAccountPermission.js.map +1 -1
- package/serviceAccountToken.d.ts +48 -2
- package/serviceAccountToken.js +3 -2
- package/serviceAccountToken.js.map +1 -1
- package/slo.d.ts +12 -0
- package/slo.js +2 -0
- package/slo.js.map +1 -1
- package/ssoSettings.d.ts +85 -0
- package/ssoSettings.js +80 -0
- package/ssoSettings.js.map +1 -0
- package/syntheticMonitoringInstallation.d.ts +45 -10
- package/syntheticMonitoringInstallation.js +42 -7
- package/syntheticMonitoringInstallation.js.map +1 -1
- package/team.d.ts +6 -1
- package/team.js +6 -1
- package/team.js.map +1 -1
- package/teamExternalGroup.d.ts +3 -2
- package/teamExternalGroup.js +3 -2
- package/teamExternalGroup.js.map +1 -1
- package/types/input.d.ts +441 -3
- package/types/output.d.ts +446 -3
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DashboardPublic = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages Grafana public dashboards.
|
|
10
|
+
*
|
|
11
|
+
* **Note:** This resource is available only with Grafana 10.2+.
|
|
12
|
+
*
|
|
13
|
+
* * [Official documentation](https://grafana.com/docs/grafana/latest/dashboards/dashboard-public/)
|
|
14
|
+
* * [HTTP API](https://grafana.com/docs/grafana/next/developers/http_api/dashboard_public/)
|
|
15
|
+
*
|
|
16
|
+
* ## Example Usage
|
|
17
|
+
*
|
|
18
|
+
* ```typescript
|
|
19
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
+
* import * as grafana from "@pulumiverse/grafana";
|
|
21
|
+
*
|
|
22
|
+
* // Optional (On-premise, not supported in Grafana Cloud): Create an organization
|
|
23
|
+
* const myOrg = new grafana.Organization("myOrg", {});
|
|
24
|
+
* // Create resources (optional: within the organization)
|
|
25
|
+
* const myFolder = new grafana.Folder("myFolder", {
|
|
26
|
+
* orgId: myOrg.orgId,
|
|
27
|
+
* title: "test Folder",
|
|
28
|
+
* });
|
|
29
|
+
* const testDash = new grafana.Dashboard("testDash", {
|
|
30
|
+
* orgId: myOrg.orgId,
|
|
31
|
+
* folder: myFolder.id,
|
|
32
|
+
* configJson: JSON.stringify({
|
|
33
|
+
* title: "My Terraform Dashboard",
|
|
34
|
+
* uid: "my-dashboard-uid",
|
|
35
|
+
* }),
|
|
36
|
+
* });
|
|
37
|
+
* const myPublicDashboard = new grafana.DashboardPublic("myPublicDashboard", {
|
|
38
|
+
* orgId: myOrg.orgId,
|
|
39
|
+
* dashboardUid: testDash.uid,
|
|
40
|
+
* uid: "my-custom-public-uid",
|
|
41
|
+
* accessToken: "e99e4275da6f410d83760eefa934d8d2",
|
|
42
|
+
* timeSelectionEnabled: true,
|
|
43
|
+
* isEnabled: true,
|
|
44
|
+
* annotationsEnabled: true,
|
|
45
|
+
* share: "public",
|
|
46
|
+
* });
|
|
47
|
+
* // Optional (On-premise, not supported in Grafana Cloud): Create an organization
|
|
48
|
+
* const myOrg2 = new grafana.Organization("myOrg2", {});
|
|
49
|
+
* const testDash2 = new grafana.Dashboard("testDash2", {
|
|
50
|
+
* orgId: myOrg2.orgId,
|
|
51
|
+
* configJson: JSON.stringify({
|
|
52
|
+
* title: "My Terraform Dashboard2",
|
|
53
|
+
* uid: "my-dashboard-uid2",
|
|
54
|
+
* }),
|
|
55
|
+
* });
|
|
56
|
+
* const myPublicDashboard2 = new grafana.DashboardPublic("myPublicDashboard2", {
|
|
57
|
+
* orgId: myOrg2.orgId,
|
|
58
|
+
* dashboardUid: testDash2.uid,
|
|
59
|
+
* share: "public",
|
|
60
|
+
* });
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* ## Import
|
|
64
|
+
*
|
|
65
|
+
* ```sh
|
|
66
|
+
* $ pulumi import grafana:index/dashboardPublic:DashboardPublic dashboard_name {{dashboard_uid}}:{{public_dashboard_uid}} # To use the default provider org
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* ```sh
|
|
70
|
+
* $ pulumi import grafana:index/dashboardPublic:DashboardPublic dashboard_name {org_id}}:{{dashboard_uid}}:{{public_dashboard_uid}} # When "org_id" is set on the resource
|
|
71
|
+
* ```
|
|
72
|
+
*/
|
|
73
|
+
class DashboardPublic extends pulumi.CustomResource {
|
|
74
|
+
/**
|
|
75
|
+
* Get an existing DashboardPublic resource's state with the given name, ID, and optional extra
|
|
76
|
+
* properties used to qualify the lookup.
|
|
77
|
+
*
|
|
78
|
+
* @param name The _unique_ name of the resulting resource.
|
|
79
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
80
|
+
* @param state Any extra arguments used during the lookup.
|
|
81
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
82
|
+
*/
|
|
83
|
+
static get(name, id, state, opts) {
|
|
84
|
+
return new DashboardPublic(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Returns true if the given object is an instance of DashboardPublic. This is designed to work even
|
|
88
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
89
|
+
*/
|
|
90
|
+
static isInstance(obj) {
|
|
91
|
+
if (obj === undefined || obj === null) {
|
|
92
|
+
return false;
|
|
93
|
+
}
|
|
94
|
+
return obj['__pulumiType'] === DashboardPublic.__pulumiType;
|
|
95
|
+
}
|
|
96
|
+
constructor(name, argsOrState, opts) {
|
|
97
|
+
let resourceInputs = {};
|
|
98
|
+
opts = opts || {};
|
|
99
|
+
if (opts.id) {
|
|
100
|
+
const state = argsOrState;
|
|
101
|
+
resourceInputs["accessToken"] = state ? state.accessToken : undefined;
|
|
102
|
+
resourceInputs["annotationsEnabled"] = state ? state.annotationsEnabled : undefined;
|
|
103
|
+
resourceInputs["dashboardUid"] = state ? state.dashboardUid : undefined;
|
|
104
|
+
resourceInputs["isEnabled"] = state ? state.isEnabled : undefined;
|
|
105
|
+
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
106
|
+
resourceInputs["share"] = state ? state.share : undefined;
|
|
107
|
+
resourceInputs["timeSelectionEnabled"] = state ? state.timeSelectionEnabled : undefined;
|
|
108
|
+
resourceInputs["uid"] = state ? state.uid : undefined;
|
|
109
|
+
}
|
|
110
|
+
else {
|
|
111
|
+
const args = argsOrState;
|
|
112
|
+
if ((!args || args.dashboardUid === undefined) && !opts.urn) {
|
|
113
|
+
throw new Error("Missing required property 'dashboardUid'");
|
|
114
|
+
}
|
|
115
|
+
resourceInputs["accessToken"] = args ? args.accessToken : undefined;
|
|
116
|
+
resourceInputs["annotationsEnabled"] = args ? args.annotationsEnabled : undefined;
|
|
117
|
+
resourceInputs["dashboardUid"] = args ? args.dashboardUid : undefined;
|
|
118
|
+
resourceInputs["isEnabled"] = args ? args.isEnabled : undefined;
|
|
119
|
+
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
120
|
+
resourceInputs["share"] = args ? args.share : undefined;
|
|
121
|
+
resourceInputs["timeSelectionEnabled"] = args ? args.timeSelectionEnabled : undefined;
|
|
122
|
+
resourceInputs["uid"] = args ? args.uid : undefined;
|
|
123
|
+
}
|
|
124
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
125
|
+
super(DashboardPublic.__pulumiType, name, resourceInputs, opts);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
exports.DashboardPublic = DashboardPublic;
|
|
129
|
+
/** @internal */
|
|
130
|
+
DashboardPublic.__pulumiType = 'grafana:index/dashboardPublic:DashboardPublic';
|
|
131
|
+
//# sourceMappingURL=dashboardPublic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboardPublic.js","sourceRoot":"","sources":["../dashboardPublic.ts"],"names":[],"mappings":"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"}
|
package/dataSource.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
32
32
|
* url: "http://influxdb.example.net:8086/",
|
|
33
33
|
* basicAuthEnabled: true,
|
|
34
34
|
* basicAuthUsername: "username",
|
|
35
|
-
* databaseName:
|
|
35
|
+
* databaseName: "dbname",
|
|
36
36
|
* jsonDataEncoded: JSON.stringify({
|
|
37
37
|
* authType: "default",
|
|
38
38
|
* basicAuthPassword: "mypassword",
|
package/dataSource.js
CHANGED
|
@@ -38,7 +38,7 @@ const utilities = require("./utilities");
|
|
|
38
38
|
* url: "http://influxdb.example.net:8086/",
|
|
39
39
|
* basicAuthEnabled: true,
|
|
40
40
|
* basicAuthUsername: "username",
|
|
41
|
-
* databaseName:
|
|
41
|
+
* databaseName: "dbname",
|
|
42
42
|
* jsonDataEncoded: JSON.stringify({
|
|
43
43
|
* authType: "default",
|
|
44
44
|
* basicAuthPassword: "mypassword",
|
|
@@ -2,6 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* Manages the entire set of permissions for a datasource. Permissions that aren't specified when applying this resource will be removed.
|
|
5
6
|
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/datasource_permissions/)
|
|
6
7
|
*
|
|
7
8
|
* ## Example Usage
|
|
@@ -33,7 +34,7 @@ import * as outputs from "./types/output";
|
|
|
33
34
|
* permissions: [
|
|
34
35
|
* {
|
|
35
36
|
* teamId: team.id,
|
|
36
|
-
* permission: "
|
|
37
|
+
* permission: "Edit",
|
|
37
38
|
* },
|
|
38
39
|
* {
|
|
39
40
|
* userId: user.id,
|
|
@@ -78,7 +79,7 @@ export declare class DataSourcePermission extends pulumi.CustomResource {
|
|
|
78
79
|
/**
|
|
79
80
|
* The permission items to add/update. Items that are omitted from the list will be removed.
|
|
80
81
|
*/
|
|
81
|
-
readonly permissions: pulumi.Output<outputs.DataSourcePermissionPermission[]>;
|
|
82
|
+
readonly permissions: pulumi.Output<outputs.DataSourcePermissionPermission[] | undefined>;
|
|
82
83
|
/**
|
|
83
84
|
* Create a DataSourcePermission resource with the given unique name, arguments, and options.
|
|
84
85
|
*
|
|
@@ -120,5 +121,5 @@ export interface DataSourcePermissionArgs {
|
|
|
120
121
|
/**
|
|
121
122
|
* The permission items to add/update. Items that are omitted from the list will be removed.
|
|
122
123
|
*/
|
|
123
|
-
permissions
|
|
124
|
+
permissions?: pulumi.Input<pulumi.Input<inputs.DataSourcePermissionPermission>[]>;
|
|
124
125
|
}
|
package/dataSourcePermission.js
CHANGED
|
@@ -6,6 +6,7 @@ exports.DataSourcePermission = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Manages the entire set of permissions for a datasource. Permissions that aren't specified when applying this resource will be removed.
|
|
9
10
|
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/datasource_permissions/)
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
@@ -37,7 +38,7 @@ const utilities = require("./utilities");
|
|
|
37
38
|
* permissions: [
|
|
38
39
|
* {
|
|
39
40
|
* teamId: team.id,
|
|
40
|
-
* permission: "
|
|
41
|
+
* permission: "Edit",
|
|
41
42
|
* },
|
|
42
43
|
* {
|
|
43
44
|
* userId: user.id,
|
|
@@ -92,9 +93,6 @@ class DataSourcePermission extends pulumi.CustomResource {
|
|
|
92
93
|
if ((!args || args.datasourceId === undefined) && !opts.urn) {
|
|
93
94
|
throw new Error("Missing required property 'datasourceId'");
|
|
94
95
|
}
|
|
95
|
-
if ((!args || args.permissions === undefined) && !opts.urn) {
|
|
96
|
-
throw new Error("Missing required property 'permissions'");
|
|
97
|
-
}
|
|
98
96
|
resourceInputs["datasourceId"] = args ? args.datasourceId : undefined;
|
|
99
97
|
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
100
98
|
resourceInputs["permissions"] = args ? args.permissions : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataSourcePermission.js","sourceRoot":"","sources":["../dataSourcePermission.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"dataSourcePermission.js","sourceRoot":"","sources":["../dataSourcePermission.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AApEL,oDAqEC;AAvDG,gBAAgB;AACO,iCAAY,GAAG,yDAAyD,CAAC"}
|
package/folder.d.ts
CHANGED
|
@@ -54,6 +54,10 @@ export declare class Folder extends pulumi.CustomResource {
|
|
|
54
54
|
* The Organization ID. If not set, the Org ID defined in the provider block will be used.
|
|
55
55
|
*/
|
|
56
56
|
readonly orgId: pulumi.Output<string | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* The uid of the parent folder. If set, the folder will be nested. If not set, the folder will be created in the root folder. Note: This requires the nestedFolders feature flag to be enabled on your Grafana instance.
|
|
59
|
+
*/
|
|
60
|
+
readonly parentFolderUid: pulumi.Output<string | undefined>;
|
|
57
61
|
/**
|
|
58
62
|
* Prevent deletion of the folder if it is not empty (contains dashboards or alert rules). Defaults to `false`.
|
|
59
63
|
*/
|
|
@@ -87,6 +91,10 @@ export interface FolderState {
|
|
|
87
91
|
* The Organization ID. If not set, the Org ID defined in the provider block will be used.
|
|
88
92
|
*/
|
|
89
93
|
orgId?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The uid of the parent folder. If set, the folder will be nested. If not set, the folder will be created in the root folder. Note: This requires the nestedFolders feature flag to be enabled on your Grafana instance.
|
|
96
|
+
*/
|
|
97
|
+
parentFolderUid?: pulumi.Input<string>;
|
|
90
98
|
/**
|
|
91
99
|
* Prevent deletion of the folder if it is not empty (contains dashboards or alert rules). Defaults to `false`.
|
|
92
100
|
*/
|
|
@@ -112,6 +120,10 @@ export interface FolderArgs {
|
|
|
112
120
|
* The Organization ID. If not set, the Org ID defined in the provider block will be used.
|
|
113
121
|
*/
|
|
114
122
|
orgId?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* The uid of the parent folder. If set, the folder will be nested. If not set, the folder will be created in the root folder. Note: This requires the nestedFolders feature flag to be enabled on your Grafana instance.
|
|
125
|
+
*/
|
|
126
|
+
parentFolderUid?: pulumi.Input<string>;
|
|
115
127
|
/**
|
|
116
128
|
* Prevent deletion of the folder if it is not empty (contains dashboards or alert rules). Defaults to `false`.
|
|
117
129
|
*/
|
package/folder.js
CHANGED
|
@@ -69,6 +69,7 @@ class Folder extends pulumi.CustomResource {
|
|
|
69
69
|
if (opts.id) {
|
|
70
70
|
const state = argsOrState;
|
|
71
71
|
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
72
|
+
resourceInputs["parentFolderUid"] = state ? state.parentFolderUid : undefined;
|
|
72
73
|
resourceInputs["preventDestroyIfNotEmpty"] = state ? state.preventDestroyIfNotEmpty : undefined;
|
|
73
74
|
resourceInputs["title"] = state ? state.title : undefined;
|
|
74
75
|
resourceInputs["uid"] = state ? state.uid : undefined;
|
|
@@ -80,6 +81,7 @@ class Folder extends pulumi.CustomResource {
|
|
|
80
81
|
throw new Error("Missing required property 'title'");
|
|
81
82
|
}
|
|
82
83
|
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
84
|
+
resourceInputs["parentFolderUid"] = args ? args.parentFolderUid : undefined;
|
|
83
85
|
resourceInputs["preventDestroyIfNotEmpty"] = args ? args.preventDestroyIfNotEmpty : undefined;
|
|
84
86
|
resourceInputs["title"] = args ? args.title : undefined;
|
|
85
87
|
resourceInputs["uid"] = args ? args.uid : undefined;
|
package/folder.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folder.js","sourceRoot":"","sources":["../folder.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"folder.js","sourceRoot":"","sources":["../folder.ts"],"names":[],"mappings":"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"}
|
package/folderPermission.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* Manages the entire set of permissions for a folder. Permissions that aren't specified when applying this resource will be removed.
|
|
5
6
|
* * [Official documentation](https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/access-control/)
|
|
6
7
|
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/folder_permissions/)
|
|
7
8
|
*
|
|
@@ -12,7 +13,11 @@ import * as outputs from "./types/output";
|
|
|
12
13
|
* import * as grafana from "@pulumiverse/grafana";
|
|
13
14
|
*
|
|
14
15
|
* const team = new grafana.Team("team", {});
|
|
15
|
-
* const user = new grafana.User("user", {
|
|
16
|
+
* const user = new grafana.User("user", {
|
|
17
|
+
* email: "user.name@example.com",
|
|
18
|
+
* login: "user.name",
|
|
19
|
+
* password: "my-password",
|
|
20
|
+
* });
|
|
16
21
|
* const collection = new grafana.Folder("collection", {title: "Folder Title"});
|
|
17
22
|
* const collectionPermission = new grafana.FolderPermission("collectionPermission", {
|
|
18
23
|
* folderUid: collection.uid,
|
|
@@ -32,6 +37,16 @@ import * as outputs from "./types/output";
|
|
|
32
37
|
* ],
|
|
33
38
|
* });
|
|
34
39
|
* ```
|
|
40
|
+
*
|
|
41
|
+
* ## Import
|
|
42
|
+
*
|
|
43
|
+
* ```sh
|
|
44
|
+
* $ pulumi import grafana:index/folderPermission:FolderPermission my_folder {{folder_uid}} # To use the default provider org
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* ```sh
|
|
48
|
+
* $ pulumi import grafana:index/folderPermission:FolderPermission my_folder {{org_id}}:{{folder_uid}} # When "org_id" is set on the resource
|
|
49
|
+
* ```
|
|
35
50
|
*/
|
|
36
51
|
export declare class FolderPermission extends pulumi.CustomResource {
|
|
37
52
|
/**
|
|
@@ -60,7 +75,7 @@ export declare class FolderPermission extends pulumi.CustomResource {
|
|
|
60
75
|
/**
|
|
61
76
|
* The permission items to add/update. Items that are omitted from the list will be removed.
|
|
62
77
|
*/
|
|
63
|
-
readonly permissions: pulumi.Output<outputs.FolderPermissionPermission[]>;
|
|
78
|
+
readonly permissions: pulumi.Output<outputs.FolderPermissionPermission[] | undefined>;
|
|
64
79
|
/**
|
|
65
80
|
* Create a FolderPermission resource with the given unique name, arguments, and options.
|
|
66
81
|
*
|
|
@@ -102,5 +117,5 @@ export interface FolderPermissionArgs {
|
|
|
102
117
|
/**
|
|
103
118
|
* The permission items to add/update. Items that are omitted from the list will be removed.
|
|
104
119
|
*/
|
|
105
|
-
permissions
|
|
120
|
+
permissions?: pulumi.Input<pulumi.Input<inputs.FolderPermissionPermission>[]>;
|
|
106
121
|
}
|
package/folderPermission.js
CHANGED
|
@@ -6,6 +6,7 @@ exports.FolderPermission = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Manages the entire set of permissions for a folder. Permissions that aren't specified when applying this resource will be removed.
|
|
9
10
|
* * [Official documentation](https://grafana.com/docs/grafana/latest/administration/roles-and-permissions/access-control/)
|
|
10
11
|
* * [HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/folder_permissions/)
|
|
11
12
|
*
|
|
@@ -16,7 +17,11 @@ const utilities = require("./utilities");
|
|
|
16
17
|
* import * as grafana from "@pulumiverse/grafana";
|
|
17
18
|
*
|
|
18
19
|
* const team = new grafana.Team("team", {});
|
|
19
|
-
* const user = new grafana.User("user", {
|
|
20
|
+
* const user = new grafana.User("user", {
|
|
21
|
+
* email: "user.name@example.com",
|
|
22
|
+
* login: "user.name",
|
|
23
|
+
* password: "my-password",
|
|
24
|
+
* });
|
|
20
25
|
* const collection = new grafana.Folder("collection", {title: "Folder Title"});
|
|
21
26
|
* const collectionPermission = new grafana.FolderPermission("collectionPermission", {
|
|
22
27
|
* folderUid: collection.uid,
|
|
@@ -36,6 +41,16 @@ const utilities = require("./utilities");
|
|
|
36
41
|
* ],
|
|
37
42
|
* });
|
|
38
43
|
* ```
|
|
44
|
+
*
|
|
45
|
+
* ## Import
|
|
46
|
+
*
|
|
47
|
+
* ```sh
|
|
48
|
+
* $ pulumi import grafana:index/folderPermission:FolderPermission my_folder {{folder_uid}} # To use the default provider org
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* ```sh
|
|
52
|
+
* $ pulumi import grafana:index/folderPermission:FolderPermission my_folder {{org_id}}:{{folder_uid}} # When "org_id" is set on the resource
|
|
53
|
+
* ```
|
|
39
54
|
*/
|
|
40
55
|
class FolderPermission extends pulumi.CustomResource {
|
|
41
56
|
/**
|
|
@@ -74,9 +89,6 @@ class FolderPermission extends pulumi.CustomResource {
|
|
|
74
89
|
if ((!args || args.folderUid === undefined) && !opts.urn) {
|
|
75
90
|
throw new Error("Missing required property 'folderUid'");
|
|
76
91
|
}
|
|
77
|
-
if ((!args || args.permissions === undefined) && !opts.urn) {
|
|
78
|
-
throw new Error("Missing required property 'permissions'");
|
|
79
|
-
}
|
|
80
92
|
resourceInputs["folderUid"] = args ? args.folderUid : undefined;
|
|
81
93
|
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
82
94
|
resourceInputs["permissions"] = args ? args.permissions : undefined;
|
package/folderPermission.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folderPermission.js","sourceRoot":"","sources":["../folderPermission.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"folderPermission.js","sourceRoot":"","sources":["../folderPermission.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AApEL,4CAqEC;AAvDG,gBAAgB;AACO,6BAAY,GAAG,iDAAiD,CAAC"}
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* ## Example Usage
|
|
4
|
+
*
|
|
5
|
+
* ```typescript
|
|
6
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
7
|
+
* import * as grafana from "@pulumi/grafana";
|
|
8
|
+
*
|
|
9
|
+
* const test = grafana.getCloudOrganization({
|
|
10
|
+
* slug: "my-org",
|
|
11
|
+
* });
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
2
14
|
export declare function getCloudOrganization(args?: GetCloudOrganizationArgs, opts?: pulumi.InvokeOptions): Promise<GetCloudOrganizationResult>;
|
|
3
15
|
/**
|
|
4
16
|
* A collection of arguments for invoking getCloudOrganization.
|
|
@@ -24,6 +36,18 @@ export interface GetCloudOrganizationResult {
|
|
|
24
36
|
readonly updatedAt: string;
|
|
25
37
|
readonly url: string;
|
|
26
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* ## Example Usage
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as grafana from "@pulumi/grafana";
|
|
45
|
+
*
|
|
46
|
+
* const test = grafana.getCloudOrganization({
|
|
47
|
+
* slug: "my-org",
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
27
51
|
export declare function getCloudOrganizationOutput(args?: GetCloudOrganizationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCloudOrganizationResult>;
|
|
28
52
|
/**
|
|
29
53
|
* A collection of arguments for invoking getCloudOrganization.
|
package/getCloudOrganization.js
CHANGED
|
@@ -5,6 +5,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getCloudOrganizationOutput = exports.getCloudOrganization = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as grafana from "@pulumi/grafana";
|
|
14
|
+
*
|
|
15
|
+
* const test = grafana.getCloudOrganization({
|
|
16
|
+
* slug: "my-org",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
8
20
|
function getCloudOrganization(args, opts) {
|
|
9
21
|
args = args || {};
|
|
10
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -14,6 +26,18 @@ function getCloudOrganization(args, opts) {
|
|
|
14
26
|
}, opts);
|
|
15
27
|
}
|
|
16
28
|
exports.getCloudOrganization = getCloudOrganization;
|
|
29
|
+
/**
|
|
30
|
+
* ## Example Usage
|
|
31
|
+
*
|
|
32
|
+
* ```typescript
|
|
33
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
34
|
+
* import * as grafana from "@pulumi/grafana";
|
|
35
|
+
*
|
|
36
|
+
* const test = grafana.getCloudOrganization({
|
|
37
|
+
* slug: "my-org",
|
|
38
|
+
* });
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
17
41
|
function getCloudOrganizationOutput(args, opts) {
|
|
18
42
|
return pulumi.output(args).apply((a) => getCloudOrganization(a, opts));
|
|
19
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCloudOrganization.js","sourceRoot":"","sources":["../getCloudOrganization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC;AA2BD,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
|
|
1
|
+
{"version":3,"file":"getCloudOrganization.js","sourceRoot":"","sources":["../getCloudOrganization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC;AA2BD;;;;;;;;;;;GAWG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
|
package/getCloudStack.d.ts
CHANGED
|
@@ -45,12 +45,18 @@ export interface GetCloudStackResult {
|
|
|
45
45
|
* The stack id assigned to this stack by Grafana.
|
|
46
46
|
*/
|
|
47
47
|
readonly id: string;
|
|
48
|
+
/**
|
|
49
|
+
* A map of labels to assign to the stack. Label keys and values must match the following regexp: "^[a-zA-Z0-9/\-.]+$" and stacks cannot have more than 10 labels.
|
|
50
|
+
*/
|
|
51
|
+
readonly labels: {
|
|
52
|
+
[key: string]: string;
|
|
53
|
+
};
|
|
48
54
|
readonly logsName: string;
|
|
49
55
|
readonly logsStatus: string;
|
|
50
56
|
readonly logsUrl: string;
|
|
51
57
|
readonly logsUserId: number;
|
|
52
58
|
/**
|
|
53
|
-
* Name of stack. Conventionally matches the url of the instance (e.g.
|
|
59
|
+
* Name of stack. Conventionally matches the url of the instance (e.g. `<stack_slug>.grafana.net`).
|
|
54
60
|
*/
|
|
55
61
|
readonly name: string;
|
|
56
62
|
/**
|
|
@@ -65,6 +71,14 @@ export interface GetCloudStackResult {
|
|
|
65
71
|
* Organization slug to assign to this stack.
|
|
66
72
|
*/
|
|
67
73
|
readonly orgSlug: string;
|
|
74
|
+
/**
|
|
75
|
+
* Base URL of the OTLP instance configured for this stack. See https://grafana.com/docs/grafana-cloud/send-data/otlp/send-data-otlp/ for docs on how to use this.
|
|
76
|
+
*/
|
|
77
|
+
readonly otlpUrl: string;
|
|
78
|
+
readonly profilesName: string;
|
|
79
|
+
readonly profilesStatus: string;
|
|
80
|
+
readonly profilesUrl: string;
|
|
81
|
+
readonly profilesUserId: number;
|
|
68
82
|
/**
|
|
69
83
|
* Prometheus name for this instance.
|
|
70
84
|
*/
|
package/getCloudStack.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCloudStack.js","sourceRoot":"","sources":["../getCloudStack.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;
|
|
1
|
+
{"version":3,"file":"getCloudStack.js","sourceRoot":"","sources":["../getCloudStack.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AA8HD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
package/getDashboard.d.ts
CHANGED
|
@@ -38,6 +38,10 @@ export interface GetDashboardArgs {
|
|
|
38
38
|
* The numerical ID of the Grafana dashboard. Specify either this or `uid`. Defaults to `-1`.
|
|
39
39
|
*/
|
|
40
40
|
dashboardId?: number;
|
|
41
|
+
/**
|
|
42
|
+
* The Organization ID. If not set, the Org ID defined in the provider block will be used.
|
|
43
|
+
*/
|
|
44
|
+
orgId?: string;
|
|
41
45
|
/**
|
|
42
46
|
* The uid of the Grafana dashboard. Specify either this or `dashboardId`. Defaults to ``.
|
|
43
47
|
*/
|
|
@@ -67,6 +71,10 @@ export interface GetDashboardResult {
|
|
|
67
71
|
* Whether or not the Grafana dashboard is starred. Starred Dashboards will show up on your own Home Dashboard by default, and are a convenient way to mark Dashboards that you’re interested in.
|
|
68
72
|
*/
|
|
69
73
|
readonly isStarred: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* The Organization ID. If not set, the Org ID defined in the provider block will be used.
|
|
76
|
+
*/
|
|
77
|
+
readonly orgId?: string;
|
|
70
78
|
/**
|
|
71
79
|
* URL slug of the dashboard (deprecated).
|
|
72
80
|
*/
|
|
@@ -127,6 +135,10 @@ export interface GetDashboardOutputArgs {
|
|
|
127
135
|
* The numerical ID of the Grafana dashboard. Specify either this or `uid`. Defaults to `-1`.
|
|
128
136
|
*/
|
|
129
137
|
dashboardId?: pulumi.Input<number>;
|
|
138
|
+
/**
|
|
139
|
+
* The Organization ID. If not set, the Org ID defined in the provider block will be used.
|
|
140
|
+
*/
|
|
141
|
+
orgId?: pulumi.Input<string>;
|
|
130
142
|
/**
|
|
131
143
|
* The uid of the Grafana dashboard. Specify either this or `dashboardId`. Defaults to ``.
|
|
132
144
|
*/
|
package/getDashboard.js
CHANGED
|
@@ -40,6 +40,7 @@ function getDashboard(args, opts) {
|
|
|
40
40
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
41
41
|
return pulumi.runtime.invoke("grafana:index/getDashboard:getDashboard", {
|
|
42
42
|
"dashboardId": args.dashboardId,
|
|
43
|
+
"orgId": args.orgId,
|
|
43
44
|
"uid": args.uid,
|
|
44
45
|
}, opts);
|
|
45
46
|
}
|
package/getDashboard.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDashboard.js","sourceRoot":"","sources":["../getDashboard.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getDashboard.js","sourceRoot":"","sources":["../getDashboard.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oCASC;AAqED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
package/getDashboards.d.ts
CHANGED
|
@@ -20,6 +20,10 @@ export interface GetDashboardsArgs {
|
|
|
20
20
|
* Maximum number of dashboard search results to return. Defaults to `5000`.
|
|
21
21
|
*/
|
|
22
22
|
limit?: number;
|
|
23
|
+
/**
|
|
24
|
+
* The Organization ID. If not set, the Org ID defined in the provider block will be used.
|
|
25
|
+
*/
|
|
26
|
+
orgId?: string;
|
|
23
27
|
/**
|
|
24
28
|
* List of string Grafana dashboard tags to search for, eg. `["prod"]`. Used only as search input, i.e., attribute value will remain unchanged.
|
|
25
29
|
*/
|
|
@@ -42,6 +46,10 @@ export interface GetDashboardsResult {
|
|
|
42
46
|
* Maximum number of dashboard search results to return. Defaults to `5000`.
|
|
43
47
|
*/
|
|
44
48
|
readonly limit?: number;
|
|
49
|
+
/**
|
|
50
|
+
* The Organization ID. If not set, the Org ID defined in the provider block will be used.
|
|
51
|
+
*/
|
|
52
|
+
readonly orgId?: string;
|
|
45
53
|
/**
|
|
46
54
|
* List of string Grafana dashboard tags to search for, eg. `["prod"]`. Used only as search input, i.e., attribute value will remain unchanged.
|
|
47
55
|
*/
|
|
@@ -67,6 +75,10 @@ export interface GetDashboardsOutputArgs {
|
|
|
67
75
|
* Maximum number of dashboard search results to return. Defaults to `5000`.
|
|
68
76
|
*/
|
|
69
77
|
limit?: pulumi.Input<number>;
|
|
78
|
+
/**
|
|
79
|
+
* The Organization ID. If not set, the Org ID defined in the provider block will be used.
|
|
80
|
+
*/
|
|
81
|
+
orgId?: pulumi.Input<string>;
|
|
70
82
|
/**
|
|
71
83
|
* List of string Grafana dashboard tags to search for, eg. `["prod"]`. Used only as search input, i.e., attribute value will remain unchanged.
|
|
72
84
|
*/
|
package/getDashboards.js
CHANGED
package/getDashboards.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDashboards.js","sourceRoot":"","sources":["../getDashboards.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;
|
|
1
|
+
{"version":3,"file":"getDashboards.js","sourceRoot":"","sources":["../getDashboards.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AAkDD;;;;;;GAMG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|