Run a resource action

Runs a resource action.

Authentication

AuthorizationBasic

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

Path parameters

modelIdstringRequiredformat: "^[0-9a-fA-F]{24}$"
The ID of the Resource Model to run an action on

Request

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

A 4-digit hexadecimal id

instancestring or objectOptional
instanceNamestringOptional
The name of the resource instance
instanceDescriptionstringOptionalDefaults to

Free-form text describing the resource instance

inputsobject 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