Run a resource action against multiple instances

Runs a resource action against multiple instances.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

modelIdentifierstringRequired
The ID of the Resource Model to run an action on.

Request

options
actionIdstringRequiredformat: "^[0-9a-fA-F]{4}$"

A 4-digit hexadecimal id

groupstringOptional
instanceslist of stringsOptional
inputsobject or nullOptional
inputOverrideslist of any or nullOptional

Response

response
object
A success response from an API method
OR
object
A failure response from an API method

Errors

500
Internal Server Error