GET /api/v1/meta/schemas/logStream/{logStreamType}

Retrieves the Schema for a Log Stream type. The logStreamType element in the URL specifies the Log Stream type, which is either aws_eventbridge or splunk_cloud_logstreaming. Use the aws_eventbridge literal to retrieve the AWS EventBridge type schema, and use the splunk_cloud_logstreaming literal retrieve the Splunk Cloud type schema.

Servers

Path parameters

Name Type Required Description
logStreamType String Yes

Possible values:

  • "aws_eventbridge"
  • "splunk_cloud_logstreaming"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.