Skip to main content

uploads

Creates, updates, deletes, gets or lists a uploads resource.

Overview

Nameuploads
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
uploadexecrule_id, stream, endpointContent-EncodingIngestion 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.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )
rule_idstringThe immutable ID of the Data Collection Rule resource. Required.
streamstringThe streamDeclaration name as defined in the Data Collection Rule. Required.
Content-EncodingstringThe content encoding of the request body which is always 'gzip'. Default value is None.

Lifecycle Methods

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 }}'
;