Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active August 14, 2021 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/c02b527e14737704e8ede306ddd3afc8 to your computer and use it in GitHub Desktop.
Save gowatana/c02b527e14737704e8ede306ddd3afc8 to your computer and use it in GitHub Desktop.
{
"name": "test-fs-01",
"sizeGib": 1024,
"dnsDomainName": "ntnx.lab",
"numCalculatedNvms": 1,
"numVcpus": 4,
"memoryGiB": 12,
"externalNetworks": [
{
"name": "nw-vlan-31",
"uuid": "f513d008-8d20-4826-893e-5363918a6f46",
"subnetMask": "255.255.255.0",
"defaultGateway": "192.168.31.1",
"pool": [
"192.168.31.11 192.168.31.11"
]
}
],
"dnsServerIpAddresses": [
"192.168.10.170"
],
"ntpServers": [
"192.168.10.170"
],
"internalNetwork": {
"name": "nw-vlan-20",
"uuid": "ec0ced9c-0a64-47d2-9712-22c1835cf529",
"subnetMask": "255.255.255.0",
"defaultGateway": "192.168.20.1",
"pool": [
"192.168.20.91 192.168.20.91"
]
},
"nameServicesDTO": {
"adDetails": {
"windowsAdDomainName": "ntnx.lab",
"windowsAdUsername": "afsadmin",
"windowsAdPassword": "Nutanix/4u",
"overwriteUserAccount": true
}
},
"addUserAsFsAdmin": true,
"fsDnsOperationsDTO": {
"dnsOpType": "MS_DNS",
"dnsUserName": "afsadmin",
"dnsPassword": "Nutanix/4u"
},
"pdName": "NTNX-test-fs-01"
}
@gowatana
Copy link
Author

gowatana commented Aug 4, 2021

下記の投稿むけ。

Nutanix CE に Nutanix Files を展開する。(シングル ノード構築 REST API 編)
https://blog.ntnx.jp/entry/2021/08/04/210339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment