Get Volume Snapshot Content

Get object counts telemetry for a volume.

SecurityHTTPBearer
Request
path Parameters
volume_id
required
string (Volume Id)
Request Body schema: application/json
required
period
required
string (Period)

Time period in ISO 8601 format. Examples: 'PT1H' (last 1 hour), 'P1D' (last 1 day), '2025-01-01T00:00:00Z/2025-01-02T00:00:00Z' (specific interval), or millisecond timestamps '1730390400000/1730476800000'. Minimum range: 6 minutes.

serial_numbers
required
Array of strings <uuid> (Serial Numbers)

Appliance serial numbers to filter data - ensures stability across DR events

Chart Width (integer) or Chart Width (null) (Chart Width)

Chart width in pixels (100-5200) - affects sampling density

Smart Sampling (boolean) or Smart Sampling (null) (Smart Sampling)

Enable optimized dataset for trend analysis with faster load times

Responses
200

Successful Response

401

Not authenticated

403

Insufficient permissions or license

404

Resource not found

408

Request timeout

413

Payload too large

422

Invalid input data

429

Too many requests (rate limit exceeded)

500

Internal server error

post/telemetry/volumes/{volume_id}/snapshot_content
Request samples
application/json
{
  • "period": "string",
  • "serial_numbers": [
    ],
  • "chart_width": 100,
  • "smart_sampling": true
}
Response samples
application/json
{
  • "metadata": { },
  • "items": [
    ]
}
Copyright © 2025 Nasuni Corporation. All rights reserved.