mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Adds bigip profile for http2 (#47782)
This allows one to manage HTTP2 profiles on a BIG-IP
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"kind": "tm:ltm:profile:http2:http2state",
|
||||
"name": "test",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/test",
|
||||
"generation": 5852,
|
||||
"selfLink": "https://localhost/mgmt/tm/ltm/profile/http2/~Common~test?ver=13.1.0.8",
|
||||
"activationModes": [
|
||||
"always"
|
||||
],
|
||||
"appService": "none",
|
||||
"concurrentStreamsPerConnection": 10,
|
||||
"connectionIdleTimeout": 300,
|
||||
"defaultsFrom": "/Common/http2",
|
||||
"defaultsFromReference": {
|
||||
"link": "https://localhost/mgmt/tm/ltm/profile/http2/~Common~http2?ver=13.1.0.8"
|
||||
},
|
||||
"description": "this is awful documentation",
|
||||
"enforceTlsRequirements": "enabled",
|
||||
"frameSize": 2048,
|
||||
"headerTableSize": 4096,
|
||||
"includeContentLength": "disabled",
|
||||
"insertHeader": "disabled",
|
||||
"insertHeaderName": "X-HTTP2",
|
||||
"receiveWindow": 32,
|
||||
"writeSize": 16384
|
||||
}
|
||||
Reference in New Issue
Block a user