Forum Discussion
dr_tamfr_dhp_19
Nov 12, 2015Nimbostratus
Possible to specify FQDN for new node address via iControl and Powershell?
Product : Virtual BigIP LTM ProductVersion : 11.6.0 PackageVersion : Build 5.13.429 - Thu Jul 23 16:58:10 PDT 2015 PackageEdition : Engineering Hotfix HF5 Hi, Working on an automated solution...
R_Marc
Nov 12, 2015Nimbostratus
I can't speak for PS or snapins (whatever that is) but this worked for me:
cat test_fqdn.json | python -m json.tool; curl -sk -u admin:$PASS -H "Content-Type: application/json" -X POST https://bigip1/mgmt/tm/ltm/pool/ -d@test_fqdn.json | python -m json.tool
JSON file:
{
"members": [
{
"fqdn": {
"autopopulate": "enabled",
"tmName": "KSCUCPL01.mydomain.com"
},
"name": "KSCUCPL01.mydomain.com:4443",
"priorityGroup": 100
}
],
"name": "test-fqdn-pool"
}
Result:
{
"allowNat": "yes",
"allowSnat": "yes",
"fullPath": "test-fqdn-pool",
"generation": 43,
"ignorePersistedWeight": "disabled",
"ipTosToClient": "pass-through",
"ipTosToServer": "pass-through",
"kind": "tm:ltm:pool:poolstate",
"linkQosToClient": "pass-through",
"linkQosToServer": "pass-through",
"loadBalancingMode": "round-robin",
"membersReference": {
"isSubcollection": true,
"link": "https://localhost/mgmt/tm/ltm/pool/~Common~test-fqdn-pool/members?ver=11.6.0"
},
"minActiveMembers": 0,
"minUpMembers": 0,
"minUpMembersAction": "failover",
"minUpMembersChecking": "disabled",
"name": "test-fqdn-pool",
"queueDepthLimit": 0,
"queueOnConnectionLimit": "disabled",
"queueTimeLimit": 0,
"reselectTries": 0,
"selfLink": "https://localhost/mgmt/tm/ltm/pool/test-fqdn-pool?ver=11.6.0",
"serviceDownAction": "none",
"slowRampTime": 10
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects