get_configurable_log_drain | SELECT | id, teamId | Retrieves a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be accessed. |
get_configurable_log_drains | SELECT | teamId | Retrieves a list of Configurable Log Drains. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be accessed. |
create_configurable_log_drain | INSERT | teamId, data__deliveryFormat, data__sources, data__url | Creates a configurable log drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed) |
delete_configurable_log_drain | DELETE | id, teamId | Deletes a Configurable Log Drain. This endpoint must be called with a team AccessToken (integration OAuth2 clients are not allowed). Only log drains owned by the authenticated team can be deleted. |