cURL
curl --request GET \ --url https://api.example.com/api/infrastructure/v1/get-bootstrap-data
{ "data": {}, "missing": [ "<string>" ] }
GetBootstrapData fetches multiple data points from the system cache in a single call.
Predefined tiers or specific keys.
Successful response
GetBootstrapDataResponse containing pooled data objects.
Map of keys to JSON-encoded data strings.
Show child attributes
List of keys that were not found in cache.
Was this page helpful?