Skip to content
Prev Previous commit
Next Next commit
sample payloads
  • Loading branch information
suruchimalewar committed Mar 28, 2019
commit 502902c848a308d38d74b84c307da87de5f323da
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"data": {
"type": "diskPool",
"attributes": {
"maximumIoStreams": {
"limitIoStreams": true,
"streamsPerVolume": 5
},
"highWaterMark": 99,
"lowWaterMark": 75,
"diskPoolState": "DOWN"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"data": {
"type": "storageServer",
"attributes": {
"advancedDiskAttributes": {
"isPreferredForRestore": false,
"isRequiredForRestore": false,
"isRequiredForDuplication": false
}

}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"data": {
"type": "storageUnit",
"attributes": {
"maxFragmentSizeMegabytes": 50100,
"maxConcurrentJobs": 8,
"onDemandOnly": true
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"data": {
"type": "diskPool",
"attributes": {
"maximumIoStreams": {
"limitIoStreams": true,
"streamsPerVolume": 100
},
"diskPoolState": "DP_STATE"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"data": {
"type": "storageServer",
"attributes": {
"cloudAttributes": {
"proxyServerEnabled": false,
"serverSideEncryptionEnabled": true,
"readBufferSizeBytes": 419430401,
"writeBufferSizeBytes": 419430401,
"curlDetails": {
"curlLoggingEnabled": true,
"curlTimeOutSeconds": 1200,
"curlConnectionTimeOutSeconds": 600
},
"sslDetails": {
"useSSLMode": "NONE",
"checkCertificateRevocation": false
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"data": {
"type": "storageUnit",
"attributes": {
"maxFragmentSizeMegabytes": 50100,
"maxConcurrentJobs": 8,
"onDemandOnly": true
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"data": {
"type": "diskPool",
"attributes": {
"highWaterMark": 90,
"lowWaterMark": 30,
"maximumIoStreams": {
"limitIoStreams": true,
"streamsPerVolume": 100
},
"diskPoolState": "DP_STATE"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"data": {
"type": "storageServer",
"attributes": {
"msdpAttributes": {
"credentials": {
"userName": "USER_NAME",
"password": "PASSWORD"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"data": {
"type": "storageUnit",
"attributes": {
"useAnyAvailableMediaServer": true,
"maxFragmentSizeMegabytes": 50100,
"maxConcurrentJobs": 8,
"onDemandOnly": true
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"data": {
"type": "diskPool",
"attributes": {
"name": "disk-pool1",
"diskVolumes": [
{
"name": "VOLUME_NAME"
}
],
"maximumIoStreams": {
"limitIoStreams": true,
"streamsPerVolume": 4
}
},
"relationships": {
"storageServers": {
"data": [
{
"type": "storageServer",
"id": "STORAGE_SERVER_ID"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"data": {
"type": "storageServer",
"attributes": {
"name": "STORAGE_SERVER_NAME",
"storageCategory": "ADVANCED_DISK",
"mediaServerDetails": {
"name": "MEDIA_SERVER"
},
"advancedDiskAttributes": {
"isPreferredForRestore": true,
"isRequiredForRestore": true,
"isRequiredForDuplication": false
}
}
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"data": {
"type": "storageUnit",
"attributes": {
"name": "my-stu",
"useAnyAvailableMediaServer": true,
"maxFragmentSizeMegabytes": 51200,
"maxConcurrentJobs": 5,
"onDemandOnly": true
},
"relationships": {
"diskPool": {
"data": {
"type": "diskPool",
"id": "DISK_POOL_ID"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"data": {
"type": "diskPool",
"attributes": {
"name": "disk-pool1",
"diskVolumes": [
{
"name": "VOLUME_NAME"
}
],
"maximumIoStreams": {
"limitIoStreams": true,
"streamsPerVolume": 4
}
},
"relationships": {
"storageServers": {
"data": [
{
"type": "storageServer",
"id": "STORAGE_SERVER_ID"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"data": {
"type": "storageServer",
"attributes": {
"name": "amazonstss.com",
"storageCategory": "CLOUD",
"mediaServerDetails": {
"name": "MEDIA_SERVER"
},
"cloudAttributes": {
"providerId": "amazon",
"compressionEnabled": true,
"s3RegionDetails": [
{
"serviceHost": "SERVICE-HOST",
"regionName": "REGION_NAME",
"regionId": "REGION_ID"
}
],
"cloudCredentials": {
"authType": "ACCESS_KEY",
"accessKeyDetails": {
"userName": "USER_ID",
"password": "PASSWORD"
}
}
}
}
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"data": {
"type": "storageUnit",
"attributes": {
"name": "cloud-stu",
"useAnyAvailableMediaServer": true,
"maxFragmentSizeMegabytes": 50000,
"maxConcurrentJobs": 10,
"onDemandOnly": true
},
"relationships": {
"diskPool": {
"data" : {
"type": "diskPool",
"id": "DISK_POOL_ID"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"data": {
"type": "diskPool",
"attributes": {
"name": "msdp-dp1",
"diskVolumes": [
{
"name":"PureDiskVolume"
}
],
"maximumIoStreams": {
"limitIoStreams": true,
"streamsPerVolume": 2
}
},
"relationships":{
"storageServers": {
"data": [
{
"type": "storageServer",
"id": "STORAGE_SERVER_ID"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"data": {
"type": "storageServer",
"attributes": {
"name": "STORAGE_SERVER",
"storageCategory": "MSDP",
"mediaServerDetails": {
"name": "MEDIA_SERVER"
},
"encryptionEnabled": true,
"msdpAttributes": {
"storagePath": "STORAGE_PATH",
"credentials": {
"userName": "MSDP_USERID",
"password": "MSDP_PASSWORD"
}
}
}
}

}

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"data": {
"type": "storageUnit",
"attributes": {
"name": "STORAGE_UNIT",
"useAnyAvailableMediaServer": true,
"maxFragmentSizeMegabytes": 50000,
"maxConcurrentJobs": 10,
"onDemandOnly": true
},
"relationships": {
"diskPool": {
"data": {
"type": "diskPool",
"id": "DISK_POOL_ID"
}
}
}
}
}