CreateThresholdRequest.json 253 Bytes
Newer Older
{{
	"objectInstanceIds" :  "{pmJobId}",
	"criteria" : {{
		"performanceMetric": "{performanceMetric}",
		"thresholdType": "{thresholdType}",
		"simpleThresholdDetails": {{
			"thresholdValue": {thresholdValue},
			"hysteresis": {hysteresis}
		}}	
	}}
}}