integrations.sh
← all integrations

ably.net – control

OpenAPI apis-guru cloud

Use the Control API to manage your applications, namespaces, keys, queues, rules, and more.

Detailed information on using this API can be found in the Ably .

Control API is currently in Beta.

Homepage
https://api.apis.guru/v2/specs/ably.net:control/1.0.14.json
Provider
ably.net:control / control
OpenAPI version
3.0.1
Spec (JSON)
https://api.apis.guru/v2/specs/ably.net/control/1.0.14/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/ably.net/control/1.0.14/openapi.yaml

Tools (24)

Extracted live via the executor SDK.

  • apps.deleteAppsId

    Deletes the application with the specified application ID.

  • apps.getAccountsAccountIdApps

    List all applications for the specified account ID.

  • apps.patchAppsId

    Updates the application with the specified application ID.

  • apps.postAccountsAccountIdApps

    Creates an application with the specified properties.

  • apps.postAppsIdPkcs12

    Updates the application's Apple Push Notification service (APNs) information.

  • keys.getAppsAppIdKeys

    Lists the API keys associated with the application ID.

  • keys.patchAppsAppIdKeysKeyId

    Update the API key with the specified key ID, for the application with the specified application ID.

  • keys.postAppsAppIdKeys

    Creates an API key for the application specified.

  • keys.postAppsAppIdKeysKeyIdRevoke

    Revokes the API key with the specified ID, with the Application ID. This deletes the key.

  • namespaces.deleteAppsAppIdNamespacesNamespaceId

    Deletes the namespace with the specified ID, for the specified application ID.

  • namespaces.getAppsAppIdNamespaces

    List the namespaces for the specified application ID.

  • namespaces.patchAppsAppIdNamespacesNamespaceId

    Updates the namespace with the specified ID, for the application with the specified application ID.

  • namespaces.postAppsAppIdNamespaces

    Creates a namespace for the specified application ID.

  • queues.deleteAppsAppIdQueuesQueueId

    Delete the queue with the specified queue name, from the application with the specified application ID.

  • queues.getAppsAppIdQueues

    Lists the queues associated with the specified application ID.

  • queues.postAppsAppIdQueues

    Creates a queue for the application specified by application ID. The properties for the queue to be created are specified in the request body.

  • rules.deleteAppsAppIdRulesRuleId

    Deletes a Reactor rule

  • rules.getAppsAppIdRules

    Lists the rules for the application specified by the application ID.

  • rules.getAppsAppIdRulesRuleId

    Returns the rule specified by the rule ID, for the application specified by application ID.

  • rules.patchAppsAppIdRulesRuleId

    Updates a Reactor rule

  • rules.postAppsAppIdRules

    Creates a rule for the application with the specified application ID.

  • tokens.getMe

    Get token details

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools