Skip to main content

List vendor connector mappings

GET 

/vendor-connector-mappings

Retrieves a list of mappings between SaaS vendors and IDN connectors, detailing the connections established for correlation.

Responses

Successfully retrieved list.

Schema

  • Array [

  • id string

    The unique identifier for the vendor-connector mapping.

    vendor string

    The name of the vendor.

    connector string

    The name of the connector.

    createdAt date-time

    The creation timestamp of the mapping.

    createdBy string

    The identifier of the user who created the mapping.

    updatedAt

    object

    nullable

    An object representing the nullable timestamp of the last update.

    Time date-time

    The timestamp when the mapping was last updated, represented in ISO 8601 format.

    Valid boolean

    A flag indicating if the 'Time' field is set and valid.

    updatedBy

    object

    nullable

    An object representing the nullable identifier of the user who last updated the mapping.

    String string

    The identifier of the user who last updated the mapping, if available.

    Valid boolean

    A flag indicating if the 'String' field is set and valid.

    deletedAt

    object

    nullable

    An object representing the nullable timestamp of when the mapping was deleted.

    Time date-time

    The timestamp when the mapping was deleted, represented in ISO 8601 format, if applicable.

    Valid boolean

    A flag indicating if the 'Time' field is set and valid, i.e., if the mapping has been deleted.

    deletedBy

    object

    nullable

    An object representing the nullable identifier of the user who deleted the mapping.

    String string

    The identifier of the user who deleted the mapping, if applicable.

    Valid boolean

    A flag indicating if the 'String' field is set and valid, i.e., if the mapping has been deleted.

  • ]

Loading...