Extracted Data

<< Click to Display Table of Contents >>

Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > LeanIX Inventory 

Extracted Data

The LeanIX Inventory connector retrieves data by calling multiple LeanIX REST API v2 endpoints. Each endpoint provides a distinct data category and maps to a dedicated output table. Paginated responses are handled automatically by the connector. The following endpoints are used during each connector run:

 

Endpoint

Description

/api/public/v2/services

Retrieves all services registered in the LeanIX workspace. Results are written to the services output table.

/api/public/v2/services/{serviceName}/members

Retrieves the members associated with each service. Called once per service. Results are written to the service_members output table.

/api/public/v2/usage

Retrieves service usage data per month. Results are written to the service_usages output table.

/api/public/v2/contracts

Retrieves all contracts. Contract annex entries embedded within each contract response are extracted separately. Results are written to the contracts and annexes output tables.

/api/public/v2/employees

Retrieves all employees from the LeanIX workspace. Results are written to the employees output table.

 

The connector produces the following output tables. The table schema is fixed and does not depend on any connector parameter.

 

services

Column

Type

archivedAt

String

department

String

displayName

String

monthlyCosts

Number

name

String

serviceOwner

String

 

service_members

Column

Type

createdAt

String

dataSource

String

email

String

employeeID

Integer

lastSeen

String

name

String

removed

Boolean

role

String

serviceName

String

 

service_usages

Column

Type

month

String

purchased

Integer

service

String

serviceAccountId

Integer

serviceAccountName

String

unit

String

used

Integer

 

contracts

Column

Type

endDate

String

renewalType

String

service

String

startDate

String

value

Integer

volume

Integer

 

annexes

Column

Type

service

String

startDate

String

value

Integer

volume

Integer

 

employees

Column

Type

department

String

email

String

id

Integer

name

String

numOfMemberships

Integer

status

String

type

String

 

papercliper

Note:

The extracted data depends on the query that is being executed and the data available in the connected LeanIX workspace. The connector retrieves only the data that the configured API key has permission to access.