-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #823 from SoftLayer/issues822
#822 temp fix for an API bug in file|block volume-list
- Loading branch information
Showing
4 changed files
with
161 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
plugin/testfixtures/SoftLayer_Account/getNasNetworkStorage.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[ | ||
{ | ||
"activeTransactionCount": 0, | ||
"bytesUsed": "14381056", | ||
"capacityGb": 20, | ||
"id": 4917309, | ||
"notes": "a random notes", | ||
"replicationPartnerCount": 1, | ||
"serviceResource": { | ||
"backendIpAddress": "nfsdal0901a-fz.service.softlayer.com", | ||
"datacenter": { | ||
"name": "dal09" | ||
}, | ||
"id": 41528, | ||
"name": "Storage Type 01M Aggregate staasdal0901i_ssd01", | ||
"type": { | ||
"type": "NETAPP_STOR_AGGR" | ||
} | ||
}, | ||
"serviceResourceBackendIpAddress": "nfsdal0901a-fz.service.softlayer.com", | ||
"storageType": { | ||
"keyName": "ENDURANCE_FILE_STORAGE" | ||
}, | ||
"username": "SL012345_1" | ||
}, | ||
{ | ||
"activeTransactionCount": 0, | ||
"bytesUsed": "7458816", | ||
"capacityGb": 20, | ||
"id": 21021427, | ||
"replicationPartnerCount": 0, | ||
"serviceResource": { | ||
"backendIpAddress": "nfswdc0401a-fz.service.softlayer.com", | ||
"id": 5373, | ||
"name": "Storage Type 01 Aggregate staaswdc0401_hp01", | ||
"type": { | ||
"type": "NETAPP_STOR_AGGR" | ||
} | ||
}, | ||
"serviceResourceBackendIpAddress": "nfswdc0401a-fz.service.softlayer.com", | ||
"storageType": { | ||
"keyName": "ENDURANCE_FILE_STORAGE" | ||
}, | ||
"username": "SL12345_1_REP_1" | ||
} | ||
] |
46 changes: 46 additions & 0 deletions
46
plugin/testfixtures/SoftLayer_Network_Storage/getNasNetworkStorage.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[ | ||
{ | ||
"activeTransactionCount": 0, | ||
"bytesUsed": "14381056", | ||
"capacityGb": 20, | ||
"id": 4917309, | ||
"notes": "a random notes", | ||
"replicationPartnerCount": 1, | ||
"serviceResource": { | ||
"backendIpAddress": "nfsdal0901a-fz.service.softlayer.com", | ||
"datacenter": { | ||
"name": "dal09" | ||
}, | ||
"id": 41528, | ||
"name": "Storage Type 01M Aggregate staasdal0901i_ssd01", | ||
"type": { | ||
"type": "NETAPP_STOR_AGGR" | ||
} | ||
}, | ||
"serviceResourceBackendIpAddress": "nfsdal0901a-fz.service.softlayer.com", | ||
"storageType": { | ||
"keyName": "ENDURANCE_FILE_STORAGE" | ||
}, | ||
"username": "SL012345_1" | ||
}, | ||
{ | ||
"activeTransactionCount": 0, | ||
"bytesUsed": "7458816", | ||
"capacityGb": 20, | ||
"id": 21021427, | ||
"replicationPartnerCount": 0, | ||
"serviceResource": { | ||
"backendIpAddress": "nfswdc0401a-fz.service.softlayer.com", | ||
"id": 5373, | ||
"name": "Storage Type 01 Aggregate staaswdc0401_hp01", | ||
"type": { | ||
"type": "NETAPP_STOR_AGGR" | ||
} | ||
}, | ||
"serviceResourceBackendIpAddress": "nfswdc0401a-fz.service.softlayer.com", | ||
"storageType": { | ||
"keyName": "ENDURANCE_FILE_STORAGE_REPLICANT" | ||
}, | ||
"username": "SL12345_1_REP_1" | ||
} | ||
] |