yes,
this curl -k -u admin:pass https://localhost:8089/services/deployment/server/serverclasses -d name=sc_apps_ombra is for creating serverclass.
there's a request parameter for whitelist* but i have to specify an ordinal number.
whitelist. String List of hosts to accept for this server class. For each whitelist, replace with an ordinal number to specify additional whitelists. Filter ordinals must start at 0 and be consecutive.
is there a way to add whitelist.* automatically with consecutive number?
... View more