logpush_instant_logs_job

APIs.ioEngineeringPlatform

Properties

Name Type Description
destination_conf object
fields object
filter object
sample object
session_id object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-logpush-instant-logs-job-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/logpush_instant_logs_job",
  "title": "logpush_instant_logs_job",
  "nullable": true,
  "properties": {
    "destination_conf": {
      "$ref": "#/components/schemas/logpush_schemas-destination_conf"
    },
    "fields": {
      "$ref": "#/components/schemas/logpush_fields"
    },
    "filter": {
      "$ref": "#/components/schemas/logpush_filter"
    },
    "sample": {
      "$ref": "#/components/schemas/logpush_sample"
    },
    "session_id": {
      "$ref": "#/components/schemas/logpush_session_id"
    }
  },
  "type": "object"
}