getIntegrators
You can use this method to retrieve a list of integrators configured for a specific integration.
An integrator is an endpoint that serves as the communication link between GravityZone and the integrated third-party platform.
Parameters
Parameter | Description | Included in request | Type | Values |
---|---|---|---|---|
| The ID of the integration you want to retrieve the list of integrators for. | Mandatory | Array of objects | No additional requirements. |
Return value
Return value
Attribute | Type | Description |
---|---|---|
| Array | Contains the list of integrators. |
result
Attribute | Type | Description |
---|---|---|
| String | The ID of the endpoint that acts as an integrator. |
Example
Request:
{ "method": "getIntegrators", "id": "be085134-5fab-4ba8-966f-3cbfd88d51a1", "jsonrpc": "2.0", "params": { "integrationId": "67fd01987e5657c9d30a6c8d" } }
Response:
{ "id": "be085134-5fab-4ba8-966f-3cbfd88d51a1", "jsonrpc": "2.0", "result": [ { "id": "67fd0199505b0f86360b930a" } ] }