19-Oct-2023 00:34
Hello
I'm trying to set my profileHTTP in virtual-server to None
I tried different method with a "use" or "bigip", with a none, /common/none, false
but impossible
how do I set my profileHTTP to None via AS3?
thanks you for your help
best regards
Solved! Go to Solution.
23-Oct-2023 22:55
Try creating TCP service with AS3.
If you need it to have ssl certs try adding them but I have not tested this but it should work as there is client_TLS and server_TLS under the Service_TCP declaration.
Appendix A: Schema Reference (f5.com)
19-Oct-2023 01:54 - edited 19-Oct-2023 01:56
If the VIP has 'class: service_HTTP' I don't think you can have no HTTP profile.
Try service_TCP.
23-Oct-2023 22:55
Try creating TCP service with AS3.
If you need it to have ssl certs try adding them but I have not tested this but it should work as there is client_TLS and server_TLS under the Service_TCP declaration.
Appendix A: Schema Reference (f5.com)