The destinations property
Gets an item from the ApiSdk.v2.monitoring.sinks.item collection
A unique identifier for a sink.
To list all sinks, send a GET request to /v2/monitoring/sinks.
OptionalrequestConfiguration: RequestConfiguration<SinksRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new sink, send a POST request to /v2/monitoring/sinks. Forwards logs from the resources identified in resources to the specified pre-existing destination.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all sinks, send a GET request to /v2/monitoring/sinks.
OptionalrequestConfiguration: RequestConfiguration<SinksRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new sink, send a POST request to /v2/monitoring/sinks. Forwards logs from the resources identified in resources to the specified pre-existing destination.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/monitoring/sinks