get_sqlv1connection | SELECT | connection_name, environment_id, organization_id |
Make a request to read a Connection. |
list_sqlv1connections | SELECT | environment_id, organization_id |
Retrieve a sorted, filtered and paginated list of all Connections. |
create_sqlv1connection | INSERT | environment_id, organization_id |
Make a request to create a Connection. |
delete_sqlv1connection | DELETE | connection_name, environment_id, organization_id |
Make a request to delete a statement. |
update_sqlv1connection | EXEC | connection_name, environment_id, organization_id |
Make a request to update a connection. |