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>/v7/storage/object-replication-schedules/{id}
Parameters
Name Type Required Values Description
id URI Y string/number ID of an object replication schedule object.
Return codes
Code Data Description
200 objectReplicationSchedule An object replication schedule was retrieved successfully.
400 No Data Missing or invalid request contents.
404 Error Message Requested resource not found.
500 Error message Error associated with the storage system.
501 No Data Server has not implemented the request operation on the resource.

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/v7/storage/object-replication-schedules/ 63613265373366322d643564372d313164332d396366662d3439653162623836346232333a3 a3a343a3a3a313a3a3a303a3a3a4f49445f24232140255f56
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?