ably.net – control
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.deleteAppsIdDeletes the application with the specified application ID.
-
apps.getAccountsAccountIdAppsList all applications for the specified account ID.
-
apps.patchAppsIdUpdates the application with the specified application ID.
-
apps.postAccountsAccountIdAppsCreates an application with the specified properties.
-
apps.postAppsIdPkcs12Updates the application's Apple Push Notification service (APNs) information.
-
keys.getAppsAppIdKeysLists the API keys associated with the application ID.
-
keys.patchAppsAppIdKeysKeyIdUpdate the API key with the specified key ID, for the application with the specified application ID.
-
keys.postAppsAppIdKeysCreates an API key for the application specified.
-
keys.postAppsAppIdKeysKeyIdRevokeRevokes the API key with the specified ID, with the Application ID. This deletes the key.
-
namespaces.deleteAppsAppIdNamespacesNamespaceIdDeletes the namespace with the specified ID, for the specified application ID.
-
namespaces.getAppsAppIdNamespacesList the namespaces for the specified application ID.
-
namespaces.patchAppsAppIdNamespacesNamespaceIdUpdates the namespace with the specified ID, for the application with the specified application ID.
-
namespaces.postAppsAppIdNamespacesCreates a namespace for the specified application ID.
-
queues.deleteAppsAppIdQueuesQueueIdDelete the queue with the specified queue name, from the application with the specified application ID.
-
queues.getAppsAppIdQueuesLists the queues associated with the specified application ID.
-
queues.postAppsAppIdQueuesCreates a queue for the application specified by application ID. The properties for the queue to be created are specified in the request body.
-
rules.deleteAppsAppIdRulesRuleIdDeletes a Reactor rule
-
rules.getAppsAppIdRulesLists the rules for the application specified by the application ID.
-
rules.getAppsAppIdRulesRuleIdReturns the rule specified by the rule ID, for the application specified by application ID.
-
rules.patchAppsAppIdRulesRuleIdUpdates a Reactor rule
-
rules.postAppsAppIdRulesCreates a rule for the application with the specified application ID.
-
tokens.getMeGet token details
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools