lib/ionoscloud/api/flow_logs_api.rb in ionoscloud-6.0.0 vs lib/ionoscloud/api/flow_logs_api.rb in ionoscloud-6.0.1
- old
+ new
@@ -215,11 +215,11 @@
# @param server_id [String] The unique ID of the server.
# @param nic_id [String] The unique ID of the NIC.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines). (default to true)
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on (default to 0)
- # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (use together with limit for pagination). (default to 0)
+ # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination). (default to 0)
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination). (default to 1000)
# @return [FlowLogs]
def datacenters_servers_nics_flowlogs_get(datacenter_id, server_id, nic_id, opts = {})
data, _status_code, _headers = datacenters_servers_nics_flowlogs_get_with_http_info(datacenter_id, server_id, nic_id, opts)
data
@@ -231,10 +231,10 @@
# @param server_id [String] The unique ID of the server.
# @param nic_id [String] The unique ID of the NIC.
# @param [Hash] opts the optional parameters
# @option opts [Boolean] :pretty Controls whether the response is pretty-printed (with indentations and new lines).
# @option opts [Integer] :depth Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
- # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (use together with limit for pagination).
+ # @option opts [Integer] :offset The first element (from the complete list of the elements) to include in the response (used together with <b><i>limit</i></b> for pagination).
# @option opts [Integer] :limit The maximum number of elements to return (use together with offset for pagination).
# @return [Array<(FlowLogs, Integer, Hash)>] FlowLogs data, response status code and response headers
def datacenters_servers_nics_flowlogs_get_with_http_info(datacenter_id, server_id, nic_id, opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: FlowLogsApi.datacenters_servers_nics_flowlogs_get ...'