uploads
Creates, updates, deletes, gets or lists a uploads resource.
Overview
| Name | uploads |
| Type | Resource |
| Id | azure.monitor_ingestion.uploads |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
upload | exec | rule_id, stream, endpoint | Content-Encoding | Ingestion API used to directly ingest data using Data Collection Rules. Ingestion API used to directly ingest data using Data Collection Rules. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: ) |
rule_id | string | The immutable ID of the Data Collection Rule resource. Required. |
stream | string | The streamDeclaration name as defined in the Data Collection Rule. Required. |
Content-Encoding | string | The content encoding of the request body which is always 'gzip'. Default value is None. |
Lifecycle Methods
- upload
Ingestion API used to directly ingest data using Data Collection Rules. Ingestion API used to directly ingest data using Data Collection Rules.
EXEC azure.monitor_ingestion.uploads.upload
@rule_id='{{ rule_id }}' --required,
@stream='{{ stream }}' --required,
@endpoint='{{ endpoint }}' --required,
@Content-Encoding='{{ Content-Encoding }}'
;