Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Get an object replication schedule

Gets an object replication schedule.

HTTP request syntax (URI)
GET <base_URI>/v8/storage/object-replication-schedules/{objectReplicationScheduleObjectId}
Parameters
Name Type Required Values Description
objectReplicationScheduleObjectId URI_PARAM Y stringID of an object replication schedule object.
Return codes
Code Data Description
200 objectReplicationSchedule An object replication schedule was retrieved successfully.
400 Error Message Missing or invalid request contents.
404 Error Message Requested resource not found.
500 Error message Error associated with the storage system.

Any HTTP status code other than 200 indicates that the API did not complete successfully.

Request example
curl -vk -H "X-Api-Key: zrxvSDAv9x.RIP4gkmKarG3beF.or.4Tc2im7oeqYN88C9XPGHxbXC" https://172.17.11.11:8444/v8/storage/object-replication-schedules/63613265373366322d643564372d313164332d396366662d3439653162623836346232333a3a3a343a3a3a313a3a3a303a3a3a4f49445f24232140255f56
Response example
HTTP/1.1 200 OK
{
  "objectReplicationSchedule": {
    "enabled": true,
    "finalRunSchedule": 4294967295,
    "id": 2,
    "interval": 0,
    "nextRunSchedule": 4294967295,
    "objectId": "63376434346636362d373637632d313164322d393036612d3439653162623836346232333a3a3a343a3a3a323a3a3a303a3a3a4f49445f24232140255f56",
    "policyId": "c7d44f66-767c-11d2-906a-49e1bb864b23",
    "type": "DRY_RUN_DETAILED",
    "unit": "MINUTE"
  }
}

 

  • Was this article helpful?