Kaleido
kaleidoKaleido is a full-stack platform for building and managing enterprise blockchain networks and applications.
Acciones disponibles (17)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add Organization Identity ProofKALEIDO_ADD_IDENTITY_PROOFAcciónTool to add an identity proof to an organization. Use when registering an x.509 certificate chain for an org immediately after creation.
KALEIDO_ADD_IDENTITY_PROOFAcciónTool to add an identity proof to an organization. Use when registering an x.509 certificate chain for an org immediately after creation.
Parámetros de entrada
namestringObligatorioDescriptive name for the identity proof
typestringType of the identity proof, currently only 'x509' is supported
org_idstringObligatorioOrganization ID to which the identity proof will be added
payloadstringObligatorioBase64-encoded certificate chain concatenated as a single string
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create API KeyKALEIDO_CREATE_API_KEYAcciónTool to create a new API key for an organization. Use after confirming the org_id.
KALEIDO_CREATE_API_KEYAcciónTool to create a new API key for an organization. Use after confirming the org_id.
Parámetros de entrada
namestringUser-defined name for the API key
org_idstringObligatorioOrganization ID for which to create the API key
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete API KeyKALEIDO_DELETE_API_KEYAcciónTool to delete a specific API key. Use when you need to remove an API key by its identifier after confirming it's no longer in use.
KALEIDO_DELETE_API_KEYAcciónTool to delete a specific API key. Use when you need to remove an API key by its identifier after confirming it's no longer in use.
Parámetros de entrada
apikey_idstringObligatorioThe unique identifier of the API key to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API KeysKALEIDO_GET_API_KEYSAcciónTool to retrieve all API keys associated with the organization. Use when you need an overview of existing API keys after authenticating.
KALEIDO_GET_API_KEYSAcciónTool to retrieve all API keys associated with the organization. Use when you need an overview of existing API keys after authenticating.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get App2App RuntimesKALEIDO_GET_APP2_APP_RUNTIMESAcciónTool to retrieve App2App runtimes by listing all services and filtering where service == 'app2app'. Use after authenticating to enumerate App2App service instances.
KALEIDO_GET_APP2_APP_RUNTIMESAcciónTool to retrieve App2App runtimes by listing all services and filtering where service == 'app2app'. Use after authenticating to enumerate App2App service instances.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Application CredentialsKALEIDO_GET_APPLICATION_CREDENTIALSAcciónTool to retrieve application credentials for a specific environment. Use when you need to list DApp credentials after environment setup.
KALEIDO_GET_APPLICATION_CREDENTIALSAcciónTool to retrieve application credentials for a specific environment. Use when you need to list DApp credentials after environment setup.
Parámetros de entrada
consortia_idstringObligatorioID of the consortium
environment_idstringObligatorioID of the environment
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ConsortiaKALEIDO_GET_CONSORTIAAcciónTool to retrieve all consortia associated with the organization. Use after authenticating to view existing consortia.
KALEIDO_GET_CONSORTIAAcciónTool to retrieve all consortia associated with the organization. Use after authenticating to view existing consortia.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Event StreamsKALEIDO_GET_EVENT_STREAMSAcciónTool to list all event streams configured in the environment. Use when you need to retrieve current event stream setups.
KALEIDO_GET_EVENT_STREAMSAcciónTool to list all event streams configured in the environment. Use when you need to retrieve current event stream setups.
Parámetros de entrada
node_idstringKaleido node ID exposing Ethconnect (used for URL composition)
full_urlstringOverride base URL completely. If this already includes /eventstreams it will be used as-is.
zone_domainstringZone domain used to reach the Ethconnect gateway (e.g., us-east-1.connect.kaleido.io)
environment_idstringKaleido environment ID (used for Ethconnect URL composition)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get MembershipsKALEIDO_GET_MEMBERSHIPSAcciónTool to retrieve all memberships for the current user. Use after authenticating to list user memberships.
KALEIDO_GET_MEMBERSHIPSAcciónTool to retrieve all memberships for the current user. Use after authenticating to list user memberships.
Parámetros de entrada
querystringOptional Mongo-style query string to filter memberships
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get OrganizationsKALEIDO_GET_ORGANIZATIONSAcciónTool to retrieve all organizations that the authenticated user has access to. Use after authenticating to list available organizations.
KALEIDO_GET_ORGANIZATIONSAcciónTool to retrieve all organizations that the authenticated user has access to. Use after authenticating to list available organizations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RegionsKALEIDO_GET_REGIONSAcciónTool to retrieve the list of deployment zones and endpoints. Use after authenticating to list available regions.
KALEIDO_GET_REGIONSAcciónTool to retrieve the list of deployment zones and endpoints. Use after authenticating to list available regions.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ReleasesKALEIDO_GET_RELEASESAcciónTool to retrieve current and historical versions of node software. Use when you need to list all runtime releases available in the Kaleido platform.
KALEIDO_GET_RELEASESAcciónTool to retrieve current and historical versions of node software. Use when you need to list all runtime releases available in the Kaleido platform.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RolesKALEIDO_GET_ROLESAcciónTool to retrieve all roles of an organization. Use when you need to audit or manage user roles after confirming a valid organization ID.
KALEIDO_GET_ROLESAcciónTool to retrieve all roles of an organization. Use when you need to audit or manage user roles after confirming a valid organization ID.
Parámetros de entrada
org_idstringObligatorioOrganization ID whose roles should be retrieved
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ServicesKALEIDO_GET_SERVICESAcciónTool to retrieve all services the current user owns or can see. Use after authenticating to list available services.
KALEIDO_GET_SERVICESAcciónTool to retrieve all services the current user owns or can see. Use after authenticating to list available services.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Token Factory TokensKALEIDO_GET_TOKEN_FACTORY_TOKENSAcciónTool to retrieve all tokens managed by the Token Factory. Use after authenticating to list available tokens.
KALEIDO_GET_TOKEN_FACTORY_TOKENSAcciónTool to retrieve all tokens managed by the Token Factory. Use after authenticating to list available tokens.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Wallet Account NonceKALEIDO_GET_WALLET_ACCOUNT_NONCEAcciónTool to retrieve the current nonce of a specific HD wallet account. Use before signing a transaction to determine the next transaction count.
KALEIDO_GET_WALLET_ACCOUNT_NONCEAcciónTool to retrieve the current nonce of a specific HD wallet account. Use before signing a transaction to determine the next transaction count.
Parámetros de entrada
wallet_idstringObligatorioID of the HD wallet instance
account_indexintegerObligatorioIndex of the account in the wallet (0 to 2,147,483,648)
service_api_base_urlstringOverride the base URL for the HD Wallet service API, e.g., https://<service_host>/api/v1. If provided, the nonce will be retrieved from this service instead of the console base URL.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WalletsKALEIDO_GET_WALLETSAcciónTool to retrieve HD wallet IDs hosted in the service. Use after creating or importing HD wallets to enumerate available wallets.
KALEIDO_GET_WALLETSAcciónTool to retrieve HD wallet IDs hosted in the service. Use after creating or importing HD wallets to enumerate available wallets.
Parámetros de entrada
service_api_base_urlstringOverride the base URL for the HD Wallet service API, e.g., https://<service_host>/api/v1. If provided, the wallets will be retrieved from this service instead of the console base URL.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not