PointInTimeInstanceDrResponseEntity

PointInTimeInstanceDrResponseEntity
PointInTimeInstanceDrResponseEntity

Information about a point in time instance.

AllOf
JSON Example
{
    "id": "string",
    "transfer_start_time": 0,
    "transfer_seconds": 0,
    "transfer_bytes": 0,
    "quiesced_type": "string",
    "promoted": false,
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ]
    }
}