Axiom integration (Data, Developer Tools). Imported from open-connector.
https://api.axiom.co/v2/datasets
/v2/datasets/{dataset_id}
| Param | Type | Required | Description |
|---|---|---|---|
| dataset_id | string | required | The Axiom dataset ID or unique dataset name. |
/v2/datasets
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The unique Axiom dataset name. |
| description | string | optional | The dataset description. |
| edgeDeployment | string | optional | The edge deployment assigned to the dataset. |
| kind | string | optional | The Axiom dataset kind. |
| retentionDays | integer | optional | The number of days Axiom should retain data in the dataset. |
| useRetentionPeriod | boolean | optional | Whether the dataset should use a retention period. |
| referrer | string | optional | Optional referrer slug sent as the create dataset query parameter. |
/v2/datasets/{dataset_id}
| Param | Type | Required | Description |
|---|---|---|---|
| dataset_id | string | required | The Axiom dataset ID or unique dataset name. |
/v1/datasets/_apl
| Param | Type | Required | Description |
|---|---|---|---|
| apl | string | required | The APL query string to execute. |
| format | string | optional | The Axiom query result format. |
| nocache | boolean | optional | Whether Axiom should bypass cached query results. |
| saveAsKind | string | optional | The saved query result kind. |
| dataset_name | string | optional | The associated dataset name when saving query results. |
| cursor | string | optional | The query cursor returned by a previous Axiom query. |
| endTime | string | optional | The query end time as RFC3339 or a relative time expression. |
| includeCursor | boolean | optional | Whether the query response should include cursors. |
| queryOptions | object | optional | Axiom query options passed through to the APL API. |
| startTime | string | optional | The query start time as RFC3339 or a relative time expression. |
| variables | object | optional | Variables inserted into the APL query. |