POST /api/v1/logStreams

Creates a new Log Stream object

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
id String Yes

Unique identifier for the Log Stream

_links Object Yes

Specifies link relations (see Web Linking) available for the current status of an application using the JSON Hypertext Application Language specification. This object is used for dynamic discovery of related resources and lifecycle operations.

created String Yes

Timestamp when the Log Stream object was created

name String Yes

Unique name for the Log Stream object

type String Yes

Specifies the streaming provider used

Supported providers:

  • aws_eventbridge (AWS EventBridge)
  • splunk_cloud_logstreaming (Splunk Cloud)

Select the provider type to see provider-specific configurations in the settings property:

Possible values:

  • "aws_eventbridge"
  • "splunk_cloud_logstreaming"
status String Yes

Lifecycle status of the Log Stream object

Possible values:

  • "ACTIVE"
  • "INACTIVE"
lastUpdated String Yes

Timestamp when the Log Stream object was last updated

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.