Skip to main content

reports

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

Overview

Namereports
TypeResource
Idazure.defender_easm_dataplane.reports

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
billableexecsubscription_id, resource_group_name, workspace_name, endpointGet billable assets summary for the workspace. Get billable assets summary for the workspace.
snapshotexecsubscription_id, resource_group_name, workspace_name, endpointGet the most recent snapshot of asset summary values for the snapshot request. Get the most recent snapshot of asset summary values for the snapshot request.
summaryexecsubscription_id, resource_group_name, workspace_name, endpointGet asset summary details for the summary request. Get asset summary details for the summary request.

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: )
resource_group_namestring
subscription_idstring
workspace_namestring

Lifecycle Methods

Get billable assets summary for the workspace. Get billable assets summary for the workspace.

EXEC azure.defender_easm_dataplane.reports.billable 
@subscription_id='{{ subscription_id }}' --required,
@resource_group_name='{{ resource_group_name }}' --required,
@workspace_name='{{ workspace_name }}' --required,
@endpoint='{{ endpoint }}' --required
;