Get Point-in-Time (PITR) Session Info of MinIO Protected Domain
This request gets PITR mode information of a MinIO protected domain.
Usage:
GET on /domains/minios3/{domainId}/pitrmodeinfo
Request URL:
https://<MS hostname>/jss/domains/minios3/{domainId}/pitrmodeinfo
Header:
fios-session:vc_sessionId
Request:
N/A
Response:
{
"pitWindowStartTimestamp": 1632951622,
"pitWindowEndTimestamp": 1632949822,
"protectedVms": [{
"id": "b2b529f2-8a19-4b62-8986-d03e7c6f5b61"
},
{
"id": "a3b529f2-8a19-4b62-8986-d03e7c6f5b61"
}
],
"recoveryGroups": [{
"id": "61622b4d-f6e1-11eb-b362-005056934171"
},
{
"id": "28622b4d-f6e1-11eb-b362-005056934171"
}
],
"pitExclusionZones": [{
"startTimestamp": 1632949900,
"endTimestamp": 1632949920
},
{
"startTimestamp": 1632950000,
"endTimestamp": 1632950100
},
{
"startTimestamp": 1632950500,
"endTimestamp": 1632950700
}
]
}