POST /api/v1/logStreams
Creates a new Log Stream object
Servers
- https://{yourOktaDomain}
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:
Select the provider type to see provider-specific configurations in the Possible values:
|
status |
String | Yes |
Lifecycle status of the Log Stream object Possible values:
|
lastUpdated |
String | Yes |
Timestamp when the Log Stream object was last updated |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.