Channels
The available APIs for channels are explained below.
integration/channel/get
This returns the list of channels available for the Equotix One account.
Path
/api/integration/channel/get
POST Parameters
Name | Type | Required | Description |
domain | string | Yes | The domain you are assigned to authenticate your Equotix One account. |
api_key | string | Yes | The email address assigned to the user account in your Equotix One. |
auth_timestamp | int | Yes | The unix timestamp used to sign this API request. |
auth_signature | string | Yes |
The calculated signature for this API request. |
channel_id | int | Yes |
The channel ID to search for specifically. |
filter_type | string | No |
Filter the type of channels to return. |
filter_status | int | No |
Filter the status of channels to return. "1" for enabled, "0" for disabled. |
page | int | No |
Page number of the results. |
Response Parameters
Name | Type | Description |
channels | object | The list of channels available. |
> channel_id | int | The channel ID. |
> name | string | The name of the channel. |
> configuration | object | The configurations saved for the channel. Varies according to the type of channel. |
total | int | The total number of results available. |
Comments
0 comments
Article is closed for comments.