Tenant Disk Usage Samples
This request will return historic replication disk usage statistics aggregated by tenant.
The tenant id.
org2@site2
The desired interval in seconds between the samples. Defaults to HOUR.
HOUR
Timestamp in msec of the moment from which samples are retrieved. The default is 24 hours ago.
1479249799770
Timestamp in msec of the moment until samples are retrieved. The default is 'now'.
1580897313933
Operation ID for correlating logs across multiple services
OK
{
"end": 1580897313933,
"interval": "string",
"label": "C4-09b2917c-bbe9-4693-ae3f-95b43a94b244",
"samples": [
{
"bytes": 52236,
"timestamp": 1563458400000
}
],
"start": 1479249799770
}
Timestamp in msec of the moment until samples are retrieved. Might differ from the timestamp requested by the user. The default is 'now'.
The object for which historic data is collected.
Timestamp in msec of the moment from which samples are retrieved. Might differ from the timestamp requested by the user. The default is 24 hours ago.
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.