v1

latestOpenAPI 3.1.02026-07-24239123562.1 KB
Agents

Change agent connector

Use this endpoint to change the connector of an agent

put/v1/agents/{agentId}/connector

Path parameters

agentIdstring uuid required

The ID of the agent.

Request body

integrationType'api' | 'datahub'

Type of the integration. The valid types are api or datahub.

datahubIdstring uuid

Id of the Data Hub to be used by the new agent, in GUID format. It is required for integrations of type 'datahub'. It must be set to null, empty or not present for integrations of type 'api'

integrationIdstring uuid

The ID of the connector

Response

Agent connector updated successfully

object required