Retrieve log integrations for a source application
InternalRetrieves the log integration details for a specified tenant identified by {tenantId}
and for source application specified by {app}
. To access this API, logs:write
scope is required, and CLIENT
Target level and MSP_CLIENT
provider permissions.
Json key | Json Value Type | Description | Supported Values | mandatory/optional |
---|---|---|---|---|
Source Name | String | Logs supported integration names | AWS,AZURE,GCP,SYSLOG,FLUENTD,FLUENT-BIT,LOGSTASH | Mandatory |
Path Parameters
- tenantId
Describes the tenantId of the tenant
Responses
- message
A confirmation message indicating the successful installation of the integration.
- host
The host URL for log integration.
- awsLogsEndpoint
The endpoint URL for AWS logs integration specific to the tenant.
- uri
The URI for the fluent-bit webhook integration specific to the tenant.
Loading Examples...