Profiles
Gets profile detail by profile ID.
get/v1beta/{tenantId}/profiles/{profileId}
Response
OK
Example response
{
"id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
"createdAt": "2017-07-10T14:36:58.014Z",
"updatedAt": "2017-07-10T14:36:58.014Z",
"name": "File_Profile",
"storageType": "block",
"provisioningProperties": {
"dataStorage": {
"recoveryTimeObjective": 10,
"characterCodeSet": "ASCII",
"maxFileNameLengthBytes": 255
},
"ioConnectivity": {
"accessProtocol": "iscsi",
"maxIOPS": 150,
"minIOPS": 50,
"maxBWS": 5,
"minBWS": 1,
"latency": 1
}
},
"replicationProperties": {
"dataProtection": {
"isIsolated": true,
"minLifetime": "P3Y6M4DT12H30M5S",
"RecoveryGeographicObjective": "datacenter",
"RecoveryPointObjectiveTime": "P3Y6M4DT12H30M5S",
"RecoveryTimeObjective": "offline",
"ReplicaType": "snapshot"
},
"replicaInfos": {
"replicaUpdateMode": "Active",
"replcationBandwidth": 5,
"replicationPeriod": "P3Y6M4DT12H30M5S",
"consistencyEnalbed": true
}
},
"snapshotProperties": {
"schedule": {
"datetime": "2019-09-07T07:02:35.389",
"occurrence": "Daily"
},
"retention": {
"duration": 15,
"number": 10
}
},
"dataProtectionProperties": {
"dataProtection": {
"isIsolated": true,
"minLifetime": "P3Y6M4DT12H30M5S",
"RecoveryGeographicObjective": "datacenter",
"RecoveryPointObjectiveTime": "P3Y6M4DT12H30M5S",
"RecoveryTimeObjective": "offline",
"ReplicaType": "snapshot"
},
"consistencyEnalbed": true
},
"customProperties": {
"key1": "value1",
"key2": false,
"key3": {
"key31": "value31"
}
}
}