|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", |
| 4 | + "resourceGroupName": "myRG", |
| 5 | + "accountName": "account1", |
| 6 | + "api-version": "2024-03-01", |
| 7 | + "body": { |
| 8 | + "location": "eastus", |
| 9 | + "properties": { |
| 10 | + "activeDirectories": [ |
| 11 | + { |
| 12 | + "site": "SiteName", |
| 13 | + "username": "ad_user_name", |
| 14 | + "password": "ad_password", |
| 15 | + "domain": "10.10.10.3", |
| 16 | + "dns": "10.10.10.3", |
| 17 | + "smbServerName": "SMBServer", |
| 18 | + "organizationalUnit": "OU=Engineering", |
| 19 | + "aesEncryption": true, |
| 20 | + "ldapSigning": false, |
| 21 | + "ldapOverTLS": false |
| 22 | + } |
| 23 | + ] |
| 24 | + } |
| 25 | + } |
| 26 | + }, |
| 27 | + "responses": { |
| 28 | + "200": { |
| 29 | + "body": { |
| 30 | + "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", |
| 31 | + "name": "account1", |
| 32 | + "type": "Microsoft.NetApp/netAppAccounts", |
| 33 | + "location": "eastus", |
| 34 | + "properties": { |
| 35 | + "provisioningState": "Succeeded", |
| 36 | + "activeDirectories": [ |
| 37 | + { |
| 38 | + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", |
| 39 | + "site": "SiteName", |
| 40 | + "username": "ad_user_name", |
| 41 | + "password": null, |
| 42 | + "domain": "10.10.10.3", |
| 43 | + "dns": "10.10.10.3", |
| 44 | + "smbServerName": "SMBServer", |
| 45 | + "organizationalUnit": "OU=Engineering", |
| 46 | + "aesEncryption": true, |
| 47 | + "ldapSigning": false, |
| 48 | + "ldapOverTLS": false |
| 49 | + } |
| 50 | + ] |
| 51 | + } |
| 52 | + } |
| 53 | + }, |
| 54 | + "201": { |
| 55 | + "body": { |
| 56 | + "id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1", |
| 57 | + "name": "account1", |
| 58 | + "type": "Microsoft.NetApp/netAppAccounts", |
| 59 | + "location": "eastus", |
| 60 | + "properties": { |
| 61 | + "provisioningState": "Creating", |
| 62 | + "activeDirectories": [ |
| 63 | + { |
| 64 | + "activeDirectoryId": "503d38f9-f17c-f92d-ef26-b0d46374534b", |
| 65 | + "site": "SiteName", |
| 66 | + "username": "ad_user_name", |
| 67 | + "password": null, |
| 68 | + "domain": "10.10.10.3", |
| 69 | + "dns": "10.10.10.3", |
| 70 | + "smbServerName": "SMBServer", |
| 71 | + "organizationalUnit": "OU=Engineering", |
| 72 | + "aesEncryption": true, |
| 73 | + "ldapSigning": false, |
| 74 | + "ldapOverTLS": false |
| 75 | + } |
| 76 | + ] |
| 77 | + } |
| 78 | + } |
| 79 | + } |
| 80 | + } |
| 81 | +} |
0 commit comments