Gets an item from the ApiSdk.v2.reserved_ips.item.actions.item collection
A unique numeric ID that can be used to identify and reference an action.
To retrieve all actions that have been executed on a reserved IP, send a GET request to /v2/reserved_ips/$RESERVED_IP/actions.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To initiate an action on a reserved IP send a POST request to/v2/reserved_ips/$RESERVED_IP/actions. In the JSON body to the request,set the type attribute to on of the supported action types:| Action | Details|------------|--------| assign | Assigns a reserved IP to a Droplet| unassign | Unassign a reserved IP from a Droplet
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve all actions that have been executed on a reserved IP, send a GET request to /v2/reserved_ips/$RESERVED_IP/actions.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To initiate an action on a reserved IP send a POST request to/v2/reserved_ips/$RESERVED_IP/actions. In the JSON body to the request,set the type attribute to on of the supported action types:| Action | Details|------------|--------| assign | Assigns a reserved IP to a Droplet| unassign | Unassign a reserved IP from a Droplet
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/reserved_ips/{reserved_ip}/actions