@pulumi/juniper-mist 0.0.25 → 0.0.27
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/device/ap.d.ts +2 -1
- package/device/ap.js +2 -1
- package/device/ap.js.map +1 -1
- package/device/base.d.ts +6 -4
- package/device/base.js +6 -4
- package/device/base.js.map +1 -1
- package/device/gateway.d.ts +2 -1
- package/device/gateway.js +2 -1
- package/device/gateway.js.map +1 -1
- package/device/gatewayCluster.d.ts +2 -1
- package/device/gatewayCluster.js +2 -1
- package/device/gatewayCluster.js.map +1 -1
- package/device/image.d.ts +75 -0
- package/device/image.js +85 -0
- package/device/image.js.map +1 -0
- package/device/index.d.ts +3 -0
- package/device/index.js +6 -1
- package/device/index.js.map +1 -1
- package/device/switch.d.ts +2 -1
- package/device/switch.js +2 -1
- package/device/switch.js.map +1 -1
- package/getConstAlarms.d.ts +40 -0
- package/getConstAlarms.js +44 -0
- package/getConstAlarms.js.map +1 -0
- package/getConstAppCategories.d.ts +4 -2
- package/getConstAppCategories.js +4 -2
- package/getConstAppCategories.js.map +1 -1
- package/getConstAppSubCategories.d.ts +4 -2
- package/getConstAppSubCategories.js +4 -2
- package/getConstAppSubCategories.js.map +1 -1
- package/getConstApplications.d.ts +4 -2
- package/getConstApplications.js +4 -2
- package/getConstApplications.js.map +1 -1
- package/getConstCountries.d.ts +4 -2
- package/getConstCountries.js +4 -2
- package/getConstCountries.js.map +1 -1
- package/getConstTrafficTypes.d.ts +4 -2
- package/getConstTrafficTypes.js +4 -2
- package/getConstTrafficTypes.js.map +1 -1
- package/getSites.d.ts +4 -2
- package/getSites.js +4 -2
- package/getSites.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/org/alarmtemplate.d.ts +103 -0
- package/org/alarmtemplate.js +84 -0
- package/org/alarmtemplate.js.map +1 -0
- package/org/apitoken.d.ts +93 -0
- package/org/apitoken.js +73 -0
- package/org/apitoken.js.map +1 -0
- package/org/base.d.ts +6 -2
- package/org/base.js +6 -2
- package/org/base.js.map +1 -1
- package/org/deviceprofileAp.d.ts +4 -1
- package/org/deviceprofileAp.js +4 -1
- package/org/deviceprofileAp.js.map +1 -1
- package/org/deviceprofileAssign.d.ts +2 -1
- package/org/deviceprofileAssign.js +2 -1
- package/org/deviceprofileAssign.js.map +1 -1
- package/org/deviceprofileGateway.d.ts +4 -1
- package/org/deviceprofileGateway.js +4 -1
- package/org/deviceprofileGateway.js.map +1 -1
- package/org/gatewaytemplate.d.ts +2 -1
- package/org/gatewaytemplate.js +2 -1
- package/org/gatewaytemplate.js.map +1 -1
- package/org/getDeviceprofilesAp.d.ts +4 -2
- package/org/getDeviceprofilesAp.js +4 -2
- package/org/getDeviceprofilesAp.js.map +1 -1
- package/org/getDeviceprofilesGateway.d.ts +4 -2
- package/org/getDeviceprofilesGateway.js +4 -2
- package/org/getDeviceprofilesGateway.js.map +1 -1
- package/org/getGatewaytemplates.d.ts +4 -2
- package/org/getGatewaytemplates.js +4 -2
- package/org/getGatewaytemplates.js.map +1 -1
- package/org/getIdpprofiles.d.ts +4 -2
- package/org/getIdpprofiles.js +4 -2
- package/org/getIdpprofiles.js.map +1 -1
- package/org/getNacidpMetadata.d.ts +64 -0
- package/org/getNacidpMetadata.js +56 -0
- package/org/getNacidpMetadata.js.map +1 -0
- package/org/getNacrules.d.ts +4 -2
- package/org/getNacrules.js +4 -2
- package/org/getNacrules.js.map +1 -1
- package/org/getNactags.d.ts +4 -2
- package/org/getNactags.js +4 -2
- package/org/getNactags.js.map +1 -1
- package/org/getNetworks.d.ts +4 -2
- package/org/getNetworks.js +4 -2
- package/org/getNetworks.js.map +1 -1
- package/org/getNetworktemplates.d.ts +4 -2
- package/org/getNetworktemplates.js +4 -2
- package/org/getNetworktemplates.js.map +1 -1
- package/org/getPsks.d.ts +4 -2
- package/org/getPsks.js +4 -2
- package/org/getPsks.js.map +1 -1
- package/org/getRftemplates.d.ts +4 -2
- package/org/getRftemplates.js +4 -2
- package/org/getRftemplates.js.map +1 -1
- package/org/getServicepolicies.d.ts +4 -2
- package/org/getServicepolicies.js +4 -2
- package/org/getServicepolicies.js.map +1 -1
- package/org/getServices.d.ts +4 -2
- package/org/getServices.js +4 -2
- package/org/getServices.js.map +1 -1
- package/org/getSitegroups.d.ts +4 -2
- package/org/getSitegroups.js +4 -2
- package/org/getSitegroups.js.map +1 -1
- package/org/getSsoMetadata.d.ts +64 -0
- package/org/getSsoMetadata.js +56 -0
- package/org/getSsoMetadata.js.map +1 -0
- package/org/getWlantemplates.d.ts +4 -2
- package/org/getWlantemplates.js +4 -2
- package/org/getWlantemplates.js.map +1 -1
- package/org/getWxtags.d.ts +4 -2
- package/org/getWxtags.js +4 -2
- package/org/getWxtags.js.map +1 -1
- package/org/idpprofile.d.ts +2 -1
- package/org/idpprofile.js +2 -1
- package/org/idpprofile.js.map +1 -1
- package/org/index.d.ts +21 -0
- package/org/index.js +33 -2
- package/org/index.js.map +1 -1
- package/org/inventory.d.ts +2 -1
- package/org/inventory.js +2 -1
- package/org/inventory.js.map +1 -1
- package/org/nacidp.d.ts +385 -0
- package/org/nacidp.js +171 -0
- package/org/nacidp.js.map +1 -0
- package/org/nacrule.d.ts +2 -1
- package/org/nacrule.js +2 -1
- package/org/nacrule.js.map +1 -1
- package/org/nactag.d.ts +2 -1
- package/org/nactag.js +2 -1
- package/org/nactag.js.map +1 -1
- package/org/network.d.ts +2 -1
- package/org/network.js +2 -1
- package/org/network.js.map +1 -1
- package/org/networktemplate.d.ts +2 -1
- package/org/networktemplate.js +2 -1
- package/org/networktemplate.js.map +1 -1
- package/org/rftemplate.d.ts +2 -1
- package/org/rftemplate.js +2 -1
- package/org/rftemplate.js.map +1 -1
- package/org/service.d.ts +2 -1
- package/org/service.js +2 -1
- package/org/service.js.map +1 -1
- package/org/servicepolicy.d.ts +2 -1
- package/org/servicepolicy.js +2 -1
- package/org/servicepolicy.js.map +1 -1
- package/org/setting.d.ts +11 -19
- package/org/setting.js +8 -19
- package/org/setting.js.map +1 -1
- package/org/sitegroup.d.ts +2 -1
- package/org/sitegroup.js +2 -1
- package/org/sitegroup.js.map +1 -1
- package/org/sso.d.ts +264 -0
- package/org/sso.js +128 -0
- package/org/sso.js.map +1 -0
- package/org/ssoRole.d.ts +63 -0
- package/org/ssoRole.js +75 -0
- package/org/ssoRole.js.map +1 -0
- package/org/wlan.d.ts +2 -1
- package/org/wlan.js +2 -1
- package/org/wlan.js.map +1 -1
- package/org/wlanPortalImage.d.ts +2 -1
- package/org/wlanPortalImage.js +2 -1
- package/org/wlanPortalImage.js.map +1 -1
- package/org/wlanPortalTemplate.d.ts +2 -1
- package/org/wlanPortalTemplate.js +2 -1
- package/org/wlanPortalTemplate.js.map +1 -1
- package/org/wlantemplate.d.ts +2 -1
- package/org/wlantemplate.js +2 -1
- package/org/wlantemplate.js.map +1 -1
- package/org/wxrule.d.ts +11 -10
- package/org/wxrule.js +2 -1
- package/org/wxrule.js.map +1 -1
- package/org/wxtag.d.ts +2 -1
- package/org/wxtag.js +2 -1
- package/org/wxtag.js.map +1 -1
- package/package.json +2 -2
- package/site/base.d.ts +6 -4
- package/site/base.js +6 -4
- package/site/base.js.map +1 -1
- package/site/getPsks.d.ts +4 -2
- package/site/getPsks.js +4 -2
- package/site/getPsks.js.map +1 -1
- package/site/networktemplate.d.ts +2 -1
- package/site/networktemplate.js +2 -1
- package/site/networktemplate.js.map +1 -1
- package/site/setting.d.ts +2 -1
- package/site/setting.js +2 -1
- package/site/setting.js.map +1 -1
- package/site/wlan.d.ts +2 -1
- package/site/wlan.js +2 -1
- package/site/wlan.js.map +1 -1
- package/site/wlanPortalImage.d.ts +2 -1
- package/site/wlanPortalImage.js +2 -1
- package/site/wlanPortalImage.js.map +1 -1
- package/site/wlanPortalTemplate.d.ts +2 -1
- package/site/wlanPortalTemplate.js +2 -1
- package/site/wlanPortalTemplate.js.map +1 -1
- package/site/wxrule.d.ts +11 -22
- package/site/wxrule.js +2 -3
- package/site/wxrule.js.map +1 -1
- package/site/wxtag.d.ts +2 -1
- package/site/wxtag.js +2 -1
- package/site/wxtag.js.map +1 -1
- package/types/input.d.ts +94 -3
- package/types/output.d.ts +111 -2
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the of ConstAppCategories.
|
|
4
|
+
* This data source provides the of ConstAppCategories.
|
|
5
|
+
* This information can be used as `appCategories` in the `junipermist.org.Service` resource
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -24,7 +25,8 @@ export interface GetConstAppCategoriesResult {
|
|
|
24
25
|
readonly id: string;
|
|
25
26
|
}
|
|
26
27
|
/**
|
|
27
|
-
* This data source provides the of ConstAppCategories.
|
|
28
|
+
* This data source provides the of ConstAppCategories.
|
|
29
|
+
* This information can be used as `appCategories` in the `junipermist.org.Service` resource
|
|
28
30
|
*
|
|
29
31
|
* ## Example Usage
|
|
30
32
|
*
|
package/getConstAppCategories.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getConstAppCategoriesOutput = exports.getConstAppCategories = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the of ConstAppCategories.
|
|
9
|
+
* This data source provides the of ConstAppCategories.
|
|
10
|
+
* This information can be used as `appCategories` in the `junipermist.org.Service` resource
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -23,7 +24,8 @@ function getConstAppCategories(opts) {
|
|
|
23
24
|
}
|
|
24
25
|
exports.getConstAppCategories = getConstAppCategories;
|
|
25
26
|
/**
|
|
26
|
-
* This data source provides the of ConstAppCategories.
|
|
27
|
+
* This data source provides the of ConstAppCategories.
|
|
28
|
+
* This information can be used as `appCategories` in the `junipermist.org.Service` resource
|
|
27
29
|
*
|
|
28
30
|
* ## Example Usage
|
|
29
31
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstAppCategories.js","sourceRoot":"","sources":["../getConstAppCategories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getConstAppCategories.js","sourceRoot":"","sources":["../getConstAppCategories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAA2B;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE,EAC7F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC;AAYD;;;;;;;;;;;;GAYG;AACH,SAAgB,2BAA2B,CAAC,IAA2B;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE,EACnG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kEAIC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the of ConstAppSubCategories.
|
|
4
|
+
* This data source provides the of ConstAppSubCategories.
|
|
5
|
+
* This information can be used as `appSubcategories` in the `junipermist.org.Service` resource
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -24,7 +25,8 @@ export interface GetConstAppSubCategoriesResult {
|
|
|
24
25
|
readonly id: string;
|
|
25
26
|
}
|
|
26
27
|
/**
|
|
27
|
-
* This data source provides the of ConstAppSubCategories.
|
|
28
|
+
* This data source provides the of ConstAppSubCategories.
|
|
29
|
+
* This information can be used as `appSubcategories` in the `junipermist.org.Service` resource
|
|
28
30
|
*
|
|
29
31
|
* ## Example Usage
|
|
30
32
|
*
|
|
@@ -6,7 +6,8 @@ exports.getConstAppSubCategoriesOutput = exports.getConstAppSubCategories = void
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the of ConstAppSubCategories.
|
|
9
|
+
* This data source provides the of ConstAppSubCategories.
|
|
10
|
+
* This information can be used as `appSubcategories` in the `junipermist.org.Service` resource
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -23,7 +24,8 @@ function getConstAppSubCategories(opts) {
|
|
|
23
24
|
}
|
|
24
25
|
exports.getConstAppSubCategories = getConstAppSubCategories;
|
|
25
26
|
/**
|
|
26
|
-
* This data source provides the of ConstAppSubCategories.
|
|
27
|
+
* This data source provides the of ConstAppSubCategories.
|
|
28
|
+
* This information can be used as `appSubcategories` in the `junipermist.org.Service` resource
|
|
27
29
|
*
|
|
28
30
|
* ## Example Usage
|
|
29
31
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstAppSubCategories.js","sourceRoot":"","sources":["../getConstAppSubCategories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getConstAppSubCategories.js","sourceRoot":"","sources":["../getConstAppSubCategories.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,wBAAwB,CAAC,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE,EACnG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC;AAYD;;;;;;;;;;;;GAYG;AACH,SAAgB,8BAA8B,CAAC,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qEAAqE,EAAE,EACzG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wEAIC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the of ConstApplications.
|
|
4
|
+
* This data source provides the of ConstApplications.
|
|
5
|
+
* This information can be used as `apps` in the `junipermist.org.Service` resource, the `junipermist.site.Setting` resource (`mist_site_setting.gateway_mgmt.app_probing.apps`) or in the `junipermist.org.Setting` resource (`mist_org_setting.gateway_mgmt.app_probing.apps`)
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -24,7 +25,8 @@ export interface GetConstApplicationsResult {
|
|
|
24
25
|
readonly id: string;
|
|
25
26
|
}
|
|
26
27
|
/**
|
|
27
|
-
* This data source provides the of ConstApplications.
|
|
28
|
+
* This data source provides the of ConstApplications.
|
|
29
|
+
* This information can be used as `apps` in the `junipermist.org.Service` resource, the `junipermist.site.Setting` resource (`mist_site_setting.gateway_mgmt.app_probing.apps`) or in the `junipermist.org.Setting` resource (`mist_org_setting.gateway_mgmt.app_probing.apps`)
|
|
28
30
|
*
|
|
29
31
|
* ## Example Usage
|
|
30
32
|
*
|
package/getConstApplications.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getConstApplicationsOutput = exports.getConstApplications = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the of ConstApplications.
|
|
9
|
+
* This data source provides the of ConstApplications.
|
|
10
|
+
* This information can be used as `apps` in the `junipermist.org.Service` resource, the `junipermist.site.Setting` resource (`mist_site_setting.gateway_mgmt.app_probing.apps`) or in the `junipermist.org.Setting` resource (`mist_org_setting.gateway_mgmt.app_probing.apps`)
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -23,7 +24,8 @@ function getConstApplications(opts) {
|
|
|
23
24
|
}
|
|
24
25
|
exports.getConstApplications = getConstApplications;
|
|
25
26
|
/**
|
|
26
|
-
* This data source provides the of ConstApplications.
|
|
27
|
+
* This data source provides the of ConstApplications.
|
|
28
|
+
* This information can be used as `apps` in the `junipermist.org.Service` resource, the `junipermist.site.Setting` resource (`mist_site_setting.gateway_mgmt.app_probing.apps`) or in the `junipermist.org.Setting` resource (`mist_org_setting.gateway_mgmt.app_probing.apps`)
|
|
27
29
|
*
|
|
28
30
|
* ## Example Usage
|
|
29
31
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstApplications.js","sourceRoot":"","sources":["../getConstApplications.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getConstApplications.js","sourceRoot":"","sources":["../getConstApplications.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAYD;;;;;;;;;;;;GAYG;AACH,SAAgB,0BAA0B,CAAC,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6DAA6D,EAAE,EACjG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
|
package/getConstCountries.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the of ConstCountries.
|
|
4
|
+
* This data source provides the of ConstCountries.
|
|
5
|
+
* This information can be used to define the Country in the RF templates (`junipermist.org.Rftemplate`)
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -24,7 +25,8 @@ export interface GetConstCountriesResult {
|
|
|
24
25
|
readonly id: string;
|
|
25
26
|
}
|
|
26
27
|
/**
|
|
27
|
-
* This data source provides the of ConstCountries.
|
|
28
|
+
* This data source provides the of ConstCountries.
|
|
29
|
+
* This information can be used to define the Country in the RF templates (`junipermist.org.Rftemplate`)
|
|
28
30
|
*
|
|
29
31
|
* ## Example Usage
|
|
30
32
|
*
|
package/getConstCountries.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getConstCountriesOutput = exports.getConstCountries = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the of ConstCountries.
|
|
9
|
+
* This data source provides the of ConstCountries.
|
|
10
|
+
* This information can be used to define the Country in the RF templates (`junipermist.org.Rftemplate`)
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -23,7 +24,8 @@ function getConstCountries(opts) {
|
|
|
23
24
|
}
|
|
24
25
|
exports.getConstCountries = getConstCountries;
|
|
25
26
|
/**
|
|
26
|
-
* This data source provides the of ConstCountries.
|
|
27
|
+
* This data source provides the of ConstCountries.
|
|
28
|
+
* This information can be used to define the Country in the RF templates (`junipermist.org.Rftemplate`)
|
|
27
29
|
*
|
|
28
30
|
* ## Example Usage
|
|
29
31
|
*
|
package/getConstCountries.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstCountries.js","sourceRoot":"","sources":["../getConstCountries.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getConstCountries.js","sourceRoot":"","sources":["../getConstCountries.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,iBAAiB,CAAC,IAA2B;IACzD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE,EACrF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC;AAYD;;;;;;;;;;;;GAYG;AACH,SAAgB,uBAAuB,CAAC,IAA2B;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uDAAuD,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0DAIC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This data source provides the of ConstTrafficTypes.
|
|
4
|
+
* This data source provides the of ConstTrafficTypes.
|
|
5
|
+
* This information can be used to define the Country in the RF templates (`junipermist.org.Rftemplate`)
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -24,7 +25,8 @@ export interface GetConstTrafficTypesResult {
|
|
|
24
25
|
readonly id: string;
|
|
25
26
|
}
|
|
26
27
|
/**
|
|
27
|
-
* This data source provides the of ConstTrafficTypes.
|
|
28
|
+
* This data source provides the of ConstTrafficTypes.
|
|
29
|
+
* This information can be used to define the Country in the RF templates (`junipermist.org.Rftemplate`)
|
|
28
30
|
*
|
|
29
31
|
* ## Example Usage
|
|
30
32
|
*
|
package/getConstTrafficTypes.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getConstTrafficTypesOutput = exports.getConstTrafficTypes = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This data source provides the of ConstTrafficTypes.
|
|
9
|
+
* This data source provides the of ConstTrafficTypes.
|
|
10
|
+
* This information can be used to define the Country in the RF templates (`junipermist.org.Rftemplate`)
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -23,7 +24,8 @@ function getConstTrafficTypes(opts) {
|
|
|
23
24
|
}
|
|
24
25
|
exports.getConstTrafficTypes = getConstTrafficTypes;
|
|
25
26
|
/**
|
|
26
|
-
* This data source provides the of ConstTrafficTypes.
|
|
27
|
+
* This data source provides the of ConstTrafficTypes.
|
|
28
|
+
* This information can be used to define the Country in the RF templates (`junipermist.org.Rftemplate`)
|
|
27
29
|
*
|
|
28
30
|
* ## Example Usage
|
|
29
31
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConstTrafficTypes.js","sourceRoot":"","sources":["../getConstTrafficTypes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getConstTrafficTypes.js","sourceRoot":"","sources":["../getConstTrafficTypes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,oBAAoB,CAAC,IAA2B;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC;AAYD;;;;;;;;;;;;GAYG;AACH,SAAgB,0BAA0B,CAAC,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6DAA6D,EAAE,EACjG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC"}
|
package/getSites.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* This datasource provides the list of sites in a Mist Organization.
|
|
4
|
+
* This datasource provides the list of sites in a Mist Organization.
|
|
5
|
+
* A site represents a project, a deployment. A site contains a set of Maps, Wlans, Policies, Zones, ...
|
|
5
6
|
*
|
|
6
7
|
* ## Example Usage
|
|
7
8
|
*
|
|
@@ -33,7 +34,8 @@ export interface GetSitesResult {
|
|
|
33
34
|
readonly sites: outputs.GetSitesSite[];
|
|
34
35
|
}
|
|
35
36
|
/**
|
|
36
|
-
* This datasource provides the list of sites in a Mist Organization.
|
|
37
|
+
* This datasource provides the list of sites in a Mist Organization.
|
|
38
|
+
* A site represents a project, a deployment. A site contains a set of Maps, Wlans, Policies, Zones, ...
|
|
37
39
|
*
|
|
38
40
|
* ## Example Usage
|
|
39
41
|
*
|
package/getSites.js
CHANGED
|
@@ -6,7 +6,8 @@ exports.getSitesOutput = exports.getSites = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This datasource provides the list of sites in a Mist Organization.
|
|
9
|
+
* This datasource provides the list of sites in a Mist Organization.
|
|
10
|
+
* A site represents a project, a deployment. A site contains a set of Maps, Wlans, Policies, Zones, ...
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -27,7 +28,8 @@ function getSites(args, opts) {
|
|
|
27
28
|
}
|
|
28
29
|
exports.getSites = getSites;
|
|
29
30
|
/**
|
|
30
|
-
* This datasource provides the list of sites in a Mist Organization.
|
|
31
|
+
* This datasource provides the list of sites in a Mist Organization.
|
|
32
|
+
* A site represents a project, a deployment. A site contains a set of Maps, Wlans, Policies, Zones, ...
|
|
31
33
|
*
|
|
32
34
|
* ## Example Usage
|
|
33
35
|
*
|
package/getSites.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSites.js","sourceRoot":"","sources":["../getSites.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getSites.js","sourceRoot":"","sources":["../getSites.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAoBD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qCAAqC,EAAE;QACtE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
package/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export { GetConstAlarmsResult } from "./getConstAlarms";
|
|
2
|
+
export declare const getConstAlarms: typeof import("./getConstAlarms").getConstAlarms;
|
|
3
|
+
export declare const getConstAlarmsOutput: typeof import("./getConstAlarms").getConstAlarmsOutput;
|
|
1
4
|
export { GetConstAppCategoriesResult } from "./getConstAppCategories";
|
|
2
5
|
export declare const getConstAppCategories: typeof import("./getConstAppCategories").getConstAppCategories;
|
|
3
6
|
export declare const getConstAppCategoriesOutput: typeof import("./getConstAppCategories").getConstAppCategoriesOutput;
|
package/index.js
CHANGED
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.types = exports.site = exports.org = exports.device = exports.config = exports.Provider = exports.getSitesOutput = exports.getSites = exports.getConstTrafficTypesOutput = exports.getConstTrafficTypes = exports.getConstCountriesOutput = exports.getConstCountries = exports.getConstApplicationsOutput = exports.getConstApplications = exports.getConstAppSubCategoriesOutput = exports.getConstAppSubCategories = exports.getConstAppCategoriesOutput = exports.getConstAppCategories = void 0;
|
|
5
|
+
exports.types = exports.site = exports.org = exports.device = exports.config = exports.Provider = exports.getSitesOutput = exports.getSites = exports.getConstTrafficTypesOutput = exports.getConstTrafficTypes = exports.getConstCountriesOutput = exports.getConstCountries = exports.getConstApplicationsOutput = exports.getConstApplications = exports.getConstAppSubCategoriesOutput = exports.getConstAppSubCategories = exports.getConstAppCategoriesOutput = exports.getConstAppCategories = exports.getConstAlarmsOutput = exports.getConstAlarms = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
exports.getConstAlarms = null;
|
|
9
|
+
exports.getConstAlarmsOutput = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["getConstAlarms", "getConstAlarmsOutput"], () => require("./getConstAlarms"));
|
|
8
11
|
exports.getConstAppCategories = null;
|
|
9
12
|
exports.getConstAppCategoriesOutput = null;
|
|
10
13
|
utilities.lazyLoad(exports, ["getConstAppCategories", "getConstAppCategoriesOutput"], () => require("./getConstAppCategories"));
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAI5B,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGlH,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC7G,QAAA,8BAA8B,GAA+E,IAAW,CAAC;AACtI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,EAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAG3H,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI3E,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,sBAAsB;AACtB,mCAAmC;AAO/B,wBAAM;AANV,mCAAmC;AAO/B,wBAAM;AANV,6BAA6B;AAOzB,kBAAG;AANP,+BAA+B;AAO3B,oBAAI;AANR,iCAAiC;AAO7B,sBAAK;AAET,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,aAAa,EAAE;IAClD,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,8BAA8B,EAAE;YACzC,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAI5B,QAAA,cAAc,GAAqD,IAAW,CAAC;AAC/E,QAAA,oBAAoB,GAA2D,IAAW,CAAC;AACxG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,gBAAgB,EAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC,CAAC;AAG7F,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGlH,QAAA,wBAAwB,GAAyE,IAAW,CAAC;AAC7G,QAAA,8BAA8B,GAA+E,IAAW,CAAC;AACtI,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,0BAA0B,EAAC,gCAAgC,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;AAG3H,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,iBAAiB,GAA2D,IAAW,CAAC;AACxF,QAAA,uBAAuB,GAAiE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,mBAAmB,EAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAGtG,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AACjG,QAAA,0BAA0B,GAAuE,IAAW,CAAC;AAC1H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,EAAC,4BAA4B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAG/G,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAI3E,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,sBAAsB;AACtB,mCAAmC;AAO/B,wBAAM;AANV,mCAAmC;AAO/B,wBAAM;AANV,6BAA6B;AAOzB,kBAAG;AANP,+BAA+B;AAO3B,oBAAI;AANR,iCAAiC;AAO7B,sBAAK;AAET,MAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,aAAa,EAAE;IAClD,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,iBAAiB,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAA2B,EAAE;QACpF,IAAI,IAAI,KAAK,8BAA8B,EAAE;YACzC,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACpD;QACD,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource manages Alarm Templates.
|
|
6
|
+
* An Alarm Template is a set of Alarm Rules that could be applied to one or more sites (while each site can only pick one Alarm Template), or to the whole org.
|
|
7
|
+
*
|
|
8
|
+
* Once created, the Alarm template must be assigned with the `alarmtemplateId` attribute to one of the following
|
|
9
|
+
* * the whole org with the `junipermist.org.base` resource
|
|
10
|
+
* * one or multiple sites with the `junipermist.site.base` resource
|
|
11
|
+
*
|
|
12
|
+
* It is possible to use the `junipermist.getConstAlarms` data source to get a list of the available alarms
|
|
13
|
+
*
|
|
14
|
+
* ## Import
|
|
15
|
+
*
|
|
16
|
+
* Using `pulumi import`, import `mist_org_alarmtemplate` with:
|
|
17
|
+
*
|
|
18
|
+
* Org RF Template can be imported by specifying the org_id and the alarmtemplate_id
|
|
19
|
+
*
|
|
20
|
+
* ```sh
|
|
21
|
+
* $ pulumi import junipermist:org/alarmtemplate:Alarmtemplate alarmtemplate_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare class Alarmtemplate extends pulumi.CustomResource {
|
|
25
|
+
/**
|
|
26
|
+
* Get an existing Alarmtemplate resource's state with the given name, ID, and optional extra
|
|
27
|
+
* properties used to qualify the lookup.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resulting resource.
|
|
30
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
+
* @param state Any extra arguments used during the lookup.
|
|
32
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
+
*/
|
|
34
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AlarmtemplateState, opts?: pulumi.CustomResourceOptions): Alarmtemplate;
|
|
35
|
+
/**
|
|
36
|
+
* Returns true if the given object is an instance of Alarmtemplate. This is designed to work even
|
|
37
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
+
*/
|
|
39
|
+
static isInstance(obj: any): obj is Alarmtemplate;
|
|
40
|
+
/**
|
|
41
|
+
* Delivery object to configure the alarm delivery
|
|
42
|
+
*/
|
|
43
|
+
readonly delivery: pulumi.Output<outputs.org.AlarmtemplateDelivery>;
|
|
44
|
+
/**
|
|
45
|
+
* Some string to name the alarm template
|
|
46
|
+
*/
|
|
47
|
+
readonly name: pulumi.Output<string>;
|
|
48
|
+
readonly orgId: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Alarm Rules object to configure the individual alarm keys/types. Property key is the alarm name (list available with the `junipermist.getConstAlarms` data source).
|
|
51
|
+
*/
|
|
52
|
+
readonly rules: pulumi.Output<{
|
|
53
|
+
[key: string]: outputs.org.AlarmtemplateRules;
|
|
54
|
+
}>;
|
|
55
|
+
/**
|
|
56
|
+
* Create a Alarmtemplate resource with the given unique name, arguments, and options.
|
|
57
|
+
*
|
|
58
|
+
* @param name The _unique_ name of the resource.
|
|
59
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
60
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
61
|
+
*/
|
|
62
|
+
constructor(name: string, args: AlarmtemplateArgs, opts?: pulumi.CustomResourceOptions);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Input properties used for looking up and filtering Alarmtemplate resources.
|
|
66
|
+
*/
|
|
67
|
+
export interface AlarmtemplateState {
|
|
68
|
+
/**
|
|
69
|
+
* Delivery object to configure the alarm delivery
|
|
70
|
+
*/
|
|
71
|
+
delivery?: pulumi.Input<inputs.org.AlarmtemplateDelivery>;
|
|
72
|
+
/**
|
|
73
|
+
* Some string to name the alarm template
|
|
74
|
+
*/
|
|
75
|
+
name?: pulumi.Input<string>;
|
|
76
|
+
orgId?: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* Alarm Rules object to configure the individual alarm keys/types. Property key is the alarm name (list available with the `junipermist.getConstAlarms` data source).
|
|
79
|
+
*/
|
|
80
|
+
rules?: pulumi.Input<{
|
|
81
|
+
[key: string]: pulumi.Input<inputs.org.AlarmtemplateRules>;
|
|
82
|
+
}>;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* The set of arguments for constructing a Alarmtemplate resource.
|
|
86
|
+
*/
|
|
87
|
+
export interface AlarmtemplateArgs {
|
|
88
|
+
/**
|
|
89
|
+
* Delivery object to configure the alarm delivery
|
|
90
|
+
*/
|
|
91
|
+
delivery: pulumi.Input<inputs.org.AlarmtemplateDelivery>;
|
|
92
|
+
/**
|
|
93
|
+
* Some string to name the alarm template
|
|
94
|
+
*/
|
|
95
|
+
name?: pulumi.Input<string>;
|
|
96
|
+
orgId: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Alarm Rules object to configure the individual alarm keys/types. Property key is the alarm name (list available with the `junipermist.getConstAlarms` data source).
|
|
99
|
+
*/
|
|
100
|
+
rules: pulumi.Input<{
|
|
101
|
+
[key: string]: pulumi.Input<inputs.org.AlarmtemplateRules>;
|
|
102
|
+
}>;
|
|
103
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
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.Alarmtemplate = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource manages Alarm Templates.
|
|
10
|
+
* An Alarm Template is a set of Alarm Rules that could be applied to one or more sites (while each site can only pick one Alarm Template), or to the whole org.
|
|
11
|
+
*
|
|
12
|
+
* Once created, the Alarm template must be assigned with the `alarmtemplateId` attribute to one of the following
|
|
13
|
+
* * the whole org with the `junipermist.org.base` resource
|
|
14
|
+
* * one or multiple sites with the `junipermist.site.base` resource
|
|
15
|
+
*
|
|
16
|
+
* It is possible to use the `junipermist.getConstAlarms` data source to get a list of the available alarms
|
|
17
|
+
*
|
|
18
|
+
* ## Import
|
|
19
|
+
*
|
|
20
|
+
* Using `pulumi import`, import `mist_org_alarmtemplate` with:
|
|
21
|
+
*
|
|
22
|
+
* Org RF Template can be imported by specifying the org_id and the alarmtemplate_id
|
|
23
|
+
*
|
|
24
|
+
* ```sh
|
|
25
|
+
* $ pulumi import junipermist:org/alarmtemplate:Alarmtemplate alarmtemplate_one 17b46405-3a6d-4715-8bb4-6bb6d06f316a.d3c42998-9012-4859-9743-6b9bee475309
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
class Alarmtemplate extends pulumi.CustomResource {
|
|
29
|
+
/**
|
|
30
|
+
* Get an existing Alarmtemplate resource's state with the given name, ID, and optional extra
|
|
31
|
+
* properties used to qualify the lookup.
|
|
32
|
+
*
|
|
33
|
+
* @param name The _unique_ name of the resulting resource.
|
|
34
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
35
|
+
* @param state Any extra arguments used during the lookup.
|
|
36
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
37
|
+
*/
|
|
38
|
+
static get(name, id, state, opts) {
|
|
39
|
+
return new Alarmtemplate(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Returns true if the given object is an instance of Alarmtemplate. This is designed to work even
|
|
43
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
44
|
+
*/
|
|
45
|
+
static isInstance(obj) {
|
|
46
|
+
if (obj === undefined || obj === null) {
|
|
47
|
+
return false;
|
|
48
|
+
}
|
|
49
|
+
return obj['__pulumiType'] === Alarmtemplate.__pulumiType;
|
|
50
|
+
}
|
|
51
|
+
constructor(name, argsOrState, opts) {
|
|
52
|
+
let resourceInputs = {};
|
|
53
|
+
opts = opts || {};
|
|
54
|
+
if (opts.id) {
|
|
55
|
+
const state = argsOrState;
|
|
56
|
+
resourceInputs["delivery"] = state ? state.delivery : undefined;
|
|
57
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
58
|
+
resourceInputs["orgId"] = state ? state.orgId : undefined;
|
|
59
|
+
resourceInputs["rules"] = state ? state.rules : undefined;
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
const args = argsOrState;
|
|
63
|
+
if ((!args || args.delivery === undefined) && !opts.urn) {
|
|
64
|
+
throw new Error("Missing required property 'delivery'");
|
|
65
|
+
}
|
|
66
|
+
if ((!args || args.orgId === undefined) && !opts.urn) {
|
|
67
|
+
throw new Error("Missing required property 'orgId'");
|
|
68
|
+
}
|
|
69
|
+
if ((!args || args.rules === undefined) && !opts.urn) {
|
|
70
|
+
throw new Error("Missing required property 'rules'");
|
|
71
|
+
}
|
|
72
|
+
resourceInputs["delivery"] = args ? args.delivery : undefined;
|
|
73
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
74
|
+
resourceInputs["orgId"] = args ? args.orgId : undefined;
|
|
75
|
+
resourceInputs["rules"] = args ? args.rules : undefined;
|
|
76
|
+
}
|
|
77
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
78
|
+
super(Alarmtemplate.__pulumiType, name, resourceInputs, opts);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.Alarmtemplate = Alarmtemplate;
|
|
82
|
+
/** @internal */
|
|
83
|
+
Alarmtemplate.__pulumiType = 'junipermist:org/alarmtemplate:Alarmtemplate';
|
|
84
|
+
//# sourceMappingURL=alarmtemplate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alarmtemplate.js","sourceRoot":"","sources":["../../org/alarmtemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IAwBD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AA7EL,sCA8EC;AAhEG,gBAAgB;AACO,0BAAY,GAAG,6CAA6C,CAAC"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource manages Org API Tokens.
|
|
6
|
+
* Org API token is a unique identifier used by an application to authenticate and access a service's API. These tokens are used to authenticate requests made to the API server and ensure secure access to the API. They are not bound to any specific user and provide access to the organization as a whole.
|
|
7
|
+
* Organization tokens support different privileges and can only be used for the specific organization they are generated for.
|
|
8
|
+
* Rate limiting is done on an individual token basis, so if one token reaches its rate limit, it does not impact other tokens.
|
|
9
|
+
*/
|
|
10
|
+
export declare class Apitoken extends pulumi.CustomResource {
|
|
11
|
+
/**
|
|
12
|
+
* Get an existing Apitoken resource's state with the given name, ID, and optional extra
|
|
13
|
+
* properties used to qualify the lookup.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resulting resource.
|
|
16
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
17
|
+
* @param state Any extra arguments used during the lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ApitokenState, opts?: pulumi.CustomResourceOptions): Apitoken;
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of Apitoken. This is designed to work even
|
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
|
+
*/
|
|
25
|
+
static isInstance(obj: any): obj is Apitoken;
|
|
26
|
+
/**
|
|
27
|
+
* email of the token creator / null if creator is deleted
|
|
28
|
+
*/
|
|
29
|
+
readonly createdBy: pulumi.Output<string>;
|
|
30
|
+
readonly key: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* name of the token
|
|
33
|
+
*/
|
|
34
|
+
readonly name: pulumi.Output<string>;
|
|
35
|
+
readonly orgId: pulumi.Output<string>;
|
|
36
|
+
/**
|
|
37
|
+
* list of privileges the token has on the orgs/sites
|
|
38
|
+
*/
|
|
39
|
+
readonly privileges: pulumi.Output<outputs.org.ApitokenPrivilege[]>;
|
|
40
|
+
/**
|
|
41
|
+
* list of allowed IP addresses from where the token can be used from. At most 10 IP addresses can be specified, cannot be changed once the API Token is created.
|
|
42
|
+
*/
|
|
43
|
+
readonly srcIps: pulumi.Output<string[] | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* Create a Apitoken resource with the given unique name, arguments, and options.
|
|
46
|
+
*
|
|
47
|
+
* @param name The _unique_ name of the resource.
|
|
48
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
49
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
50
|
+
*/
|
|
51
|
+
constructor(name: string, args: ApitokenArgs, opts?: pulumi.CustomResourceOptions);
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Input properties used for looking up and filtering Apitoken resources.
|
|
55
|
+
*/
|
|
56
|
+
export interface ApitokenState {
|
|
57
|
+
/**
|
|
58
|
+
* email of the token creator / null if creator is deleted
|
|
59
|
+
*/
|
|
60
|
+
createdBy?: pulumi.Input<string>;
|
|
61
|
+
key?: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* name of the token
|
|
64
|
+
*/
|
|
65
|
+
name?: pulumi.Input<string>;
|
|
66
|
+
orgId?: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* list of privileges the token has on the orgs/sites
|
|
69
|
+
*/
|
|
70
|
+
privileges?: pulumi.Input<pulumi.Input<inputs.org.ApitokenPrivilege>[]>;
|
|
71
|
+
/**
|
|
72
|
+
* list of allowed IP addresses from where the token can be used from. At most 10 IP addresses can be specified, cannot be changed once the API Token is created.
|
|
73
|
+
*/
|
|
74
|
+
srcIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* The set of arguments for constructing a Apitoken resource.
|
|
78
|
+
*/
|
|
79
|
+
export interface ApitokenArgs {
|
|
80
|
+
/**
|
|
81
|
+
* name of the token
|
|
82
|
+
*/
|
|
83
|
+
name?: pulumi.Input<string>;
|
|
84
|
+
orgId: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* list of privileges the token has on the orgs/sites
|
|
87
|
+
*/
|
|
88
|
+
privileges: pulumi.Input<pulumi.Input<inputs.org.ApitokenPrivilege>[]>;
|
|
89
|
+
/**
|
|
90
|
+
* list of allowed IP addresses from where the token can be used from. At most 10 IP addresses can be specified, cannot be changed once the API Token is created.
|
|
91
|
+
*/
|
|
92
|
+
srcIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
93
|
+
}
|