Параметры

Имя параметра Описание
location_id
необязательно

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
необязательно

Set the current organization context for the request

Validations:

  • Must be a Integer

id
обязательно

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

input_values
необязательно

Hash of input values where key is the name of input, value is the value for this input

Validations:

  • Must be a Hash

gzip
необязательно

Compress the report uzing gzip

Validations:

  • Must be one of: true, false, 1, 0.

report_format
необязательно

Report format, defaults to 'csv'

Validations:

  • Must be one of: csv, json, yaml, html.