GroupsApi
Method
HTTP request
Description
groups_actions_find_by_id
Examples
require 'time'
require 'ionoscloud-vm-autoscaling'
# setup authorization
IonoscloudVmAutoscaling.configure do |config|
# Configure HTTP basic authorization: basicAuth
config.username = 'YOUR USERNAME'
config.password = 'YOUR PASSWORD'
# Configure API key authorization: tokenAuth
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
# config.api_key_prefix['Authorization'] = 'Bearer'
end
api_instance = IonoscloudVmAutoscaling::GroupsApi.new
action_id = TODO # String |
group_id = 'group_id_example' # String |
opts = {
depth: 8.14 # Float | With this parameter, you control the level of detail of the response objects: - ``0``: Only direct properties are included; children (such as executions or transitions) are not considered. - ``1``: Direct properties and children references are included. - ``2``: Direct properties and children properties are included. - ``3``: Direct properties and children properties and children's children are included. - etc.
}
begin
# Get Scaling Action Details by ID
result = api_instance.groups_actions_find_by_id(action_id, group_id, opts)
p result
rescue IonoscloudVmAutoscaling::ApiError => e
puts "Error when calling GroupsApi->groups_actions_find_by_id: #{e}"
endUsing the groups_actions_find_by_id_with_http_info variant
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
groups_actions_get
Examples
Using the groups_actions_get_with_http_info variant
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
groups_delete
Examples
Using the groups_delete_with_http_info variant
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
groups_find_by_id
Examples
Using the groups_find_by_id_with_http_info variant
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
groups_get
Examples
Using the groups_get_with_http_info variant
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
groups_post
Examples
Using the groups_post_with_http_info variant
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
groups_put
Examples
Using the groups_put_with_http_info variant
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
groups_servers_find_by_id
Examples
Using the groups_servers_find_by_id_with_http_info variant
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
groups_servers_get
Examples
Using the groups_servers_get_with_http_info variant
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
Last updated
Was this helpful?