Skip to main content

Create a troubleshooting action

Submits an action to kill a specific instance or pod

Path Parameters
scopeId string REQUIRED

The ID of the scope

Request Body REQUIRED
name string REQUIRED

Possible values: [instance_kill, autoscaling_fix, autoscaling_stop, autoscaling_start]

The name of the troubleshooting action

parameters object REQUIRED

The parameters for the troubleshooting action. Actions with name autoscaling_stop and autoscaling_start do not require parameters.

instance_id string

The ID of the instance to kill (applies to instance_kill)

desired_instances integer

The desired number of instances (applies to autoscaling_fix)

autoscaling_enabled boolean

The desired number of instances (applies to autoscaling_fix)

Responses
200

The operation was successful

Schema OPTIONAL
id string OPTIONAL

The ID of the troubleshooting action

name string OPTIONAL

The name of the troubleshooting action

status string OPTIONAL

The status of the troubleshooting action

entity string OPTIONAL

The entity that the troubleshooting action is associated with

entity_id string OPTIONAL

The ID of the entity that the troubleshooting action is associated with

parameters object OPTIONAL

The parameters for the troubleshooting action

messages string[] OPTIONAL

The messages for the troubleshooting action

nrn string OPTIONAL

The NRN of the entity that the troubleshooting action is associated with

created_at date-time OPTIONAL

The date and time the troubleshooting action was created

updated_at date-time OPTIONAL

The date and time the troubleshooting action was last updated