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.

Request

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 objectnullable

    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

    Default value: false

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

    updatedBy objectnullable

    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

    Default value: false

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

    deletedAt objectnullable

    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

    Default value: false

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

    deletedBy objectnullable

    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

    Default value: false

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

  • ]
Loading...