RecordCapacitySnapshot
Record a capacity usage snapshot for a resource type at the current time
POST
/api/v1/monitoring/capacity/snapshotsOperation ID
RecordCapacitySnapshotSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
resourceTypeStringRequiredResource type of this snapshot (e.g. vm, host)
Example: vm
totalCountIntegerRequiredTotal resource count at snapshot time
Example: 500
activeCountIntegerRequiredActive resource count at snapshot time
Example: 480
usagePercentLongRequiredResource usage percentage at snapshot time
Example: 96
tenantIdStringRequiredTenant identifier for this snapshot
Example: tenant-001-xyz
