Gets an item from the ApiSdk.v2.floating_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 floating IP, send a GET request to /v2/floating_ips/$FLOATING_IP/actions.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To initiate an action on a floating IP send a POST request to/v2/floating_ips/$FLOATING_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 floating IP to a Droplet| unassign | Unassign a floating 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 floating IP, send a GET request to /v2/floating_ips/$FLOATING_IP/actions.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To initiate an action on a floating IP send a POST request to/v2/floating_ips/$FLOATING_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 floating IP to a Droplet| unassign | Unassign a floating 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/floating_ips/{floating_ip}/actions