Skip to content

Instantly share code, notes, and snippets.

@equelin
Created September 6, 2017 15:49
Show Gist options
  • Save equelin/8533ce10b5b9646c1fb20755a4ef7768 to your computer and use it in GitHub Desktop.
Save equelin/8533ce10b5b9646c1fb20755a4ef7768 to your computer and use it in GitHub Desktop.
Unity REST API request for creating LUN
{
"name": "TEST01",
"lunParameters": {
"pool": {
"id": "pool_18"
},
"hostAccess": [
{
"host": {
"id": "Host_33"
},
"accessMask": 1
}
],
"isCompressionEnabled": false,
"size": 10737418240
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment