Extensions
The available APIs for extensions are explained below.
integration/extension/get
This returns the list of extensions available for the Equotix One account.
Path
/api/integration/extension/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. |
filter_type | string | No |
Filter the type of extensions to return. Defaults to "module". Values available - "module", "report", "total" |
Response Parameters
Name | Type | Description |
extensions | object | The list of extensions available. |
> extension_id | int | The extension ID if installed. |
> name | string | The name of the extension. |
> installed | boolean | The status of the extension. |
> sort_order | int | The order of the extension if installed. |
Comments
0 comments
Article is closed for comments.