Skip to main content

List Connections

List all connections in a workspace.

Basic Parameters

ParameterDescription
Workspace IDThe workspace in to create the connection.

Advanced Parameters

ParameterDescription
Name SearchSearch connections by a substring of the connection's name.

Example Output

{
"limit": 999,
"offset": 0,
"total": 1,
"results": [
{
"id": "230dc59e-32ff-408e-bb31-396c9bf69d67",
"created_at": 1675868413958,
"updated_at": 1675868413958,
"created_by": "",
"updated_by": "",
"name": "blink_demo_aws",
"full_name": "example_blinkops_com-blink_demo_aws",
"display_name": "blink_demo_aws",
"tenant_id": "918d290c-cf26-4f8b-ae91-4cb61fe3e098",
"workspace_id": "acbdffe9-f04b-4e62-bbb3-bdb991f1173a",
"connection_type_id": "c42afbdc-b3d5-46c8-ade9-912331c6e265",
"tags": [],
"active": true,
"attributes": {
"aws_access_key_id": {
"value": "AKIAREVYMPJP7445ZGAN"
},
"aws_secret_access_key": {
"value": "SECRET"
}
},
"created_with_o_auth": false,
"secret_manager": "18091976-1809-1976-1809-197618091976",
"creation_method": "AWS Access Key",
"type_name": "aws",
"shared_with": [
"example@blinkops.com"
],
"used_by": {
"subflows": {
"names": null,
"count": 0
}
},
"is_shared": false,
"workspace_name": "example@blinkops.com",
"slug_name": "blink_demo_aws",
"secret_manager_name": "blink_cloud_sm"
}
]
}

Workflow Library Example

List Connections with Blink and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop