Ably Control integration (Developer Tools). Imported from open-connector.
https://control.ably.net/v1/me
/accounts/{accountId}/stats
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The Ably account ID. |
| appId | string | optional | The Ably application ID. |
| start | integer | optional | A Unix timestamp in milliseconds. |
| end | integer | optional | A Unix timestamp in milliseconds. |
| limit | integer | optional | The maximum number of statistics records to return. |
| unit | string | optional | The statistics aggregation unit. |
| direction | string | optional | The pagination direction. |
/apps/{appId}/stats
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | optional | The Ably account ID. |
| appId | string | required | The Ably application ID. |
| start | integer | optional | A Unix timestamp in milliseconds. |
| end | integer | optional | A Unix timestamp in milliseconds. |
| limit | integer | optional | The maximum number of statistics records to return. |
| unit | string | optional | The statistics aggregation unit. |
| direction | string | optional | The pagination direction. |
/accounts/{accountId}/apps
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The Ably account ID. |
/accounts/{accountId}/apps
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | string | required | The Ably account ID. |
| name | string | required | The app name. |
| status | string | optional | The app status. |
| tlsOnly | boolean | optional | Whether to enforce TLS for all connections. |
| fcmKey | string | optional | — |
| fcmServiceAccount | string | optional | — |
| fcmProjectId | string | optional | — |
| apnsCertificate | string | optional | — |
| apnsPrivateKey | string | optional | — |
| apnsUseSandboxEndpoint | boolean | optional | — |
/apps/{appId}
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Ably application ID. |
| name | string | optional | The app name. |
| status | string | optional | The app status. |
| tlsOnly | boolean | optional | Whether to enforce TLS for all connections. |
| fcmKey | string | optional | — |
| fcmServiceAccount | string | optional | — |
| fcmProjectId | string | optional | — |
| apnsCertificate | string | optional | — |
| apnsPrivateKey | string | optional | — |
| apnsUseSandboxEndpoint | boolean | optional | — |
/apps/{appId}
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Ably application ID. |
/apps/{appId}/keys
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Ably application ID. |
/apps/{appId}/keys
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Ably application ID. |
| name | string | required | The key name. |
| capability | object | required | Ably channel capabilities keyed by channel or resource name. |
/apps/{appId}/keys/{keyId}
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Ably application ID. |
| keyId | string | required | The Ably API key ID. |
| name | string | optional | The key name. |
| capability | object | optional | Ably channel capabilities keyed by channel or resource name. |
/apps/{appId}/keys/{keyId}/revoke
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Ably application ID. |
| keyId | string | required | The Ably API key ID. |
/apps/{appId}/queues
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Ably application ID. |
/apps/{appId}/queues
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Ably application ID. |
| name | string | required | The queue name. |
| region | string | required | The queue region, such as eu-west-1-a. |
| ttl | integer | optional | The message TTL in seconds. |
| maxLength | integer | optional | The maximum queue length. |
/apps/{appId}/queues/{queueId}
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Ably application ID. |
| queueId | string | required | The Ably queue ID. |