Skip to main content

Create Sources Within Multi-Host Integration

POST 

/multihosts/:id

This API is used to create sources within Multi-Host Integration. Multi-Host Integration holds similar types of sources.

A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.

Request

Path Parameters

    id stringrequired

    ID of the Multi-Host Integration.

Body

array

required

The specifics of the sources to create within Multi-Host Integration.

  • Array [

  • name stringrequired

    Source's human-readable name.

    description string

    Source's human-readable description.

    connectorAttributes

    object

    Connector specific configuration. This configuration will differ from type to type.

    property name* any

    Connector specific configuration. This configuration will differ from type to type.

  • ]

Responses

OK. Returned if the request was successfully accepted into the system.

Loading...