As part of our SIEM we'd like to retrieve additional metadata about an endpoint if we receive an event for it. From the Swagger documentation I don't see any endpoints or parameters that would allow me to retrieve a single endpoint by ID or name - the only option is to call GET /migration-tool/v1/endpoints and filter the response in my own code.
Are there any undocumented endpoints that will allow me to get a specific endpoints metadata similar to what is shown on GET /migration-tool/v1/endpoints? I did see some endpoints in the that are used in the UI but they don't appear to be exposed at the gateway...
This thread was automatically locked due to age.