Internal
(Internal) Fetch management IPs for multiple sites
Given an array of site IDs, returns a map of site_id => management IP (tunnel IP).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Sites array
The body is of type object
.
Response
200 - application/json
Map of site_id => management IP
The response is of type object
.