cURL
curl --request POST \ --url https://api.example.com/api/infrastructure/v1/record-baseline-snapshot \ --header 'Content-Type: application/json' \ --data ' { "updates": [ { "type": "<string>", "region": "<string>", "count": 123 } ] } '
{ "updated": 123, "error": "<string>" }
RecordBaselineSnapshot batch-updates baseline statistics using Welford’s online algorithm.
RecordBaselineSnapshotRequest batch-updates baselines using Welford's online algorithm.
Show child attributes
Successful response
RecordBaselineSnapshotResponse reports how many baselines were successfully updated.
Number of baselines that were written.
Error message if the request was invalid.
Was this page helpful?