Skip to content

Commit

Permalink
Merge pull request #7 from leonardbf/netapp-api-update-public
Browse files Browse the repository at this point in the history
NFSAAS-1505 tidy up examples
  • Loading branch information
leonardbf authored Dec 5, 2018
2 parents d8c27fb + 728ffb4 commit e64f32f
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"body": {}
},
"responses": {
"200": {
"201": {
"body": {
"location": "eastus",
"properties": {
"accountId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"provisioningState": "Created"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"body": {
"location": "eastus",
"properties": {
"accountId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"provisioningState": "Created"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
{
"location": "eastus",
"properties": {
"accountId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"provisioningState": "Created"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"body": {
"location": "eastus",
"properties": {
"accountId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"provisioningState": "Created"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"properties": {
"endIp": "1.2.3.4",
"mountTargetId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"name": "mountTarget1",
"startIp": "1.2.3.4",
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"vlanId": 1337,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"properties": {
"endIp": "1.2.3.4",
"mountTargetId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"name": "mountTarget1",
"startIp": "1.2.3.4",
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"vlanId": 1337,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"body": {}
},
"responses": {
"200": {
"201": {
"body": {
"location": "eastus",
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
"body": {}
},
"responses": {
"200": {
"201": {
"body": {
"location": "eastus",
"properties": {
"snapshotId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"creationDate": "2017-08-15T13:23:33Z",
"name": "snapshot1",
"provisioningState": "Created"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"snapshotId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"creationDate": "2017-08-15T13:23:33Z",
"name": "snapshot1",
"provisioningState": "Created"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"snapshotId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"creationDate": "2017-08-15T13:23:33Z",
"name": "snapshot1",
"provisioningState": "Created"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"snapshotId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"creationDate": "2017-08-15T13:23:33Z",
"name": "snapshot1",
"provisioningState": "Created"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
"body": {}
},
"responses": {
"200": {
"201": {
"body": {
"location": "eastus",
"properties": {
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"name": "myvolume",
"creationToken": "some-amazing-filepath",
"usageThreshold": 107374182400,
"serviceLevel": "Premium",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"location": "eastus",
"properties": {
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"name": "myvolume",
"creationToken": "some-amazing-filepath",
"usageThreshold": 107374182400,
"serviceLevel": "Premium",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"location": "eastus",
"properties": {
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"name": "myvolume",
"creationToken": "some-amazing-filepath",
"usageThreshold": 107374182400,
"serviceLevel": "Premium",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"location": "eastus",
"properties": {
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"name": "myvolume",
"creationToken": "some-amazing-filepath",
"usageThreshold": 107374182400,
"serviceLevel": "Premium",
Expand Down

0 comments on commit e64f32f

Please sign in to comment.