Skip to main content
POST
BatchUpsertDeploymentRules

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
deploymentRules
MonitorsDeploymentRule · object[]

List of DeploymentRules to upsert.

Response

200 - application/json

Success

createdIds
string[]

IDs for which DeploymentRules were created without error.

updatedIds
string[]

IDs for which DeploymentRules were updated without error.

errors
UpsertError · object[]

Errors raised while upsert. This list will be empty if there were no errors.