APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Get Accounts Account Id Logpush Datasets Dataset Id Jobs Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Get Accounts Account Id Logpush Datasets Dataset Id Jobs Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "get-accounts-account_id-logpush-datasets-dataset_id-jobs",
  "method": "GET",
  "path": "/accounts/{account_id}/logpush/datasets/{dataset_id}/jobs",
  "summary": "APIs.io Engineering Platform List Logpush jobs for a dataset",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "errors": [],
        "messages": [],
        "result": [
          {
            "dataset": "gateway_dns",
            "destination_conf": "s3://mybucket/logs?region=us-west-2",
            "enabled": false,
            "error_message": null,
            "id": 1,
            "kind": "",
            "last_complete": null,
            "last_error": null,
            "max_upload_bytes": "5e+06",
            "max_upload_interval_seconds": 30,
            "max_upload_records": 1000,
            "name": "example.com",
            "output_options": {
              "CVE-2021-4428": false,
              "batch_prefix": "",
              "batch_suffix": "",
              "field_delimiter": ",",
              "field_names": [
                "Datetime",
                "DstIP",
                "SrcIP"
              ],
              "output_type": "ndjson",
              "record_delimiter": "",
              "record_prefix": "{",
              "record_suffix": "}\n",
              "record_template": "",
              "sample_rate": 1,
              "timestamp_format": "unixnano"
            }
          }
        ],
        "success": true
      }
    }
  ]
}