Batch Create Measure Thresholds

post

/primeapi/restapi/measureThreshold/batch

Send a request to this endpoint to create one or more measure thresholds. An application object will be created for each JSON object provided in the request body.

Request

Supported Media Types
Body ()
Measure Thresholds to be created.
Root Schema : List<ApiEntityMeasureThreshold>
Type: array
Title: List<ApiEntityMeasureThreshold>
Show Source
Nested Schema : ApiEntityMeasureThreshold
Type: object
Show Source
Nested Schema : measureThresholdItems
Type: array
Unique Items Required: true
Show Source
Nested Schema : ApiEntityMeasureThresholdItem
Type: object
Show Source

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityMeasureThreshold
Type: object
Show Source
Nested Schema : measureThresholdItems
Type: array
Unique Items Required: true
Show Source
Nested Schema : ApiEntityMeasureThresholdItem
Type: object
Show Source

400 Response

Invalid input for a baseline threshold.