Skip to content

Sessions Configurations Table View

Property Path Type Required Default Description
Sessions list or string or null List of all sessions to run. Sessions contain the actions performed against the tested system and its underlying infrastructure in order to receive response data from the tested system to assert on.
Sessions[] object or string
Sessions[].Name string The name of the session, used to uniquely identify it and its output
Sessions[].Category string or null The category of the session, you can filter which categories to run using the -I flag
Sessions[].RunUntilStage integer or string or null Optional stage number that decides when the runner waits for this session to complete. If omitted, the session becomes visible only after its own stage completes. If set, the runner defers waiting until the configured future stage is reached.
Sessions[].SaveData string or true/false True Whether or not to save the session's output, if false any data is discarded after its iterated over and the SessionData as a whole is not saved.
Sessions[].Stage integer or string or null The stage of the session. Sessions with the same stage runs together. stage defaultly gets the index of the session in session list
Sessions[].TimeoutAfterSessionMs integer or string 0 The time in milliseconds to wait after the session ends
Sessions[].TimeoutBeforeSessionMs integer or string 0 The time in milliseconds to wait before the session starts
Sessions[].Collectors list or string or null List of all collectors to build and run for this session. Collectors fetch information about the application from 3rd party apis on the sessions runtime
Sessions[].Collectors[] object or string
Sessions[].Collectors[].Name string The name of the collector
Sessions[].Collectors[].EndTimeReachedCheckIntervalMs integer or string 1000 The check interval in milliseconds of the check that the current UTC time is past the collection end time, so the collection action can happen.
Sessions[].Collectors[].CollectionRange object or string The collection range of the collector's action contains parameters for the start and end times of the collection range in relation to the start and end time of the collector's session.
Sessions[].Collectors[].CollectionRange.EndTimeMs integer or string 0 The end time of the collection range in relation to the session end time, given in milliseconds, is added to the session's start time as is to determine the collection end time.
Sessions[].Collectors[].CollectionRange.StartTimeMs integer or string 0 The start time of the collection range in relation to the session start time, given in milliseconds, is added to the session's start time as is to determine the collection start time.
Sessions[].Collectors[].DataFilter object or string How to filter the properties of each returned collected data
Sessions[].Collectors[].DataFilter.Body string or true/false True Whether to keep the Body in the data (true) or filter it (false)
Sessions[].Collectors[].DataFilter.MetaData string or true/false True Whether to keep the MetaData in the data (true) or filter it (false)
Sessions[].Collectors[].DataFilter.Timestamp string or true/false True Whether to keep the Timestamp in the data (true) or filter it (false)
Sessions[].Collectors[].Prometheus object or string Collects messages from the prometheus query_range API and saves each of them as an item of a vector result's array. vector is a result type in prometheus that represents a set of time series data, every item of its result array represents a single value at a certain time.
Sessions[].Collectors[].Prometheus.Expression string The expression to query the prometheus query_range API with to collect data
Sessions[].Collectors[].Prometheus.Url string The prometheus' url, the base url without any route
Sessions[].Collectors[].Prometheus.ApiKey string or null The api key for interacting with prometheus
Sessions[].Collectors[].Prometheus.SampleIntervalMs integer or string 30000 The interval to sample the expression's value from the prometheus during the collection time range in milliseconds
Sessions[].Collectors[].Prometheus.TimeoutMs integer or string 120000 The timeout in milliseconds for the execution of the query sent to the prometheus API
Sessions[].Consumers list or string or null List of all consumers to build and run for this session. Consumers use protocols to receive data from the application
Sessions[].Consumers[] object or string
Sessions[].Consumers[].Name string The name of the consumer
Sessions[].Consumers[].TimeoutMs integer or string The consumption timeout in milliseconds (timeout is the time since last message was read by the consumer)
Sessions[].Consumers[].Stage integer or string 0 The stage in which the Consumer runs at
Sessions[].Consumers[].Policies list or string List of policies to use when communicating with this action's protocol
Sessions[].Consumers[].Policies[] object or string
Sessions[].Consumers[].Policies[].AdvancedLoadBalance object or string This policy executes actions in separate stages, each stage has a rate in which to execute the actions included in it and a count or timeout to know after how many actions or after how much time to end the stage and move to the next.
Sessions[].Consumers[].Policies[].AdvancedLoadBalance.Stages list or string or null The stages of publishing information, in each stage the messages will be publishedwith a given rate untill 'Amount' messages are generated or untill 'TimeoutMs' is reached
Sessions[].Consumers[].Policies[].AdvancedLoadBalance.Stages[] object or string
Sessions[].Consumers[].Policies[].AdvancedLoadBalance.Stages[].Rate number or string The amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Consumers[].Policies[].AdvancedLoadBalance.Stages[].Amount integer or string or null The number of times to perform action
Sessions[].Consumers[].Policies[].AdvancedLoadBalance.Stages[].TimeIntervalMs integer or string 1000 The time in milliseconds to perform Rate actions in
Sessions[].Consumers[].Policies[].AdvancedLoadBalance.Stages[].TimeoutMs integer or string or null The time in milliseconds before stopping the communication action
Sessions[].Consumers[].Policies[].Count object or string
Sessions[].Consumers[].Policies[].Count.Count integer or string
Sessions[].Consumers[].Policies[].IncreasingLoadBalance object or string This policy is in charge of controlling the rate in which the action is repeatedly executed and increasing it overtime
Sessions[].Consumers[].Policies[].IncreasingLoadBalance.MaxRate integer or string The maximum amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Consumers[].Policies[].IncreasingLoadBalance.StartRate integer or string The initial amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Consumers[].Policies[].IncreasingLoadBalance.RateIncrease integer or string or null 1 How much to increase the rate every RateIncreaseIntervalMs
Sessions[].Consumers[].Policies[].IncreasingLoadBalance.RateIncreaseIntervalMs number or string 1000 How often to increase the rate by RateIncrease in milliseconds
Sessions[].Consumers[].Policies[].IncreasingLoadBalance.TimeIntervalMs integer or string 1000 The time in milliseconds to perform Rate actions in
Sessions[].Consumers[].Policies[].LoadBalance object or string This policy is in charge of controlling the rate in which the action is repeatedly executed
Sessions[].Consumers[].Policies[].LoadBalance.Rate number or string The amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Consumers[].Policies[].LoadBalance.TimeIntervalMs integer or string 1000 The time in milliseconds to perform Rate actions in
Sessions[].Consumers[].Policies[].Timeout object or string
Sessions[].Consumers[].Policies[].Timeout.TimeoutMs integer or string
Sessions[].Consumers[].DataFilter object or string How to filter the properties of each returned consumed data
Sessions[].Consumers[].DataFilter.Body string or true/false True Whether to keep the Body in the data (true) or filter it (false)
Sessions[].Consumers[].DataFilter.MetaData string or true/false True Whether to keep the MetaData in the data (true) or filter it (false)
Sessions[].Consumers[].DataFilter.Timestamp string or true/false True Whether to keep the Timestamp in the data (true) or filter it (false)
Sessions[].Consumers[].Deserialize object or string Serializer to use to deserialize the consumed data
Sessions[].Consumers[].Deserialize.Deserializer one of [Binary / Json / MessagePack / Xml / Yaml / ProtobufMessage / XmlElement] The deserializer type to use for deserializing. Null means no deserialization will happen. Options are all available QaaS.Framework.Serialization deserializers
Sessions[].Consumers[].Deserialize.SpecificType object or string Configuration for making deserializer deserialize into a specific C# object, if set to null will deserialize to default deserilizer's C# object
Sessions[].Consumers[].Deserialize.SpecificType.TypeFullName string The full name (including path) of the type
Sessions[].Consumers[].Deserialize.SpecificType.AssemblyName string or null The name of the assembly the type is located in, If no value is given by default tries to take the entry assembly
Sessions[].Consumers[].ElasticIndices object or string Consumes documents from elasticsearch indices by an index pattern
Sessions[].Consumers[].ElasticIndices.IndexPattern string The index pattern of the relevant indices
Sessions[].Consumers[].ElasticIndices.Password string The password of the elasticsearch
Sessions[].Consumers[].ElasticIndices.Url string The url of the elasticsearch
Sessions[].Consumers[].ElasticIndices.Username string The username of the elasticsearch
Sessions[].Consumers[].ElasticIndices.FilterSecondsBeforeRunStartTime integer or string 0 If the ReadFromRunStartTime is enabled, this property specifies how far before the start of the read action to start consuming messages in seconds
Sessions[].Consumers[].ElasticIndices.MatchQueryString string * The match query string for the documents from the relevant indices
Sessions[].Consumers[].ElasticIndices.ReadBatchSize integer or string 1000 The size of the batch of documents to read from the elastic index pattern while scrolling its contents
Sessions[].Consumers[].ElasticIndices.ReadFromRunStartTime string or true/false False Whether to only read messages that arrived to the elastic after the start of the read action (true) or read all messages regardless of arrival time (false)
Sessions[].Consumers[].ElasticIndices.RequestTimeoutMs integer or string 30000 The timeout in milliseconds on the requests sent to the elastic
Sessions[].Consumers[].ElasticIndices.ScrollContextExpirationMs integer or string 100000 Specify how long a consistent view of the index should be maintained for scrolled search in milliseconds
Sessions[].Consumers[].ElasticIndices.TimestampField string @timestamp The json path to the main timestamp field to use for deciding a queried item's latest update time
Sessions[].Consumers[].IbmMqQueue object or string Consumes messages from IbmMq queue
Sessions[].Consumers[].IbmMqQueue.Channel string The name of the channel to connect to
Sessions[].Consumers[].IbmMqQueue.HostName string The name of the host machine hosting the IbmMq
Sessions[].Consumers[].IbmMqQueue.Manager string The name of the IbmMq manager to connect to
Sessions[].Consumers[].IbmMqQueue.Port integer or string The port number the IbmMq is listening on
Sessions[].Consumers[].IbmMqQueue.QueueName string Name of the queue to read messages from
Sessions[].Consumers[].KafkaTopic object or string Consumes messages from a kafka topic
Sessions[].Consumers[].KafkaTopic.GroupId string The group name to be used when reading messages
Sessions[].Consumers[].KafkaTopic.Password string Kafka Service with read permissions for the topic's password
Sessions[].Consumers[].KafkaTopic.TopicName string Name of the topic to read messages from
Sessions[].Consumers[].KafkaTopic.Username string Kafka Service with read permissions for the topic's username
Sessions[].Consumers[].KafkaTopic.AutoOffsetReset one of [Latest / Earliest / Error] Where the reader starts reading from in the topic when being created, latest means it starts reading only messages received after it started reading, other options such as Earliest can be found online.
Sessions[].Consumers[].KafkaTopic.EnableAutoCommit string or true/false True Whether the read mechanism will commit the offsets automatically and periodically in the background.
Sessions[].Consumers[].KafkaTopic.FetchMinBytes integer or string 1 Minimum number of bytes the broker responds with. If FetchWaitMaxMs expires the accumulated data will be sent to the client regardless of this setting.
Sessions[].Consumers[].KafkaTopic.FetchWaitMaxMs integer or string 2000 Maximum time the broker may wait to fill the Fetch response with FetchMinBytes of messages.
Sessions[].Consumers[].KafkaTopic.HeartbeatIntervalMs integer or string 1000 Group session keepalive heartbeat interval
Sessions[].Consumers[].KafkaTopic.MaxPollIntervalMs integer or string 15000 Maximum allowed time between calls to read messages for high-level readers. If this interval is exceeded the reader is considered failed and the group will rebalance in order to reassign the partitions to another reader group member
Sessions[].Consumers[].KafkaTopic.MessageMaxBytes integer or string 1000000 Maximum allowed Kafka message size in bytes. Must not exceed broker/topic limits.
Sessions[].Consumers[].KafkaTopic.PartitionAssignmentStrategy one of [Range / RoundRobin / CooperativeSticky] The name of a partition assignment strategy to use. The elected group leader will use a strategy supported by all members of the group to assign partitions to group members. Options: [ CooperativeSticky - Ensures that a reader retains its exsting partitions unless it fails, providing stability in partition ownership/Range- Distributes partitions evenly across readers by assigning each reader a range of partitions /RoundRobin` - Assigns partitions to readers in a circular order, distributing them sequentially ]
Sessions[].Consumers[].KafkaTopic.SaslMechanism one of [Gssapi / Plain / ScramSha256 / ScramSha512 / OAuthBearer] The Sasl mechanism used in the kafka
Sessions[].Consumers[].KafkaTopic.SecurityProtocol one of [Plaintext / Ssl / SaslPlaintext / SaslSsl] The Sasl's security protocol
Sessions[].Consumers[].KafkaTopic.SessionTimeOutMs integer or string 9000 The maximum amount of time in milliseconds the reader can go without sending a heartbeat to the reader group coordinator before its considered dead
Sessions[].Consumers[].KafkaTopic.HostNames list or string List of the kafka hostnames (each hostname should contain the port too for example: - 'host1:8080'
Sessions[].Consumers[].KafkaTopic.HostNames[] string
Sessions[].Consumers[].MsSqlTable object or string Consume messages from an mssql database table
Sessions[].Consumers[].MsSqlTable.ConnectionString string The connection string to the database
Sessions[].Consumers[].MsSqlTable.TableName string The table to insert data to
Sessions[].Consumers[].MsSqlTable.CommandTimeoutSeconds integer or string 30 The wait time (in seconds) before terminating the attempt to execute an sql copy/insertion command and generating an error
Sessions[].Consumers[].MsSqlTable.FilterSecondsBeforeRunStartTime integer or string 0 If the ReadFromRunStartTime is enabled, this property specifies how far before the start of the read action to start reading messages in seconds
Sessions[].Consumers[].MsSqlTable.InsertionTimeField string or null The insertion time field name, in cases where the table can be updated this will be the update time field
Sessions[].Consumers[].MsSqlTable.InsertionTimeTimeZoneOffsetSummerTime integer or string 0 The time zone hour difference in comparison to UTC at summer time (daylight saving time) of the insertion time field
Sessions[].Consumers[].MsSqlTable.ReadFromRunStartTime string or true/false False Whether to only read messages that arrived to the database after the start of the read action (true) or read all messages regardless of arrival time (false)
Sessions[].Consumers[].MsSqlTable.WhereStatement string or null The where statement (without the where keyword) to add to the sql query to filter db query results, if no statement is given doesn't use where in the query
Sessions[].Consumers[].MsSqlTable.ColumnsToIgnore list or string [] The columns to ignore in the sql query results, if no columns are given doesn't ignore any columns
Sessions[].Consumers[].MsSqlTable.ColumnsToIgnore[] string
Sessions[].Consumers[].OracleSqlTable object or string Consume messages from an oracle sql database table
Sessions[].Consumers[].OracleSqlTable.ConnectionString string The connection string to the database
Sessions[].Consumers[].OracleSqlTable.TableName string The table to insert data to
Sessions[].Consumers[].OracleSqlTable.CommandTimeoutSeconds integer or string 30 The wait time (in seconds) before terminating the attempt to execute an sql copy/insertion command and generating an error
Sessions[].Consumers[].OracleSqlTable.FilterSecondsBeforeRunStartTime integer or string 0 If the ReadFromRunStartTime is enabled, this property specifies how far before the start of the read action to start reading messages in seconds
Sessions[].Consumers[].OracleSqlTable.InsertionTimeField string or null The insertion time field name, in cases where the table can be updated this will be the update time field
Sessions[].Consumers[].OracleSqlTable.InsertionTimeTimeZoneOffsetSummerTime integer or string 0 The time zone hour difference in comparison to UTC at summer time (daylight saving time) of the insertion time field
Sessions[].Consumers[].OracleSqlTable.ReadFromRunStartTime string or true/false False Whether to only read messages that arrived to the database after the start of the read action (true) or read all messages regardless of arrival time (false)
Sessions[].Consumers[].OracleSqlTable.WhereStatement string or null The where statement (without the where keyword) to add to the sql query to filter db query results, if no statement is given doesn't use where in the query
Sessions[].Consumers[].OracleSqlTable.ColumnsToIgnore list or string [] The columns to ignore in the sql query results, if no columns are given doesn't ignore any columns
Sessions[].Consumers[].OracleSqlTable.ColumnsToIgnore[] string
Sessions[].Consumers[].PostgreSqlTable object or string Consume messages from an postgresql database table
Sessions[].Consumers[].PostgreSqlTable.ConnectionString string The connection string to the database
Sessions[].Consumers[].PostgreSqlTable.TableName string The table to insert data to
Sessions[].Consumers[].PostgreSqlTable.CommandTimeoutSeconds integer or string 30 The wait time (in seconds) before terminating the attempt to execute an sql copy/insertion command and generating an error
Sessions[].Consumers[].PostgreSqlTable.FilterSecondsBeforeRunStartTime integer or string 0 If the ReadFromRunStartTime is enabled, this property specifies how far before the start of the read action to start reading messages in seconds
Sessions[].Consumers[].PostgreSqlTable.InsertionTimeField string or null The insertion time field name, in cases where the table can be updated this will be the update time field
Sessions[].Consumers[].PostgreSqlTable.InsertionTimeTimeZoneOffsetSummerTime integer or string 0 The time zone hour difference in comparison to UTC at summer time (daylight saving time) of the insertion time field
Sessions[].Consumers[].PostgreSqlTable.IsInsertionTimeFieldTimeZoneTz string or true/false False Whether the InsertionTimeField is of type timezonetz (true) or not (false), if it is and this is configurd to true it will be treated as if its timezone is utc
Sessions[].Consumers[].PostgreSqlTable.ReadFromRunStartTime string or true/false False Whether to only read messages that arrived to the database after the start of the read action (true) or read all messages regardless of arrival time (false)
Sessions[].Consumers[].PostgreSqlTable.WhereStatement string or null The where statement (without the where keyword) to add to the sql query to filter db query results, if no statement is given doesn't use where in the query
Sessions[].Consumers[].PostgreSqlTable.ColumnsToIgnore list or string [] The columns to ignore in the sql query results, if no columns are given doesn't ignore any columns
Sessions[].Consumers[].PostgreSqlTable.ColumnsToIgnore[] string
Sessions[].Consumers[].RabbitMq object or string Consumes messages from a rabbitmq
Sessions[].Consumers[].RabbitMq.Host string Rabbitmq hostname
Sessions[].Consumers[].RabbitMq.ContinuationTimeoutSeconds integer or string 5 Amount of time protocol operations (e.g. queue.declare) are allowed to take before timing out in seconds
Sessions[].Consumers[].RabbitMq.CreatedQueueTimeToExpireMs number or string 300000 The amount of milliseconds before the created queue is deleted when it has no readrs
Sessions[].Consumers[].RabbitMq.ExchangeName string or null Name of the exchange to read messages fromCannot be set if configured QueueName to read from.
Sessions[].Consumers[].RabbitMq.HandshakeContinuationTimeoutSeconds integer or string 10 Amount of time protocol handshake operations are allowed to take before timing out in seconds
Sessions[].Consumers[].RabbitMq.Password string admin Rabbitmq password
Sessions[].Consumers[].RabbitMq.Port integer or string 5672 Rabbitmq Amqp port
Sessions[].Consumers[].RabbitMq.QueueName string or null Name of the queue to read messages fromCannot be set if configured ExchangeName to read from.
Sessions[].Consumers[].RabbitMq.RequestedConnectionTimeoutSeconds integer or string 5 Timeout setting for connection attempts in seconds
Sessions[].Consumers[].RabbitMq.RoutingKey string / Routing key of messages to read
Sessions[].Consumers[].RabbitMq.Username string admin Rabbitmq username
Sessions[].Consumers[].RabbitMq.VirtualHost string / Rabbitmq virual host to access during this connection
Sessions[].Consumers[].S3Bucket object or string Consumes messages from an s3 bucket
Sessions[].Consumers[].S3Bucket.AccessKey string S3 account access key
Sessions[].Consumers[].S3Bucket.SecretKey string S3 account secret access key
Sessions[].Consumers[].S3Bucket.ServiceURL string S3 service url
Sessions[].Consumers[].S3Bucket.StorageBucket string Name of S3 bucket
Sessions[].Consumers[].S3Bucket.Delimiter string Delimiter of the objects to read from s3 bucket, this determines what objects will be retrieved from the bucket, objects that have at least one occurence of the delimiter in their relative path after the Prefix will not be retrieved from the bucket.
Sessions[].Consumers[].S3Bucket.ForcePathStyle string or true/false True When true, requests will always use path style addressing
Sessions[].Consumers[].S3Bucket.MaximumRetryCount integer or string or null The maximum number of times to retry when an action against the S3 fails due to maximum S3 supported IOPS, if no value is given will retry indefinitely
Sessions[].Consumers[].S3Bucket.Prefix string Prefix of the objects to read from s3 bucket
Sessions[].Consumers[].S3Bucket.ReadFromRunStartTime string or true/false False Whether to only read messages that were last modified after the start of the read action (true) or read all messages regardless of latest modification time (false)
Sessions[].Consumers[].S3Bucket.SkipEmptyObjects string or true/false False Whether to skip the read of empty s3 objects or not, if true skips them if false doesnt skip them
Sessions[].Consumers[].Socket object or string Consumes messages from socket communications in various protocols
Sessions[].Consumers[].Socket.Host string Socket connection endpoint hostname
Sessions[].Consumers[].Socket.Port integer or string Socket connection endpoint port
Sessions[].Consumers[].Socket.ProtocolType one of [IP / IPv6HopByHopOptions / Unspecified / Icmp / Igmp / Ggp / IPv4 / Tcp / Pup / Udp / Idp / IPv6 / IPv6RoutingHeader / IPv6FragmentHeader / IPSecEncapsulatingSecurityPayload / IPSecAuthenticationHeader / IcmpV6 / IPv6NoNextHeader / IPv6DestinationOptions / ND / Raw / Ipx / Spx / SpxII / Unknown] Specifies the protocol to use in the socket
Sessions[].Consumers[].Socket.AddressFamily one of [Unspecified / Unix / InterNetwork / ImpLink / Pup / Chaos / NS / Ipx / Iso / Osi / Ecma / DataKit / Ccitt / Sna / DecNet / DataLink / Lat / HyperChannel / AppleTalk / NetBios / VoiceView / FireFox / Banyan / Atm / InterNetworkV6 / Cluster / Ieee12844 / Irda / NetworkDesigners / Max / Packet / ControllerAreaNetwork / Unknown] Specifies the addressing scheme to use in the socket
Sessions[].Consumers[].Socket.BufferSize integer or string 65536 Size of the receive buffer, in bytes
Sessions[].Consumers[].Socket.ReceiveTimeoutMs integer or string 5000 Timeout receiving a packet in milliseconds
Sessions[].Consumers[].Socket.SeperationChar string or null Character to seperate read buffers into messages (delimiter) - when left blank - messages will be set by default buffer seperation
Sessions[].Consumers[].Socket.SocketType one of [Stream / Dgram / Raw / Rdm / Seqpacket / Unknown] Specifies the type of socket
Sessions[].Consumers[].TrinoSqlTable object or string Consume messages from a trino sql database table
Sessions[].Consumers[].TrinoSqlTable.Catalog string The catalog that the table name in it
Sessions[].Consumers[].TrinoSqlTable.ClientTag string The client tag in the Trino, team or environment tag
Sessions[].Consumers[].TrinoSqlTable.ConnectionString string The connection string to the database
Sessions[].Consumers[].TrinoSqlTable.Hostname string The hostname of the Trino
Sessions[].Consumers[].TrinoSqlTable.Password string The password to login to the Trino
Sessions[].Consumers[].TrinoSqlTable.Schema string The name of the schema that holds the table name in it
Sessions[].Consumers[].TrinoSqlTable.TableName string The table to insert data to
Sessions[].Consumers[].TrinoSqlTable.Username string The username to login to the Trino
Sessions[].Consumers[].TrinoSqlTable.CommandTimeoutSeconds integer or string 30 The wait time (in seconds) before terminating the attempt to execute an sql copy/insertion command and generating an error
Sessions[].Consumers[].TrinoSqlTable.FilterSecondsBeforeRunStartTime integer or string 0 If the ReadFromRunStartTime is enabled, this property specifies how far before the start of the read action to start reading messages in seconds
Sessions[].Consumers[].TrinoSqlTable.InsertionTimeField string or null The insertion time field name, in cases where the table can be updated this will be the update time field
Sessions[].Consumers[].TrinoSqlTable.InsertionTimeTimeZoneOffsetSummerTime integer or string 0 The time zone hour difference in comparison to UTC at summer time (daylight saving time) of the insertion time field
Sessions[].Consumers[].TrinoSqlTable.ReadFromRunStartTime string or true/false False Whether to only read messages that arrived to the database after the start of the read action (true) or read all messages regardless of arrival time (false)
Sessions[].Consumers[].TrinoSqlTable.WhereStatement string or null The where statement (without the where keyword) to add to the sql query to filter db query results, if no statement is given doesn't use where in the query
Sessions[].Consumers[].TrinoSqlTable.ColumnsToIgnore list or string [] The columns to ignore in the sql query results, if no columns are given doesn't ignore any columns
Sessions[].Consumers[].TrinoSqlTable.ColumnsToIgnore[] string
Sessions[].MockerCommands list or string or null List of all mocker commands to run for this session. Mocker Commands trigger the mocker instance through redis api to act specific actions
Sessions[].MockerCommands[] object or string
Sessions[].MockerCommands[].Name string The name of the mocker command
Sessions[].MockerCommands[].ServerName string The name of the mocker server to interact with
Sessions[].MockerCommands[].RequestDurationMs integer or string 3000 The duration the runner will try to request the mocker server instances
Sessions[].MockerCommands[].RequestRetries integer or string 3 The amount of retries the runner will try to request the mocker server instances
Sessions[].MockerCommands[].Stage integer or string 4 The stage in which the Mocker Command runs at
Sessions[].MockerCommands[].Command object or string The command action to commit
Sessions[].MockerCommands[].Command.ChangeActionStub object or string Mocker 'ChangeActionStub' command properties
Sessions[].MockerCommands[].Command.ChangeActionStub.ActionName string The Action's name that is being changed
Sessions[].MockerCommands[].Command.ChangeActionStub.StubName string The Stub's Name attached to the action
Sessions[].MockerCommands[].Command.Consume object or string Mocker 'Consume' command properties
Sessions[].MockerCommands[].Command.Consume.TimeoutMs integer or string The Timeout (ms) while consuming data from Mock Servers
Sessions[].MockerCommands[].Command.Consume.ActionName string or null The Action name to consume, if not given consumes all action
Sessions[].MockerCommands[].Command.Consume.InputDataFilter object or string How to filter the properties of each returned Mocker Input data
Sessions[].MockerCommands[].Command.Consume.InputDataFilter.Body string or true/false True Whether to keep the Body in the data (true) or filter it (false)
Sessions[].MockerCommands[].Command.Consume.InputDataFilter.MetaData string or true/false True Whether to keep the MetaData in the data (true) or filter it (false)
Sessions[].MockerCommands[].Command.Consume.InputDataFilter.Timestamp string or true/false True Whether to keep the Timestamp in the data (true) or filter it (false)
Sessions[].MockerCommands[].Command.Consume.InputDeserialize object or string The deserializer to use to deserialize the consumed input data received by the mocker
Sessions[].MockerCommands[].Command.Consume.InputDeserialize.Deserializer one of [Binary / Json / MessagePack / Xml / Yaml / ProtobufMessage / XmlElement] The deserializer type to use for deserializing. Null means no deserialization will happen. Options are all available QaaS.Framework.Serialization deserializers
Sessions[].MockerCommands[].Command.Consume.InputDeserialize.SpecificType object or string Configuration for making deserializer deserialize into a specific C# object, if set to null will deserialize to default deserilizer's C# object
Sessions[].MockerCommands[].Command.Consume.InputDeserialize.SpecificType.TypeFullName string The full name (including path) of the type
Sessions[].MockerCommands[].Command.Consume.InputDeserialize.SpecificType.AssemblyName string or null The name of the assembly the type is located in, If no value is given by default tries to take the entry assembly
Sessions[].MockerCommands[].Command.Consume.OutputDataFilter object or string How to filter the properties of each returned Mocker Output data
Sessions[].MockerCommands[].Command.Consume.OutputDataFilter.Body string or true/false True Whether to keep the Body in the data (true) or filter it (false)
Sessions[].MockerCommands[].Command.Consume.OutputDataFilter.MetaData string or true/false True Whether to keep the MetaData in the data (true) or filter it (false)
Sessions[].MockerCommands[].Command.Consume.OutputDataFilter.Timestamp string or true/false True Whether to keep the Timestamp in the data (true) or filter it (false)
Sessions[].MockerCommands[].Command.Consume.OutputDeserialize object or string The deserializer to use to deserialize the consumed output data published by the mocker
Sessions[].MockerCommands[].Command.Consume.OutputDeserialize.Deserializer one of [Binary / Json / MessagePack / Xml / Yaml / ProtobufMessage / XmlElement] The deserializer type to use for deserializing. Null means no deserialization will happen. Options are all available QaaS.Framework.Serialization deserializers
Sessions[].MockerCommands[].Command.Consume.OutputDeserialize.SpecificType object or string Configuration for making deserializer deserialize into a specific C# object, if set to null will deserialize to default deserilizer's C# object
Sessions[].MockerCommands[].Command.Consume.OutputDeserialize.SpecificType.TypeFullName string The full name (including path) of the type
Sessions[].MockerCommands[].Command.Consume.OutputDeserialize.SpecificType.AssemblyName string or null The name of the assembly the type is located in, If no value is given by default tries to take the entry assembly
Sessions[].MockerCommands[].Command.TriggerAction object or string Mocker 'TriggerAction' command properties
Sessions[].MockerCommands[].Command.TriggerAction.ActionName string The Action's name that is being triggered
Sessions[].MockerCommands[].Command.TriggerAction.TimeoutMs integer or string 0 The time to enable the action for in milliseconds
Sessions[].MockerCommands[].Redis object or string The server controller redis API
Sessions[].MockerCommands[].Redis.Host string Redis hostname (should contain the port too for example: - 'host1:8080')
Sessions[].MockerCommands[].Redis.AbortOnConnectFail string or true/false True If true, connect will not create connection while no servers are available
Sessions[].MockerCommands[].Redis.AsyncTimeoutMs integer or string 5000 Timeout to allow for asynchronous operations
Sessions[].MockerCommands[].Redis.ClientName string or null Identification for the connection within redis
Sessions[].MockerCommands[].Redis.ConnectRetry integer or string 3 The number of times to repeat connect attempts during initial connect
Sessions[].MockerCommands[].Redis.KeepAliveSeconds integer or string 60 Time at which to send a message to help keep alive
Sessions[].MockerCommands[].Redis.Password string or null Password for the redis server
Sessions[].MockerCommands[].Redis.RedisDataBase integer or string 0 Redis database to use
Sessions[].MockerCommands[].Redis.Ssl string or true/false False Specifies whether SSL encryption should be used
Sessions[].MockerCommands[].Redis.SslHost string or null Enforces a preticular SSL host identity on the server's certificate
Sessions[].MockerCommands[].Redis.Username string or null User for the redis server
Sessions[].Probes list or string or null List of all probes to build and run for this session. Probes are hook methods that do not return data, and can be integrated inside session run
Sessions[].Probes[] object or string
Sessions[].Probes[].Name string The name of the probe
Sessions[].Probes[].Probe string The name of the probe to use
Sessions[].Probes[].ProbeConfiguration object or string or null Implementation configuration for the probe, the configuration given here is loaded into the provided probe dynamically.
Sessions[].Probes[].Stage integer or string 3 The stage in which the Probe runs at
Sessions[].Probes[].DataSourceNames list or string Names of the pre defined data sources to pass to the probe
Sessions[].Probes[].DataSourceNames[] string
Sessions[].Probes[].DataSourcePatterns list or string Regex patterns of data sources
Sessions[].Probes[].DataSourcePatterns[] string
Sessions[].Publishers list or string or null List of all publishers to build and run for this session. Publishers iterate over data and use protocols to send it to the application
Sessions[].Publishers[] object or string
Sessions[].Publishers[].Name string The name of the publisher
Sessions[].Publishers[].Iterations integer or string 1 How much iterations of the publishing action to execute
Sessions[].Publishers[].Loop string or true/false False Whether to publish in loop
Sessions[].Publishers[].SleepTimeMs integer or string 0 The time to sleep in milliseconds in between iterations
Sessions[].Publishers[].Stage integer or string 1 The stage in which the Publisher runs at
Sessions[].Publishers[].DataSourceNames list or string or null The name of the data sources to publish the data of in the order their data will be published
Sessions[].Publishers[].DataSourceNames[] string
Sessions[].Publishers[].DataSourcePatterns list or string or null Patterns of the names of data sources to publish the data of off
Sessions[].Publishers[].DataSourcePatterns[] string
Sessions[].Publishers[].Policies list or string List of policies to use when communicating with this action's protocol
Sessions[].Publishers[].Policies[] object or string
Sessions[].Publishers[].Policies[].AdvancedLoadBalance object or string This policy executes actions in separate stages, each stage has a rate in which to execute the actions included in it and a count or timeout to know after how many actions or after how much time to end the stage and move to the next.
Sessions[].Publishers[].Policies[].AdvancedLoadBalance.Stages list or string or null The stages of publishing information, in each stage the messages will be publishedwith a given rate untill 'Amount' messages are generated or untill 'TimeoutMs' is reached
Sessions[].Publishers[].Policies[].AdvancedLoadBalance.Stages[] object or string
Sessions[].Publishers[].Policies[].AdvancedLoadBalance.Stages[].Rate number or string The amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Publishers[].Policies[].AdvancedLoadBalance.Stages[].Amount integer or string or null The number of times to perform action
Sessions[].Publishers[].Policies[].AdvancedLoadBalance.Stages[].TimeIntervalMs integer or string 1000 The time in milliseconds to perform Rate actions in
Sessions[].Publishers[].Policies[].AdvancedLoadBalance.Stages[].TimeoutMs integer or string or null The time in milliseconds before stopping the communication action
Sessions[].Publishers[].Policies[].Count object or string
Sessions[].Publishers[].Policies[].Count.Count integer or string
Sessions[].Publishers[].Policies[].IncreasingLoadBalance object or string This policy is in charge of controlling the rate in which the action is repeatedly executed and increasing it overtime
Sessions[].Publishers[].Policies[].IncreasingLoadBalance.MaxRate integer or string The maximum amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Publishers[].Policies[].IncreasingLoadBalance.StartRate integer or string The initial amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Publishers[].Policies[].IncreasingLoadBalance.RateIncrease integer or string or null 1 How much to increase the rate every RateIncreaseIntervalMs
Sessions[].Publishers[].Policies[].IncreasingLoadBalance.RateIncreaseIntervalMs number or string 1000 How often to increase the rate by RateIncrease in milliseconds
Sessions[].Publishers[].Policies[].IncreasingLoadBalance.TimeIntervalMs integer or string 1000 The time in milliseconds to perform Rate actions in
Sessions[].Publishers[].Policies[].LoadBalance object or string This policy is in charge of controlling the rate in which the action is repeatedly executed
Sessions[].Publishers[].Policies[].LoadBalance.Rate number or string The amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Publishers[].Policies[].LoadBalance.TimeIntervalMs integer or string 1000 The time in milliseconds to perform Rate actions in
Sessions[].Publishers[].Policies[].Timeout object or string
Sessions[].Publishers[].Policies[].Timeout.TimeoutMs integer or string
Sessions[].Publishers[].Chunk object or string Determines whether the publisher acts as a chunk publisher
Sessions[].Publishers[].Chunk.ChunkSize integer or string The size of the chunk to use
Sessions[].Publishers[].DataFilter object or string How to filter the properties of each returned published data
Sessions[].Publishers[].DataFilter.Body string or true/false True Whether to keep the Body in the data (true) or filter it (false)
Sessions[].Publishers[].DataFilter.MetaData string or true/false True Whether to keep the MetaData in the data (true) or filter it (false)
Sessions[].Publishers[].DataFilter.Timestamp string or true/false True Whether to keep the Timestamp in the data (true) or filter it (false)
Sessions[].Publishers[].ElasticIndex object or string Publishes documents to an elastic index
Sessions[].Publishers[].ElasticIndex.IndexName string Name of the index to publish documents to. if the index doesn't exist, it will create the index
Sessions[].Publishers[].ElasticIndex.Password string The password of the elasticsearch
Sessions[].Publishers[].ElasticIndex.Url string The url of the elasticsearch
Sessions[].Publishers[].ElasticIndex.Username string The username of the elasticsearch
Sessions[].Publishers[].ElasticIndex.BatchSize integer or string or null Batch size of publishing actions to the elastic index, when configured to null all generation data is considered as one batch
Sessions[].Publishers[].ElasticIndex.PublishAsync string or true/false False Whether to publish to elastic asynchronously (faster but dosen't publish by the given order)
Sessions[].Publishers[].ElasticIndex.RequestTimeoutMs integer or string 30000 The timeout in milliseconds on the requests sent to the elastic
Sessions[].Publishers[].KafkaTopic object or string Publishes messages to a kafka topic
Sessions[].Publishers[].KafkaTopic.Password string Kafka Service with read permissions for the topic's password
Sessions[].Publishers[].KafkaTopic.TopicName string Name of the topic to read messages from
Sessions[].Publishers[].KafkaTopic.Username string Kafka Service with read permissions for the topic's username
Sessions[].Publishers[].KafkaTopic.CompressionLevel integer or string Compression level for selected CompressionType algorithm, higher values will result in better compression at the cost of more CPU usage.
Sessions[].Publishers[].KafkaTopic.CompressionType one of [None / Gzip / Snappy / Lz4 / Zstd] Compression type to use before sending messages
Sessions[].Publishers[].KafkaTopic.DefaultKafkaKey string or null The default kafka message key given if no key is given in the generated data under MetaData in the kafka key field
Sessions[].Publishers[].KafkaTopic.Headers object or string or null Default Headers to send messages with, if the message doesn't contain any Headers in its MetaData these Headers are used
Sessions[].Publishers[].KafkaTopic.MessageMaxBytes integer or string 1000000 Maximum allowed Kafka message size in bytes. Must not exceed broker/topic limits.
Sessions[].Publishers[].KafkaTopic.MessageSendMaxRetries integer or string 10 Max amount of retries when message send to Kafka Topic failed.
Sessions[].Publishers[].KafkaTopic.MessageSendRetriesIntervalMs integer or string 1000 Time interval in milliseconds to wait between each retry of Kafka Topic message send.
Sessions[].Publishers[].KafkaTopic.Partition integer or string -1 The Kafka partition to produce to, by default -1 is treated as Partition.Any which will mean it uses an unspecified / unknown partition.
Sessions[].Publishers[].KafkaTopic.QueueBufferingBackpressureThreshold integer or string 1 The threshold of outstanding not yet transmitted broker requests needed to backpressure the producer's message accumulator.
Sessions[].Publishers[].KafkaTopic.QueueBufferingMaxKbytes integer or string 1048576 Maximum total message size sum allowed on the inner producer queue.
Sessions[].Publishers[].KafkaTopic.QueueBufferingMaxMessages integer or string 100000 Maximum number of messages allowed on the inner producer queue. A value of 0 disables this limit.
Sessions[].Publishers[].KafkaTopic.SaslMechanism one of [Gssapi / Plain / ScramSha256 / ScramSha512 / OAuthBearer] The Sasl mechanism used in the kafka
Sessions[].Publishers[].KafkaTopic.SecurityProtocol one of [Plaintext / Ssl / SaslPlaintext / SaslSsl] The Sasl's security protocol
Sessions[].Publishers[].KafkaTopic.HostNames list or string List of the kafka hostnames (each hostname should contain the port too for example: - 'host1:8080'
Sessions[].Publishers[].KafkaTopic.HostNames[] string
Sessions[].Publishers[].MongoDbCollection object or string Publishes messages to an MongoDb collection
Sessions[].Publishers[].MongoDbCollection.CollectionName string The collection to insert data to
Sessions[].Publishers[].MongoDbCollection.ConnectionString string The connection string to the MongoDb server
Sessions[].Publishers[].MongoDbCollection.DatabaseName string The DB to insert data to
Sessions[].Publishers[].MsSqlTable object or string Publishes messages to an mssql database table
Sessions[].Publishers[].MsSqlTable.ConnectionString string The connection string to the database
Sessions[].Publishers[].MsSqlTable.TableName string The table to insert data to
Sessions[].Publishers[].MsSqlTable.CommandTimeoutSeconds integer or string 30 The wait time (in seconds) before terminating the attempt to execute an sql copy/insertion command and generating an error
Sessions[].Publishers[].MsSqlTable.IsUDTInsertion string or true/false False Determines whether User-Defined Type (UDT) insertion is required. If UDT insertion is not necessary, it is recommended to set this property to false. UDT insertion can slow down data insertion, especially for large datasets. Therefore, it is recommended to only use UDT insertion when necessary.
Sessions[].Publishers[].OracleSqlTable object or string Publishes messages to an oracle sql database table
Sessions[].Publishers[].OracleSqlTable.ConnectionString string The connection string to the database
Sessions[].Publishers[].OracleSqlTable.TableName string The table to insert data to
Sessions[].Publishers[].OracleSqlTable.CommandTimeoutSeconds integer or string 30 The wait time (in seconds) before terminating the attempt to execute an sql copy/insertion command and generating an error
Sessions[].Publishers[].Parallel object or string Whether to publish in a specified parallelism
Sessions[].Publishers[].Parallel.Parallelism integer or string The amount of parallel tasks to execute at once
Sessions[].Publishers[].PostgreSqlTable object or string Publishes messages to a postgresql database table
Sessions[].Publishers[].PostgreSqlTable.ConnectionString string The connection string to the database
Sessions[].Publishers[].PostgreSqlTable.TableName string The table to insert data to
Sessions[].Publishers[].PostgreSqlTable.CommandTimeoutSeconds integer or string 30 The wait time (in seconds) before terminating the attempt to execute an sql copy/insertion command and generating an error
Sessions[].Publishers[].RabbitMq object or string Publishes messages to a rabbitmq
Sessions[].Publishers[].RabbitMq.Host string Rabbitmq hostname
Sessions[].Publishers[].RabbitMq.ContentType string or null Default ContentType to send messages with, if the message doesn't contain ContentType in its MetaData this one is Used
Sessions[].Publishers[].RabbitMq.ContinuationTimeoutSeconds integer or string 5 Amount of time protocol operations (e.g. queue.declare) are allowed to take before timing out in seconds
Sessions[].Publishers[].RabbitMq.ExchangeName string or null Name of the exchange to send messages toCannot be set if configured QueueName to read from.
Sessions[].Publishers[].RabbitMq.Expiration string or null Default Message expiration duration to send messages with, if the message doesn't contain any Expiration in its MetaData this Expiration is used
Sessions[].Publishers[].RabbitMq.HandshakeContinuationTimeoutSeconds integer or string 10 Amount of time protocol handshake operations are allowed to take before timing out in seconds
Sessions[].Publishers[].RabbitMq.Headers object or string or null Default Headers to send messages with, if the message doesn't contain any Headers in its MetaData these Headers are used
Sessions[].Publishers[].RabbitMq.Password string admin Rabbitmq password
Sessions[].Publishers[].RabbitMq.Port integer or string 5672 Rabbitmq Amqp port
Sessions[].Publishers[].RabbitMq.QueueName string or null Name of the queue to send messages to. Cannot be set if configured ExchangeName to read from.
Sessions[].Publishers[].RabbitMq.RequestedConnectionTimeoutSeconds integer or string 5 Timeout setting for connection attempts in seconds
Sessions[].Publishers[].RabbitMq.RoutingKey string / Default routing key to send mesages to the exchange with, if the message doesn't contain any RoutingKey in its MetaData this routing key is used
Sessions[].Publishers[].RabbitMq.Type string or null Default Type to send messages with, if the message doesn't contain Type in its MetaData this one is Used
Sessions[].Publishers[].RabbitMq.Username string admin Rabbitmq username
Sessions[].Publishers[].RabbitMq.VirtualHost string / Rabbitmq virual host to access during this connection
Sessions[].Publishers[].Redis object or string Publishes messages to a redis cache
Sessions[].Publishers[].Redis.RedisDataType one of [SetString / ListLeftPush / ListRightPush / SetAdd / HashSet / SortedSetAdd / GeoAdd] Redis data type to use, define the function the qaas will use to send to the redis server
Sessions[].Publishers[].Redis.AbortOnConnectFail string or true/false True If true, connect will not create connection while no servers are available
Sessions[].Publishers[].Redis.AsyncTimeout integer or string 5000 Time(ms) to allow for asynchronous operations
Sessions[].Publishers[].Redis.BatchSize integer or string or null Batch size of sending actions to the redis, when configured to null all generation data is considred as one batch
Sessions[].Publishers[].Redis.ClientName string or null Identification for the connection within redis
Sessions[].Publishers[].Redis.CommandFlags one of [None / PreferMaster / HighPriority / FireAndForget / DemandMaster / PreferSlave / PreferReplica / DemandSlave / DemandReplica / NoRedirect / NoScriptCache] Specifies the command flags that should be performed, behaviour markers associated with a given command
Sessions[].Publishers[].Redis.ConnectRetry integer or string 3 The number of times to repeat connect attempts during initial connect
Sessions[].Publishers[].Redis.KeepAlive integer or string 60 Time (seconds) at which to send a message to help keep alive
Sessions[].Publishers[].Redis.Password string or null Password for the redis server
Sessions[].Publishers[].Redis.RedisDataBase integer or string 0 Redis database to use
Sessions[].Publishers[].Redis.Retries integer or string 1 How many times to retry when failing to send an item, before crash
Sessions[].Publishers[].Redis.RetryIntervalMs integer or string 1000 Retries interval milliseconds
Sessions[].Publishers[].Redis.Ssl string or true/false False Specifies that SSL encryption should be used
Sessions[].Publishers[].Redis.SslHost string or null Enforces a preticular SSL host identity on the server's certificate
Sessions[].Publishers[].Redis.Username string or null User for the redis server
Sessions[].Publishers[].Redis.When one of [Always / Exists / NotExists] Indicates when this operation should be performed (only some variations are legal in a given context)
Sessions[].Publishers[].Redis.HostNames list or string List of the redis hostnames (each hostname should contain the port too for example: - 'host1:8080'
Sessions[].Publishers[].Redis.HostNames[] string
Sessions[].Publishers[].S3Bucket object or string Publishes messages to an S3 bucket
Sessions[].Publishers[].S3Bucket.AccessKey string S3 account access key
Sessions[].Publishers[].S3Bucket.SecretKey string S3 account secret access key
Sessions[].Publishers[].S3Bucket.ServiceURL string S3 service url
Sessions[].Publishers[].S3Bucket.StorageBucket string Name of S3 bucket
Sessions[].Publishers[].S3Bucket.ForcePathStyle string or true/false True When true, requests will always use path style addressing
Sessions[].Publishers[].S3Bucket.Prefix string The object's naming prefix
Sessions[].Publishers[].S3Bucket.Retries integer or string or null The number of times to retry sending to S3 in case the s3 maximum IO is reached
Sessions[].Publishers[].S3Bucket.S3SentObjectsNaming one of [GrowingNumericalSeries / RandomGuid] The naming type of the object naming generator
Sessions[].Publishers[].S3Bucket.S3StorageClass one of [DeepArchive / Glacier / GlacierInstantRetrieval / IntelligentTiering / OneZoneInfrequentAccess / Outposts / ReducedRedundancy / Standard / StandardInfrequentAccess] S3 Storage Class Definitions. Options:[Glacier - The GLACIER storage is for object that are stored in Amazon Glacier. This storage class is for objects that are for archival purpose and get operations are rare. Durability 99.999999999 / Outposts - The OUTPOSTS storage class for objects stored in a S3 Outpost / Standard - The STANDARD storage class, which is the default storage class for S3. Durability 99.999999999%; Availability 99.99% over a given year/ DeepArchive - S3 Glacier Deep Archive provides secure, durable object storage class for long term data archival. It is the ideal storage class to make an archival, durable copy of data that rarely, if ever, needs to be accessed. It can be used as an offline backup for their most important data assets and to meet long-term retention needs. / IntelligentTiering - IntelligentTiering makes it easy to lower your overall cost of storage by automatically placing data in the storage class that best matches the access patterns for the storage. With IntelligentTiering, you don’t need to define and manage individual policies for lifecycle data management or write code to transition objects between storage classes. Instead, you can use IntelligentTiering to manage transitions between Standard and S-IA without writing any application code. IntelligentTiering also manages transitions automatically to Glacier for long term archive in addition to S3 storage classes. / ReducedRedundancy - REDUCED_REDUNDANCY provides the same availability as standard, but at a lower durability. Durability 99.99%; Availability 99.99% over a given year. / GlacierInstantRetrieval - Constant GLACIER_IR for ObjectStorageClass / StandardInfrequentAccess - The STANDARD_IA storage is for infrequently accessed objects. This storage class is for objects that are long-lived and less frequently accessed, like backups and older data. Durability 99.999999999%; Availability 99.9% over a given year. / OneZoneInfrequentAccess - The ONEZONE_IA storage is for infrequently accessed objects. It is similiar to STANDARD_IA, but only stores object data within one Availablity Zone in a given region. Durability 99.999999999%; Availability 99% over a given year.]
Sessions[].Publishers[].Serialize object or string The serializer to use to serialize the data to publish
Sessions[].Publishers[].Serialize.Serializer one of [Binary / Json / MessagePack / Xml / Yaml / ProtobufMessage / XmlElement] The serializer type to use for serializing. Null means no serialization will happen. Options are all available QaaS.Framework.Serialization serializers
Sessions[].Publishers[].Sftp object or string Publishes files to a remote machine using SFTP
Sessions[].Publishers[].Sftp.Hostname string The hostname of the remote machine
Sessions[].Publishers[].Sftp.Password string The password for accessing the remote machine
Sessions[].Publishers[].Sftp.Path string The path of the relevant directory in the remote machine
Sessions[].Publishers[].Sftp.Username string The username for accessing the remote machine
Sessions[].Publishers[].Sftp.NamingType one of [GrowingNumericalSeries / RandomGuid] The naming type of the object naming generator
Sessions[].Publishers[].Sftp.Port integer or string 22 The port in the remote machine
Sessions[].Publishers[].Sftp.Prefix string The object's naming prefix
Sessions[].Publishers[].Socket object or string Publishes messages from a socket to an endpoint
Sessions[].Publishers[].Socket.Host string Socket connection endpoint hostname
Sessions[].Publishers[].Socket.Port integer or string Socket connection endpoint port
Sessions[].Publishers[].Socket.ProtocolType one of [IP / IPv6HopByHopOptions / Unspecified / Icmp / Igmp / Ggp / IPv4 / Tcp / Pup / Udp / Idp / IPv6 / IPv6RoutingHeader / IPv6FragmentHeader / IPSecEncapsulatingSecurityPayload / IPSecAuthenticationHeader / IcmpV6 / IPv6NoNextHeader / IPv6DestinationOptions / ND / Raw / Ipx / Spx / SpxII / Unknown] Specifies the protocol to use in the socket
Sessions[].Publishers[].Socket.AddressFamily one of [Unspecified / Unix / InterNetwork / ImpLink / Pup / Chaos / NS / Ipx / Iso / Osi / Ecma / DataKit / Ccitt / Sna / DecNet / DataLink / Lat / HyperChannel / AppleTalk / NetBios / VoiceView / FireFox / Banyan / Atm / InterNetworkV6 / Cluster / Ieee12844 / Irda / NetworkDesigners / Max / Packet / ControllerAreaNetwork / Unknown] Specifies the addressing scheme to use in the socket
Sessions[].Publishers[].Socket.BufferSize integer or string 65536 The size of the send buffer, in bytes. Increasing it can improve sending speed substantially but will use more memory.To achieve max speed the buffer needs to be the size of all sent data combined
Sessions[].Publishers[].Socket.LingerTimeSeconds integer or string or null the number of seconds to remain connected after sending all the data, null means it does not remain connected after sending the data.
Sessions[].Publishers[].Socket.NagleAlgorithm string or true/false False Whether to use the Nagle Algorithm (true) or not(false). The Nagle algorithm is a method used in TCP/IP networks to improve the efficiency of data transmission. It's designed to reduce the number of small packets that are sent over the network.The Nagle algorithm is designed to improve the efficiency of small packets, but it can sometimes cause delays in the transmission of large packets.
Sessions[].Publishers[].Socket.SendTimeoutMs integer or string 5000 socket's timeout sending a packet in milliseconds
Sessions[].Publishers[].Socket.SocketType one of [Stream / Dgram / Raw / Rdm / Seqpacket / Unknown] Specifies the type of socket
Sessions[].Stages list or string Optional per-stage configuration for the session's internal action stages. Use this to override timing around a specific stage number without changing the action order.
Sessions[].Stages[] object or string
Sessions[].Stages[].StageNumber integer or string The internal session stage number this configuration applies to.
Sessions[].Stages[].TimeoutAfter integer or string or null Optional time in milliseconds to wait after this internal session stage completes.
Sessions[].Stages[].TimeoutBefore integer or string or null Optional time in milliseconds to wait before starting this internal session stage.
Sessions[].Transactions list or string or null List of all transactions to run build and for this session. Transactions iterate over data and use protocols to send it to the http applications, while saving the response data
Sessions[].Transactions[] object or string
Sessions[].Transactions[].Name string The communication action's name which acts as a unique identifier, used as the name of the communication action's produced input/output
Sessions[].Transactions[].TimeoutMs integer or string the consumption timeout in milliseconds (timeout is the time to wait for a response after sending a request)
Sessions[].Transactions[].Iterations integer or string 1 How much iterations of the publishing action to execute
Sessions[].Transactions[].Loop string or true/false False Whether to publish in loop
Sessions[].Transactions[].SleepTimeMs integer or string 0 The time to sleep in milliseconds in between iterations
Sessions[].Transactions[].Stage integer or string 2 The stage in which the Transaction runs at
Sessions[].Transactions[].DataSourceNames list or string or null The name of the data sources to publish the data of in the order their data will be published
Sessions[].Transactions[].DataSourceNames[] string
Sessions[].Transactions[].DataSourcePatterns list or string or null Patterns of the names of data sources to publish the data of off
Sessions[].Transactions[].DataSourcePatterns[] string
Sessions[].Transactions[].Policies list or string List of policies to use when communicating with this action's protocol
Sessions[].Transactions[].Policies[] object or string
Sessions[].Transactions[].Policies[].AdvancedLoadBalance object or string This policy executes actions in separate stages, each stage has a rate in which to execute the actions included in it and a count or timeout to know after how many actions or after how much time to end the stage and move to the next.
Sessions[].Transactions[].Policies[].AdvancedLoadBalance.Stages list or string or null The stages of publishing information, in each stage the messages will be publishedwith a given rate untill 'Amount' messages are generated or untill 'TimeoutMs' is reached
Sessions[].Transactions[].Policies[].AdvancedLoadBalance.Stages[] object or string
Sessions[].Transactions[].Policies[].AdvancedLoadBalance.Stages[].Rate number or string The amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Transactions[].Policies[].AdvancedLoadBalance.Stages[].Amount integer or string or null The number of times to perform action
Sessions[].Transactions[].Policies[].AdvancedLoadBalance.Stages[].TimeIntervalMs integer or string 1000 The time in milliseconds to perform Rate actions in
Sessions[].Transactions[].Policies[].AdvancedLoadBalance.Stages[].TimeoutMs integer or string or null The time in milliseconds before stopping the communication action
Sessions[].Transactions[].Policies[].Count object or string
Sessions[].Transactions[].Policies[].Count.Count integer or string
Sessions[].Transactions[].Policies[].IncreasingLoadBalance object or string This policy is in charge of controlling the rate in which the action is repeatedly executed and increasing it overtime
Sessions[].Transactions[].Policies[].IncreasingLoadBalance.MaxRate integer or string The maximum amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Transactions[].Policies[].IncreasingLoadBalance.StartRate integer or string The initial amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Transactions[].Policies[].IncreasingLoadBalance.RateIncrease integer or string or null 1 How much to increase the rate every RateIncreaseIntervalMs
Sessions[].Transactions[].Policies[].IncreasingLoadBalance.RateIncreaseIntervalMs number or string 1000 How often to increase the rate by RateIncrease in milliseconds
Sessions[].Transactions[].Policies[].IncreasingLoadBalance.TimeIntervalMs integer or string 1000 The time in milliseconds to perform Rate actions in
Sessions[].Transactions[].Policies[].LoadBalance object or string This policy is in charge of controlling the rate in which the action is repeatedly executed
Sessions[].Transactions[].Policies[].LoadBalance.Rate number or string The amount of actions to perform every TimeIntervalMs milliseconds
Sessions[].Transactions[].Policies[].LoadBalance.TimeIntervalMs integer or string 1000 The time in milliseconds to perform Rate actions in
Sessions[].Transactions[].Policies[].Timeout object or string
Sessions[].Transactions[].Policies[].Timeout.TimeoutMs integer or string
Sessions[].Transactions[].Grpc object or string Invokes a Grpc Method
Sessions[].Transactions[].Grpc.AssemblyName string The name of the assembly the grpc protos are defined in
Sessions[].Transactions[].Grpc.Host string Grpc server host
Sessions[].Transactions[].Grpc.Port integer or string Grpc server port
Sessions[].Transactions[].Grpc.ProtoNameSpace string The namespace the grpc protos are defined in
Sessions[].Transactions[].Grpc.RpcName string The name of the rpc to invoke
Sessions[].Transactions[].Grpc.ServiceName string The name of the service the rpc is defined in
Sessions[].Transactions[].Http object or string Sends an http request
Sessions[].Transactions[].Http.BaseAddress string The http server's address (needs to be with the protocol specification prefix http:// or https://)
Sessions[].Transactions[].Http.Method one of [Post / Put / Get / Delete] The http method the transactor should perform
Sessions[].Transactions[].Http.Headers object or string or null Default content headers to add to the http requests, will be overriden if sent data has http content headers in its metadata
Sessions[].Transactions[].Http.MessageSendRetriesIntervalMs integer or string 1000 Time interval in milliseconds to wait between each retry of http request.
Sessions[].Transactions[].Http.Port integer or string or null 8080 The port to send the requests to in the http server
Sessions[].Transactions[].Http.RequestHeaders object or string or null Default request headers to add to the http requests, will be overriden if sent data has http request headers in its metadata
Sessions[].Transactions[].Http.Retries integer or string 1 The amount of times to retry each failed request
Sessions[].Transactions[].Http.Route string The route in the http server to send the request to
Sessions[].Transactions[].Http.JwtAuth object or string The JWT configurations for the generation and addition of a JWT as a Bearer authorization header, if this field is not configured will not use JwtAuth
Sessions[].Transactions[].Http.JwtAuth.Secret string The JWT secret
Sessions[].Transactions[].Http.JwtAuth.BuildJwtConfig string or true/false True Whether to build JWT config with claims or send the Secret value as the auth token
Sessions[].Transactions[].Http.JwtAuth.Claims object or string Custom claims of the JWT
Sessions[].Transactions[].Http.JwtAuth.HierarchicalClaims string or null Custom Hierarchical claims of the JWT, Must be a string in yaml format. When set to a non null value the Claims field will be ignored and this will be used instead.
Sessions[].Transactions[].Http.JwtAuth.HttpAuthScheme one of [Bearer / Basic / Digest / JWT / ApiKey / Token] The authorization scheme to use
Sessions[].Transactions[].Http.JwtAuth.JwtAlgorithm one of [HMACSHA256Algorithm] The JWT Algorithm algorithm used
Sessions[].Transactions[].InputDataFilter object or string How to filter the properties of each returned sent (input) data
Sessions[].Transactions[].InputDataFilter.Body string or true/false True Whether to keep the Body in the data (true) or filter it (false)
Sessions[].Transactions[].InputDataFilter.MetaData string or true/false True Whether to keep the MetaData in the data (true) or filter it (false)
Sessions[].Transactions[].InputDataFilter.Timestamp string or true/false True Whether to keep the Timestamp in the data (true) or filter it (false)
Sessions[].Transactions[].InputSerialize object or string The serializer to use to serialize the sent data
Sessions[].Transactions[].InputSerialize.Serializer one of [Binary / Json / MessagePack / Xml / Yaml / ProtobufMessage / XmlElement] The serializer type to use for serializing. Null means no serialization will happen. Options are all available QaaS.Framework.Serialization serializers
Sessions[].Transactions[].OutputDataFilter object or string How to filter the properties of each returned received (output) data
Sessions[].Transactions[].OutputDataFilter.Body string or true/false True Whether to keep the Body in the data (true) or filter it (false)
Sessions[].Transactions[].OutputDataFilter.MetaData string or true/false True Whether to keep the MetaData in the data (true) or filter it (false)
Sessions[].Transactions[].OutputDataFilter.Timestamp string or true/false True Whether to keep the Timestamp in the data (true) or filter it (false)
Sessions[].Transactions[].OutputDeserialize object or string The deserializer to use to deserialize the received data
Sessions[].Transactions[].OutputDeserialize.Deserializer one of [Binary / Json / MessagePack / Xml / Yaml / ProtobufMessage / XmlElement] The deserializer type to use for deserializing. Null means no deserialization will happen. Options are all available QaaS.Framework.Serialization deserializers
Sessions[].Transactions[].OutputDeserialize.SpecificType object or string Configuration for making deserializer deserialize into a specific C# object, if set to null will deserialize to default deserilizer's C# object
Sessions[].Transactions[].OutputDeserialize.SpecificType.TypeFullName string The full name (including path) of the type
Sessions[].Transactions[].OutputDeserialize.SpecificType.AssemblyName string or null The name of the assembly the type is located in, If no value is given by default tries to take the entry assembly