Skip to main content

List Multi-Host Source Creation Errors

GET 

/multihosts/:multiHostId/sources/errors

Get a list of sources creation errors within Multi-Host Integration ID.

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

Request

Path Parameters

    multiHostId stringrequired

    ID of the Multi-Host Integration

Responses

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

Schema

  • Array [

  • multihost_id string

    Multi-Host Integration ID.

    source_name string

    Source's human-readable name.

    source_error string

    Source's human-readable description.

    created date-time

    Date-time when the source was created

    modified date-time

    Date-time when the source was last modified.

    operation stringnullable

    operation category (e.g. DELETE).

  • ]

Loading...