Create dataset
Create dataset
Parameters
| Property | Type | Location | Description |
|---|---|---|---|
referrer | string | query | Referrer slug |
Body
application/json| Property | Type | Description |
|---|---|---|
description | string | Dataset description |
edgeDeployment | string | Edge deployment of the dataset |
kind | string | The kind of the dataset |
name | stringRequired | Dataset unique name |
retentionDays | integer | Number of days to retain data in the dataset |
useRetentionPeriod | boolean | Whether to use the retention period |
Request
Try itRun this request against your Axiom organization
Credentials stay in this browser tab and are only sent to Axiom when you run the request.
Response
200Created403Forbidden| Property | Type | Description |
|---|---|---|
canWrite | boolean | Whether this dataset has write access |
created | string<date-time>Required | The RFC3339-formatted time when the dataset was created. |
description | stringRequired | Dataset description |
edgeDeployment | string | Edge deployment of the dataset |
edgeDeploymentUrl | string | URL of the edge deployment |
id | stringRequired | Dataset ID |
kind | stringRequired | The kind of the dataset |
mapFields | string[] | |
name | stringRequired | Unique dataset name |
retentionDays | integer | Number of days to retain data in the dataset |
sharedByOrg | string | ID of the org that shared this resource, if it's shared |
updatedAt | string<date-time>Required | The RFC3339-formatted time when the dataset was last updated. |
useRetentionPeriod | boolean | Whether to use the retention period |
who | stringRequired | Name of the dataset creator |