DataCollectionEndpoint interface
Definition of data collection endpoint.
Properties
| configuration |
The endpoint used by agents to access their configuration. |
| description | Description of the data collection endpoint. |
| immutable |
The immutable ID of this data collection endpoint resource. This property is READ-ONLY. |
| logs |
The endpoint used by clients to ingest logs. |
| network |
Network access control rules for the endpoints. |
| provisioning |
The resource provisioning state. This property is READ-ONLY. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
configurationAccess
The endpoint used by agents to access their configuration.
configurationAccess?: ConfigurationAccessEndpointSpec
Property Value
description
Description of the data collection endpoint.
description?: string
Property Value
string
immutableId
The immutable ID of this data collection endpoint resource. This property is READ-ONLY.
immutableId?: string
Property Value
string
logsIngestion
The endpoint used by clients to ingest logs.
logsIngestion?: LogsIngestionEndpointSpec
Property Value
networkAcls
Network access control rules for the endpoints.
networkAcls?: NetworkRuleSet
Property Value
provisioningState
The resource provisioning state. This property is READ-ONLY. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string