|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2025.4 > Administration and User Guide > Advanced Topics > Data API Connector License Status API |
An API endpoint is present in DataHub to retrieve connector license and status information for a specific tenant.
HTTP Method: GET
Endpoint: http://v1/Collectors/getByTenantId
Full URL: http://[host]:[port]/v1/Collectors/getByTenantId
Authentication: None required
|
Note: The endpoint is rate-limited to a maximum of 10 requests per minute.
|
•tenantId (required) → tenantId of the tenant
•onlyLicensed → Filters connectors to include only licensed connectors
•onlyEnabled → Filters connectors to include only those that are enabled
The endpoint returns information about connectors, indicating:
•Which connectors are licensed
•Which connectors are unlicensed
•Connector enabled status (when applicable)
GET http://[host]:[port]/v1/Collectors/getByTenantId?tenantId=5A8A3ECC-E668-472F-B163-497920A35CEF
|
Note: The endpoint does not require any credentials or API keys. Only the tenant ID is necessary to make a request.
|