InTouch Hub · Blue Isle Software

Azure Cosmos DB

Azure Cosmos DB management API — 12 operations consolidated from 3 Microsoft OpenAPI specs into one connector.

Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.

azurecloud

Azure Cosmos DB

Azure Cosmos DB management API — 12 operations consolidated from 3 Microsoft OpenAPI specs into one connector.

Consolidated from 3 spec-per-resource-provider connectors; every operation from every one of them is preserved. The superseded names still resolve.

Operations

Inputs

Publishes

The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.

Input Properties

Every property this tool accepts, from its own tool.iml.

Property Type Required Default Description
operation string yes One of: cassandraresources_getcassandrakeyspace, cassandraresources_listcassandrakeyspaces, databaseaccounts_get, databaseaccounts_list, databaseaccounts_listbyresourcegroup, operations_list, privateendpointconnections_createorupdate, privateendpointconnections_delete, privateendpointconnections_get, privateendpointconnections_listbydatabaseaccount, privatelinkresources_get, privatelinkresources_listbydatabaseaccount
accountName string no Path parameter accountName (required by some operations).
groupName string no Path parameter groupName (required by some operations).
keyspaceName string no Path parameter keyspaceName (required by some operations).
privateEndpointConnectionName string no Path parameter privateEndpointConnectionName (required by some operations).
resourceGroupName string no Path parameter resourceGroupName (required by some operations).
subscriptionId string no Path parameter subscriptionId (required by some operations).
body string no Request body as a JSON object string. Sent as JSON, or form-encoded when the operation expects a form. Required by write operations.
query string no Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request.