reports
Creates, updates, deletes, gets or lists a reports resource.
Overview
| Name | reports |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
billable | exec | subscription_id, resource_group_name, workspace_name, endpoint | Get billable assets summary for the workspace. Get billable assets summary for the workspace. | |
snapshot | exec | subscription_id, resource_group_name, workspace_name, endpoint | Get 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. | |
summary | exec | subscription_id, resource_group_name, workspace_name, endpoint | Get 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.
| 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: ) |
resource_group_name | string | |
subscription_id | string | |
workspace_name | string |
Lifecycle Methods
- billable
- snapshot
- summary
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
;
Get 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.
EXEC azure.defender_easm_dataplane.reports.snapshot
@subscription_id='{{ subscription_id }}' --required,
@resource_group_name='{{ resource_group_name }}' --required,
@workspace_name='{{ workspace_name }}' --required,
@endpoint='{{ endpoint }}' --required
;
Get asset summary details for the summary request. Get asset summary details for the summary request.
EXEC azure.defender_easm_dataplane.reports.summary
@subscription_id='{{ subscription_id }}' --required,
@resource_group_name='{{ resource_group_name }}' --required,
@workspace_name='{{ workspace_name }}' --required,
@endpoint='{{ endpoint }}' --required
;