Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi
meraki.networks.getSensorAlertsProfiles
Explore with Pulumi AI
Example Usage
Using getSensorAlertsProfiles
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSensorAlertsProfiles(args: GetSensorAlertsProfilesArgs, opts?: InvokeOptions): Promise<GetSensorAlertsProfilesResult>
function getSensorAlertsProfilesOutput(args: GetSensorAlertsProfilesOutputArgs, opts?: InvokeOptions): Output<GetSensorAlertsProfilesResult>
def get_sensor_alerts_profiles(id: Optional[str] = None,
network_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSensorAlertsProfilesResult
def get_sensor_alerts_profiles_output(id: Optional[pulumi.Input[str]] = None,
network_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSensorAlertsProfilesResult]
func LookupSensorAlertsProfiles(ctx *Context, args *LookupSensorAlertsProfilesArgs, opts ...InvokeOption) (*LookupSensorAlertsProfilesResult, error)
func LookupSensorAlertsProfilesOutput(ctx *Context, args *LookupSensorAlertsProfilesOutputArgs, opts ...InvokeOption) LookupSensorAlertsProfilesResultOutput
> Note: This function is named LookupSensorAlertsProfiles
in the Go SDK.
public static class GetSensorAlertsProfiles
{
public static Task<GetSensorAlertsProfilesResult> InvokeAsync(GetSensorAlertsProfilesArgs args, InvokeOptions? opts = null)
public static Output<GetSensorAlertsProfilesResult> Invoke(GetSensorAlertsProfilesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSensorAlertsProfilesResult> getSensorAlertsProfiles(GetSensorAlertsProfilesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:networks/getSensorAlertsProfiles:getSensorAlertsProfiles
arguments:
# arguments dictionary
The following arguments are supported:
- id str
- id path parameter.
- network_
id str - networkId path parameter. Network ID
getSensorAlertsProfiles Result
The following output properties are available:
- Item
Get
Sensor Alerts Profiles Item - Items
List<Get
Sensor Alerts Profiles Item> - Array of ResponseSensorGetNetworkSensorAlertsProfiles
- Id string
- id path parameter.
- Network
Id string - networkId path parameter. Network ID
- Item
Get
Sensor Alerts Profiles Item - Items
[]Get
Sensor Alerts Profiles Item - Array of ResponseSensorGetNetworkSensorAlertsProfiles
- Id string
- id path parameter.
- Network
Id string - networkId path parameter. Network ID
- item
Get
Sensor Alerts Profiles Item - items
List<Get
Sensor Alerts Profiles Item> - Array of ResponseSensorGetNetworkSensorAlertsProfiles
- id String
- id path parameter.
- network
Id String - networkId path parameter. Network ID
- item
Get
Sensor Alerts Profiles Item - items
Get
Sensor Alerts Profiles Item[] - Array of ResponseSensorGetNetworkSensorAlertsProfiles
- id string
- id path parameter.
- network
Id string - networkId path parameter. Network ID
- item
Get
Sensor Alerts Profiles Item - items
Sequence[Get
Sensor Alerts Profiles Item] - Array of ResponseSensorGetNetworkSensorAlertsProfiles
- id str
- id path parameter.
- network_
id str - networkId path parameter. Network ID
- item Property Map
- items List<Property Map>
- Array of ResponseSensorGetNetworkSensorAlertsProfiles
- id String
- id path parameter.
- network
Id String - networkId path parameter. Network ID
Supporting Types
GetSensorAlertsProfilesItem
- Conditions
List<Get
Sensor Alerts Profiles Item Condition> - List of conditions that will cause the profile to send an alert.
- Name string
- Name of the sensor alert profile.
- Profile
Id string - ID of the sensor alert profile.
- Recipients
Get
Sensor Alerts Profiles Item Recipients - List of recipients that will receive the alert.
- Schedule
Get
Sensor Alerts Profiles Item Schedule - The sensor schedule to use with the alert profile.
- Serials List<string>
- List of device serials assigned to this sensor alert profile.
- Conditions
[]Get
Sensor Alerts Profiles Item Condition - List of conditions that will cause the profile to send an alert.
- Name string
- Name of the sensor alert profile.
- Profile
Id string - ID of the sensor alert profile.
- Recipients
Get
Sensor Alerts Profiles Item Recipients - List of recipients that will receive the alert.
- Schedule
Get
Sensor Alerts Profiles Item Schedule - The sensor schedule to use with the alert profile.
- Serials []string
- List of device serials assigned to this sensor alert profile.
- conditions
List<Get
Sensor Alerts Profiles Item Condition> - List of conditions that will cause the profile to send an alert.
- name String
- Name of the sensor alert profile.
- profile
Id String - ID of the sensor alert profile.
- recipients
Get
Sensor Alerts Profiles Item Recipients - List of recipients that will receive the alert.
- schedule
Get
Sensor Alerts Profiles Item Schedule - The sensor schedule to use with the alert profile.
- serials List<String>
- List of device serials assigned to this sensor alert profile.
- conditions
Get
Sensor Alerts Profiles Item Condition[] - List of conditions that will cause the profile to send an alert.
- name string
- Name of the sensor alert profile.
- profile
Id string - ID of the sensor alert profile.
- recipients
Get
Sensor Alerts Profiles Item Recipients - List of recipients that will receive the alert.
- schedule
Get
Sensor Alerts Profiles Item Schedule - The sensor schedule to use with the alert profile.
- serials string[]
- List of device serials assigned to this sensor alert profile.
- conditions
Sequence[Get
Sensor Alerts Profiles Item Condition] - List of conditions that will cause the profile to send an alert.
- name str
- Name of the sensor alert profile.
- profile_
id str - ID of the sensor alert profile.
- recipients
Get
Sensor Alerts Profiles Item Recipients - List of recipients that will receive the alert.
- schedule
Get
Sensor Alerts Profiles Item Schedule - The sensor schedule to use with the alert profile.
- serials Sequence[str]
- List of device serials assigned to this sensor alert profile.
- conditions List<Property Map>
- List of conditions that will cause the profile to send an alert.
- name String
- Name of the sensor alert profile.
- profile
Id String - ID of the sensor alert profile.
- recipients Property Map
- List of recipients that will receive the alert.
- schedule Property Map
- The sensor schedule to use with the alert profile.
- serials List<String>
- List of device serials assigned to this sensor alert profile.
GetSensorAlertsProfilesItemCondition
- Direction string
- If 'above', an alert will be sent when a sensor reads above the threshold. If 'below', an alert will be sent when a sensor reads below the threshold. Only applicable for temperature, humidity, realPower, apparentPower, powerFactor, voltage, current, and frequency thresholds.
- Duration int
- Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, and 8 hours. Default is 0.
- Metric string
- The type of sensor metric that will be monitored for changes. Available metrics are apparentPower, co2, current, door, frequency, humidity, indoorAirQuality, noise, pm25, powerFactor, realPower, temperature, tvoc, upstreamPower, voltage, and water.
- Threshold
Get
Sensor Alerts Profiles Item Condition Threshold - Threshold for sensor readings that will cause an alert to be sent. This object should contain a single property key matching the condition's 'metric' value.
- Direction string
- If 'above', an alert will be sent when a sensor reads above the threshold. If 'below', an alert will be sent when a sensor reads below the threshold. Only applicable for temperature, humidity, realPower, apparentPower, powerFactor, voltage, current, and frequency thresholds.
- Duration int
- Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, and 8 hours. Default is 0.
- Metric string
- The type of sensor metric that will be monitored for changes. Available metrics are apparentPower, co2, current, door, frequency, humidity, indoorAirQuality, noise, pm25, powerFactor, realPower, temperature, tvoc, upstreamPower, voltage, and water.
- Threshold
Get
Sensor Alerts Profiles Item Condition Threshold - Threshold for sensor readings that will cause an alert to be sent. This object should contain a single property key matching the condition's 'metric' value.
- direction String
- If 'above', an alert will be sent when a sensor reads above the threshold. If 'below', an alert will be sent when a sensor reads below the threshold. Only applicable for temperature, humidity, realPower, apparentPower, powerFactor, voltage, current, and frequency thresholds.
- duration Integer
- Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, and 8 hours. Default is 0.
- metric String
- The type of sensor metric that will be monitored for changes. Available metrics are apparentPower, co2, current, door, frequency, humidity, indoorAirQuality, noise, pm25, powerFactor, realPower, temperature, tvoc, upstreamPower, voltage, and water.
- threshold
Get
Sensor Alerts Profiles Item Condition Threshold - Threshold for sensor readings that will cause an alert to be sent. This object should contain a single property key matching the condition's 'metric' value.
- direction string
- If 'above', an alert will be sent when a sensor reads above the threshold. If 'below', an alert will be sent when a sensor reads below the threshold. Only applicable for temperature, humidity, realPower, apparentPower, powerFactor, voltage, current, and frequency thresholds.
- duration number
- Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, and 8 hours. Default is 0.
- metric string
- The type of sensor metric that will be monitored for changes. Available metrics are apparentPower, co2, current, door, frequency, humidity, indoorAirQuality, noise, pm25, powerFactor, realPower, temperature, tvoc, upstreamPower, voltage, and water.
- threshold
Get
Sensor Alerts Profiles Item Condition Threshold - Threshold for sensor readings that will cause an alert to be sent. This object should contain a single property key matching the condition's 'metric' value.
- direction str
- If 'above', an alert will be sent when a sensor reads above the threshold. If 'below', an alert will be sent when a sensor reads below the threshold. Only applicable for temperature, humidity, realPower, apparentPower, powerFactor, voltage, current, and frequency thresholds.
- duration int
- Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, and 8 hours. Default is 0.
- metric str
- The type of sensor metric that will be monitored for changes. Available metrics are apparentPower, co2, current, door, frequency, humidity, indoorAirQuality, noise, pm25, powerFactor, realPower, temperature, tvoc, upstreamPower, voltage, and water.
- threshold
Get
Sensor Alerts Profiles Item Condition Threshold - Threshold for sensor readings that will cause an alert to be sent. This object should contain a single property key matching the condition's 'metric' value.
- direction String
- If 'above', an alert will be sent when a sensor reads above the threshold. If 'below', an alert will be sent when a sensor reads below the threshold. Only applicable for temperature, humidity, realPower, apparentPower, powerFactor, voltage, current, and frequency thresholds.
- duration Number
- Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, and 8 hours. Default is 0.
- metric String
- The type of sensor metric that will be monitored for changes. Available metrics are apparentPower, co2, current, door, frequency, humidity, indoorAirQuality, noise, pm25, powerFactor, realPower, temperature, tvoc, upstreamPower, voltage, and water.
- threshold Property Map
- Threshold for sensor readings that will cause an alert to be sent. This object should contain a single property key matching the condition's 'metric' value.
GetSensorAlertsProfilesItemConditionThreshold
- Apparent
Power GetSensor Alerts Profiles Item Condition Threshold Apparent Power - Apparent power threshold. 'draw' must be provided.
- Current
Get
Sensor Alerts Profiles Item Condition Threshold Current - Electrical current threshold. 'level' must be provided.
- Door
Get
Sensor Alerts Profiles Item Condition Threshold Door - Door open threshold. 'open' must be provided and set to true.
- Frequency
Get
Sensor Alerts Profiles Item Condition Threshold Frequency - Electrical frequency threshold. 'level' must be provided.
- Humidity
Get
Sensor Alerts Profiles Item Condition Threshold Humidity - Humidity threshold. One of 'relativePercentage' or 'quality' must be provided.
- Indoor
Air GetQuality Sensor Alerts Profiles Item Condition Threshold Indoor Air Quality - Indoor air quality score threshold. One of 'score' or 'quality' must be provided.
- Noise
Get
Sensor Alerts Profiles Item Condition Threshold Noise - Noise threshold. 'ambient' must be provided.
- Pm25
Get
Sensor Alerts Profiles Item Condition Threshold Pm25 - PM2.5 concentration threshold. One of 'concentration' or 'quality' must be provided.
- Power
Factor GetSensor Alerts Profiles Item Condition Threshold Power Factor - Power factor threshold. 'percentage' must be provided.
- Real
Power GetSensor Alerts Profiles Item Condition Threshold Real Power - Real power threshold. 'draw' must be provided.
- Temperature
Get
Sensor Alerts Profiles Item Condition Threshold Temperature - Temperature threshold. One of 'celsius', 'fahrenheit', or 'quality' must be provided.
- Tvoc
Get
Sensor Alerts Profiles Item Condition Threshold Tvoc - TVOC concentration threshold. One of 'concentration' or 'quality' must be provided.
- Upstream
Power GetSensor Alerts Profiles Item Condition Threshold Upstream Power - Upstream power threshold. 'outageDetected' must be provided and set to true.
- Voltage
Get
Sensor Alerts Profiles Item Condition Threshold Voltage - Voltage threshold. 'level' must be provided.
- Water
Get
Sensor Alerts Profiles Item Condition Threshold Water - Water detection threshold. 'present' must be provided and set to true.
- Apparent
Power GetSensor Alerts Profiles Item Condition Threshold Apparent Power - Apparent power threshold. 'draw' must be provided.
- Current
Get
Sensor Alerts Profiles Item Condition Threshold Current - Electrical current threshold. 'level' must be provided.
- Door
Get
Sensor Alerts Profiles Item Condition Threshold Door - Door open threshold. 'open' must be provided and set to true.
- Frequency
Get
Sensor Alerts Profiles Item Condition Threshold Frequency - Electrical frequency threshold. 'level' must be provided.
- Humidity
Get
Sensor Alerts Profiles Item Condition Threshold Humidity - Humidity threshold. One of 'relativePercentage' or 'quality' must be provided.
- Indoor
Air GetQuality Sensor Alerts Profiles Item Condition Threshold Indoor Air Quality - Indoor air quality score threshold. One of 'score' or 'quality' must be provided.
- Noise
Get
Sensor Alerts Profiles Item Condition Threshold Noise - Noise threshold. 'ambient' must be provided.
- Pm25
Get
Sensor Alerts Profiles Item Condition Threshold Pm25 - PM2.5 concentration threshold. One of 'concentration' or 'quality' must be provided.
- Power
Factor GetSensor Alerts Profiles Item Condition Threshold Power Factor - Power factor threshold. 'percentage' must be provided.
- Real
Power GetSensor Alerts Profiles Item Condition Threshold Real Power - Real power threshold. 'draw' must be provided.
- Temperature
Get
Sensor Alerts Profiles Item Condition Threshold Temperature - Temperature threshold. One of 'celsius', 'fahrenheit', or 'quality' must be provided.
- Tvoc
Get
Sensor Alerts Profiles Item Condition Threshold Tvoc - TVOC concentration threshold. One of 'concentration' or 'quality' must be provided.
- Upstream
Power GetSensor Alerts Profiles Item Condition Threshold Upstream Power - Upstream power threshold. 'outageDetected' must be provided and set to true.
- Voltage
Get
Sensor Alerts Profiles Item Condition Threshold Voltage - Voltage threshold. 'level' must be provided.
- Water
Get
Sensor Alerts Profiles Item Condition Threshold Water - Water detection threshold. 'present' must be provided and set to true.
- apparent
Power GetSensor Alerts Profiles Item Condition Threshold Apparent Power - Apparent power threshold. 'draw' must be provided.
- current
Get
Sensor Alerts Profiles Item Condition Threshold Current - Electrical current threshold. 'level' must be provided.
- door
Get
Sensor Alerts Profiles Item Condition Threshold Door - Door open threshold. 'open' must be provided and set to true.
- frequency
Get
Sensor Alerts Profiles Item Condition Threshold Frequency - Electrical frequency threshold. 'level' must be provided.
- humidity
Get
Sensor Alerts Profiles Item Condition Threshold Humidity - Humidity threshold. One of 'relativePercentage' or 'quality' must be provided.
- indoor
Air GetQuality Sensor Alerts Profiles Item Condition Threshold Indoor Air Quality - Indoor air quality score threshold. One of 'score' or 'quality' must be provided.
- noise
Get
Sensor Alerts Profiles Item Condition Threshold Noise - Noise threshold. 'ambient' must be provided.
- pm25
Get
Sensor Alerts Profiles Item Condition Threshold Pm25 - PM2.5 concentration threshold. One of 'concentration' or 'quality' must be provided.
- power
Factor GetSensor Alerts Profiles Item Condition Threshold Power Factor - Power factor threshold. 'percentage' must be provided.
- real
Power GetSensor Alerts Profiles Item Condition Threshold Real Power - Real power threshold. 'draw' must be provided.
- temperature
Get
Sensor Alerts Profiles Item Condition Threshold Temperature - Temperature threshold. One of 'celsius', 'fahrenheit', or 'quality' must be provided.
- tvoc
Get
Sensor Alerts Profiles Item Condition Threshold Tvoc - TVOC concentration threshold. One of 'concentration' or 'quality' must be provided.
- upstream
Power GetSensor Alerts Profiles Item Condition Threshold Upstream Power - Upstream power threshold. 'outageDetected' must be provided and set to true.
- voltage
Get
Sensor Alerts Profiles Item Condition Threshold Voltage - Voltage threshold. 'level' must be provided.
- water
Get
Sensor Alerts Profiles Item Condition Threshold Water - Water detection threshold. 'present' must be provided and set to true.
- apparent
Power GetSensor Alerts Profiles Item Condition Threshold Apparent Power - Apparent power threshold. 'draw' must be provided.
- current
Get
Sensor Alerts Profiles Item Condition Threshold Current - Electrical current threshold. 'level' must be provided.
- door
Get
Sensor Alerts Profiles Item Condition Threshold Door - Door open threshold. 'open' must be provided and set to true.
- frequency
Get
Sensor Alerts Profiles Item Condition Threshold Frequency - Electrical frequency threshold. 'level' must be provided.
- humidity
Get
Sensor Alerts Profiles Item Condition Threshold Humidity - Humidity threshold. One of 'relativePercentage' or 'quality' must be provided.
- indoor
Air GetQuality Sensor Alerts Profiles Item Condition Threshold Indoor Air Quality - Indoor air quality score threshold. One of 'score' or 'quality' must be provided.
- noise
Get
Sensor Alerts Profiles Item Condition Threshold Noise - Noise threshold. 'ambient' must be provided.
- pm25
Get
Sensor Alerts Profiles Item Condition Threshold Pm25 - PM2.5 concentration threshold. One of 'concentration' or 'quality' must be provided.
- power
Factor GetSensor Alerts Profiles Item Condition Threshold Power Factor - Power factor threshold. 'percentage' must be provided.
- real
Power GetSensor Alerts Profiles Item Condition Threshold Real Power - Real power threshold. 'draw' must be provided.
- temperature
Get
Sensor Alerts Profiles Item Condition Threshold Temperature - Temperature threshold. One of 'celsius', 'fahrenheit', or 'quality' must be provided.
- tvoc
Get
Sensor Alerts Profiles Item Condition Threshold Tvoc - TVOC concentration threshold. One of 'concentration' or 'quality' must be provided.
- upstream
Power GetSensor Alerts Profiles Item Condition Threshold Upstream Power - Upstream power threshold. 'outageDetected' must be provided and set to true.
- voltage
Get
Sensor Alerts Profiles Item Condition Threshold Voltage - Voltage threshold. 'level' must be provided.
- water
Get
Sensor Alerts Profiles Item Condition Threshold Water - Water detection threshold. 'present' must be provided and set to true.
- apparent_
power GetSensor Alerts Profiles Item Condition Threshold Apparent Power - Apparent power threshold. 'draw' must be provided.
- current
Get
Sensor Alerts Profiles Item Condition Threshold Current - Electrical current threshold. 'level' must be provided.
- door
Get
Sensor Alerts Profiles Item Condition Threshold Door - Door open threshold. 'open' must be provided and set to true.
- frequency
Get
Sensor Alerts Profiles Item Condition Threshold Frequency - Electrical frequency threshold. 'level' must be provided.
- humidity
Get
Sensor Alerts Profiles Item Condition Threshold Humidity - Humidity threshold. One of 'relativePercentage' or 'quality' must be provided.
- indoor_
air_ Getquality Sensor Alerts Profiles Item Condition Threshold Indoor Air Quality - Indoor air quality score threshold. One of 'score' or 'quality' must be provided.
- noise
Get
Sensor Alerts Profiles Item Condition Threshold Noise - Noise threshold. 'ambient' must be provided.
- pm25
Get
Sensor Alerts Profiles Item Condition Threshold Pm25 - PM2.5 concentration threshold. One of 'concentration' or 'quality' must be provided.
- power_
factor GetSensor Alerts Profiles Item Condition Threshold Power Factor - Power factor threshold. 'percentage' must be provided.
- real_
power GetSensor Alerts Profiles Item Condition Threshold Real Power - Real power threshold. 'draw' must be provided.
- temperature
Get
Sensor Alerts Profiles Item Condition Threshold Temperature - Temperature threshold. One of 'celsius', 'fahrenheit', or 'quality' must be provided.
- tvoc
Get
Sensor Alerts Profiles Item Condition Threshold Tvoc - TVOC concentration threshold. One of 'concentration' or 'quality' must be provided.
- upstream_
power GetSensor Alerts Profiles Item Condition Threshold Upstream Power - Upstream power threshold. 'outageDetected' must be provided and set to true.
- voltage
Get
Sensor Alerts Profiles Item Condition Threshold Voltage - Voltage threshold. 'level' must be provided.
- water
Get
Sensor Alerts Profiles Item Condition Threshold Water - Water detection threshold. 'present' must be provided and set to true.
- apparent
Power Property Map - Apparent power threshold. 'draw' must be provided.
- current Property Map
- Electrical current threshold. 'level' must be provided.
- door Property Map
- Door open threshold. 'open' must be provided and set to true.
- frequency Property Map
- Electrical frequency threshold. 'level' must be provided.
- humidity Property Map
- Humidity threshold. One of 'relativePercentage' or 'quality' must be provided.
- indoor
Air Property MapQuality - Indoor air quality score threshold. One of 'score' or 'quality' must be provided.
- noise Property Map
- Noise threshold. 'ambient' must be provided.
- pm25 Property Map
- PM2.5 concentration threshold. One of 'concentration' or 'quality' must be provided.
- power
Factor Property Map - Power factor threshold. 'percentage' must be provided.
- real
Power Property Map - Real power threshold. 'draw' must be provided.
- temperature Property Map
- Temperature threshold. One of 'celsius', 'fahrenheit', or 'quality' must be provided.
- tvoc Property Map
- TVOC concentration threshold. One of 'concentration' or 'quality' must be provided.
- upstream
Power Property Map - Upstream power threshold. 'outageDetected' must be provided and set to true.
- voltage Property Map
- Voltage threshold. 'level' must be provided.
- water Property Map
- Water detection threshold. 'present' must be provided and set to true.
GetSensorAlertsProfilesItemConditionThresholdApparentPower
- Draw double
- Alerting threshold in volt-amps. Must be between 0 and 3750.
- Draw float64
- Alerting threshold in volt-amps. Must be between 0 and 3750.
- draw Double
- Alerting threshold in volt-amps. Must be between 0 and 3750.
- draw number
- Alerting threshold in volt-amps. Must be between 0 and 3750.
- draw float
- Alerting threshold in volt-amps. Must be between 0 and 3750.
- draw Number
- Alerting threshold in volt-amps. Must be between 0 and 3750.
GetSensorAlertsProfilesItemConditionThresholdCurrent
- Draw double
- Alerting threshold in amps. Must be between 0 and 15.
- Draw float64
- Alerting threshold in amps. Must be between 0 and 15.
- draw Double
- Alerting threshold in amps. Must be between 0 and 15.
- draw number
- Alerting threshold in amps. Must be between 0 and 15.
- draw float
- Alerting threshold in amps. Must be between 0 and 15.
- draw Number
- Alerting threshold in amps. Must be between 0 and 15.
GetSensorAlertsProfilesItemConditionThresholdDoor
- Open bool
- Alerting threshold for a door open event. Must be set to true.
- Open bool
- Alerting threshold for a door open event. Must be set to true.
- open Boolean
- Alerting threshold for a door open event. Must be set to true.
- open boolean
- Alerting threshold for a door open event. Must be set to true.
- open bool
- Alerting threshold for a door open event. Must be set to true.
- open Boolean
- Alerting threshold for a door open event. Must be set to true.
GetSensorAlertsProfilesItemConditionThresholdFrequency
- Level double
- Alerting threshold in hertz. Must be between 0 and 60.
- Level float64
- Alerting threshold in hertz. Must be between 0 and 60.
- level Double
- Alerting threshold in hertz. Must be between 0 and 60.
- level number
- Alerting threshold in hertz. Must be between 0 and 60.
- level float
- Alerting threshold in hertz. Must be between 0 and 60.
- level Number
- Alerting threshold in hertz. Must be between 0 and 60.
GetSensorAlertsProfilesItemConditionThresholdHumidity
- Quality string
- Alerting threshold as a qualitative humidity level.
- Relative
Percentage int - Alerting threshold in %RH.
- Quality string
- Alerting threshold as a qualitative humidity level.
- Relative
Percentage int - Alerting threshold in %RH.
- quality String
- Alerting threshold as a qualitative humidity level.
- relative
Percentage Integer - Alerting threshold in %RH.
- quality string
- Alerting threshold as a qualitative humidity level.
- relative
Percentage number - Alerting threshold in %RH.
- quality str
- Alerting threshold as a qualitative humidity level.
- relative_
percentage int - Alerting threshold in %RH.
- quality String
- Alerting threshold as a qualitative humidity level.
- relative
Percentage Number - Alerting threshold in %RH.
GetSensorAlertsProfilesItemConditionThresholdIndoorAirQuality
GetSensorAlertsProfilesItemConditionThresholdNoise
- Ambient
Get
Sensor Alerts Profiles Item Condition Threshold Noise Ambient - Ambient noise threshold. One of 'level' or 'quality' must be provided.
- Ambient
Get
Sensor Alerts Profiles Item Condition Threshold Noise Ambient - Ambient noise threshold. One of 'level' or 'quality' must be provided.
- ambient
Get
Sensor Alerts Profiles Item Condition Threshold Noise Ambient - Ambient noise threshold. One of 'level' or 'quality' must be provided.
- ambient
Get
Sensor Alerts Profiles Item Condition Threshold Noise Ambient - Ambient noise threshold. One of 'level' or 'quality' must be provided.
- ambient
Get
Sensor Alerts Profiles Item Condition Threshold Noise Ambient - Ambient noise threshold. One of 'level' or 'quality' must be provided.
- ambient Property Map
- Ambient noise threshold. One of 'level' or 'quality' must be provided.
GetSensorAlertsProfilesItemConditionThresholdNoiseAmbient
GetSensorAlertsProfilesItemConditionThresholdPm25
- Concentration int
- Alerting threshold as PM2.5 parts per million.
- Quality string
- Alerting threshold as a qualitative PM2.5 level.
- Concentration int
- Alerting threshold as PM2.5 parts per million.
- Quality string
- Alerting threshold as a qualitative PM2.5 level.
- concentration Integer
- Alerting threshold as PM2.5 parts per million.
- quality String
- Alerting threshold as a qualitative PM2.5 level.
- concentration number
- Alerting threshold as PM2.5 parts per million.
- quality string
- Alerting threshold as a qualitative PM2.5 level.
- concentration int
- Alerting threshold as PM2.5 parts per million.
- quality str
- Alerting threshold as a qualitative PM2.5 level.
- concentration Number
- Alerting threshold as PM2.5 parts per million.
- quality String
- Alerting threshold as a qualitative PM2.5 level.
GetSensorAlertsProfilesItemConditionThresholdPowerFactor
- Percentage int
- Alerting threshold as the ratio of active power to apparent power. Must be between 0 and 100.
- Percentage int
- Alerting threshold as the ratio of active power to apparent power. Must be between 0 and 100.
- percentage Integer
- Alerting threshold as the ratio of active power to apparent power. Must be between 0 and 100.
- percentage number
- Alerting threshold as the ratio of active power to apparent power. Must be between 0 and 100.
- percentage int
- Alerting threshold as the ratio of active power to apparent power. Must be between 0 and 100.
- percentage Number
- Alerting threshold as the ratio of active power to apparent power. Must be between 0 and 100.
GetSensorAlertsProfilesItemConditionThresholdRealPower
- Draw double
- Alerting threshold in watts. Must be between 0 and 3750.
- Draw float64
- Alerting threshold in watts. Must be between 0 and 3750.
- draw Double
- Alerting threshold in watts. Must be between 0 and 3750.
- draw number
- Alerting threshold in watts. Must be between 0 and 3750.
- draw float
- Alerting threshold in watts. Must be between 0 and 3750.
- draw Number
- Alerting threshold in watts. Must be between 0 and 3750.
GetSensorAlertsProfilesItemConditionThresholdTemperature
- Celsius double
- Alerting threshold in degrees Celsius.
- Fahrenheit double
- Alerting threshold in degrees Fahrenheit.
- Quality string
- Alerting threshold as a qualitative temperature level.
- Celsius float64
- Alerting threshold in degrees Celsius.
- Fahrenheit float64
- Alerting threshold in degrees Fahrenheit.
- Quality string
- Alerting threshold as a qualitative temperature level.
- celsius Double
- Alerting threshold in degrees Celsius.
- fahrenheit Double
- Alerting threshold in degrees Fahrenheit.
- quality String
- Alerting threshold as a qualitative temperature level.
- celsius number
- Alerting threshold in degrees Celsius.
- fahrenheit number
- Alerting threshold in degrees Fahrenheit.
- quality string
- Alerting threshold as a qualitative temperature level.
- celsius float
- Alerting threshold in degrees Celsius.
- fahrenheit float
- Alerting threshold in degrees Fahrenheit.
- quality str
- Alerting threshold as a qualitative temperature level.
- celsius Number
- Alerting threshold in degrees Celsius.
- fahrenheit Number
- Alerting threshold in degrees Fahrenheit.
- quality String
- Alerting threshold as a qualitative temperature level.
GetSensorAlertsProfilesItemConditionThresholdTvoc
- Concentration int
- Alerting threshold as TVOC micrograms per cubic meter.
- Quality string
- Alerting threshold as a qualitative TVOC level.
- Concentration int
- Alerting threshold as TVOC micrograms per cubic meter.
- Quality string
- Alerting threshold as a qualitative TVOC level.
- concentration Integer
- Alerting threshold as TVOC micrograms per cubic meter.
- quality String
- Alerting threshold as a qualitative TVOC level.
- concentration number
- Alerting threshold as TVOC micrograms per cubic meter.
- quality string
- Alerting threshold as a qualitative TVOC level.
- concentration int
- Alerting threshold as TVOC micrograms per cubic meter.
- quality str
- Alerting threshold as a qualitative TVOC level.
- concentration Number
- Alerting threshold as TVOC micrograms per cubic meter.
- quality String
- Alerting threshold as a qualitative TVOC level.
GetSensorAlertsProfilesItemConditionThresholdUpstreamPower
- Outage
Detected bool - Alerting threshold for an upstream power event. Must be set to true.
- Outage
Detected bool - Alerting threshold for an upstream power event. Must be set to true.
- outage
Detected Boolean - Alerting threshold for an upstream power event. Must be set to true.
- outage
Detected boolean - Alerting threshold for an upstream power event. Must be set to true.
- outage_
detected bool - Alerting threshold for an upstream power event. Must be set to true.
- outage
Detected Boolean - Alerting threshold for an upstream power event. Must be set to true.
GetSensorAlertsProfilesItemConditionThresholdVoltage
- Level double
- Alerting threshold in volts. Must be between 0 and 250.
- Level float64
- Alerting threshold in volts. Must be between 0 and 250.
- level Double
- Alerting threshold in volts. Must be between 0 and 250.
- level number
- Alerting threshold in volts. Must be between 0 and 250.
- level float
- Alerting threshold in volts. Must be between 0 and 250.
- level Number
- Alerting threshold in volts. Must be between 0 and 250.
GetSensorAlertsProfilesItemConditionThresholdWater
- Present bool
- Alerting threshold for a water detection event. Must be set to true.
- Present bool
- Alerting threshold for a water detection event. Must be set to true.
- present Boolean
- Alerting threshold for a water detection event. Must be set to true.
- present boolean
- Alerting threshold for a water detection event. Must be set to true.
- present bool
- Alerting threshold for a water detection event. Must be set to true.
- present Boolean
- Alerting threshold for a water detection event. Must be set to true.
GetSensorAlertsProfilesItemRecipients
- Emails List<string>
- A list of emails that will receive information about the alert.
- Http
Server List<string>Ids - A list of webhook endpoint IDs that will receive information about the alert.
- Sms
Numbers List<string> - A list of SMS numbers that will receive information about the alert.
- Emails []string
- A list of emails that will receive information about the alert.
- Http
Server []stringIds - A list of webhook endpoint IDs that will receive information about the alert.
- Sms
Numbers []string - A list of SMS numbers that will receive information about the alert.
- emails List<String>
- A list of emails that will receive information about the alert.
- http
Server List<String>Ids - A list of webhook endpoint IDs that will receive information about the alert.
- sms
Numbers List<String> - A list of SMS numbers that will receive information about the alert.
- emails string[]
- A list of emails that will receive information about the alert.
- http
Server string[]Ids - A list of webhook endpoint IDs that will receive information about the alert.
- sms
Numbers string[] - A list of SMS numbers that will receive information about the alert.
- emails Sequence[str]
- A list of emails that will receive information about the alert.
- http_
server_ Sequence[str]ids - A list of webhook endpoint IDs that will receive information about the alert.
- sms_
numbers Sequence[str] - A list of SMS numbers that will receive information about the alert.
- emails List<String>
- A list of emails that will receive information about the alert.
- http
Server List<String>Ids - A list of webhook endpoint IDs that will receive information about the alert.
- sms
Numbers List<String> - A list of SMS numbers that will receive information about the alert.
GetSensorAlertsProfilesItemSchedule
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.