← Tools Reference

Kaleido

Kaleido integration (Developer Tools). Imported from open-connector.

API key6 tools{base_url}
GET
kaleido_list_memberships
List memberships available to the current Kaleido API key.

/memberships

GET
kaleido_list_consortia
List Kaleido consortia available to the current membership.

/consortia

GET
kaleido_get_consortium
Get details for a specific Kaleido consortium.

/consortia/{id}

2 parameters
ParamTypeRequiredDescription
consortia_idstringoptionalThe Kaleido consortium identifier.
idstringrequiredPath parameter: id
GET
kaleido_list_environments
List environments in a specific Kaleido consortium.

/consortia/{id}/environments

2 parameters
ParamTypeRequiredDescription
consortia_idstringoptionalThe Kaleido consortium identifier.
idstringrequiredPath parameter: id
GET
kaleido_get_environment
Get details for a specific Kaleido environment.

/consortia/{id}/environments/{id}

3 parameters
ParamTypeRequiredDescription
consortia_idstringoptionalThe Kaleido consortium identifier.
environment_idstringoptionalThe Kaleido environment identifier.
idstringrequiredPath parameter: id
GET
kaleido_get_environment_status
Get runtime status for a specific Kaleido environment.

/consortia/{id}/environments/{id}

3 parameters
ParamTypeRequiredDescription
consortia_idstringoptionalThe Kaleido consortium identifier.
environment_idstringoptionalThe Kaleido environment identifier.
idstringrequiredPath parameter: id