Skip to content

Instantly share code, notes, and snippets.

@focrensh
focrensh / as3.json
Last active February 2, 2021 14:57
as3_json
curl -vX POST -u admin http://localhost:8100/mgmt/shared/appsvcs/declare -d @as3.json \
--header "Content-Type: application/json"
{
"class": "AS3",
"action": "deploy",
"persist": true,
"declaration": {
"class": "ADC",
"schemaVersion": "3.22.0",
@focrensh
focrensh / ts.json
Last active May 20, 2021 18:50
ts_json
#Logging Setup
create ltm rule telemetry_local_rule
when CLIENT_ACCEPTED {
node 127.0.0.1 6514
}
create ltm rule telemetry_local_rule when CLIENT_ACCEPTED { node 127.0.0.1 6514 }