CreateThresholdRequest.json 319 Bytes
Newer Older
{{
	"objectInstanceIds" :  "{pmJobId}",
	"criteria" : {{
		"performanceMetric": "{performanceMetric}",
		"thresholdType": "{thresholdType}",
		"simpleThresholdDetails": {{
			"thresholdValue": {thresholdValue},
			"hysteresis": {hysteresis}
		}}	
	}},
	"callbackUri": "{callbackUri}:{callbackPort}{callbackEndpoint}"