|
116 | 116 | fallback=(env_fallback, ["MANAGED_NETSCALER_INSTANCE_PASSWORD"]),
|
117 | 117 | ),
|
118 | 118 | )
|
| 119 | + |
| 120 | +# this list contains globalbindings whose GET call must have query params args=type and filter=get_arg_keys (check in nitro_resource_map) |
| 121 | +GLOBAL_BINDING_ARG_LIST = [ |
| 122 | + 'dnsglobal_dnspolicy_binding', |
| 123 | + 'responderglobal_responderpolicy_binding', |
| 124 | + 'contentinspectionglobal_contentinspectionpolicy_binding', |
| 125 | + 'appflowglobal_appflowpolicy_binding', |
| 126 | + 'appfwglobal_auditnslogpolicy_binding', |
| 127 | + 'appfwglobal_auditsyslogpolicy_binding', |
| 128 | + 'appfwglobal_appfwpolicy_binding', |
| 129 | + 'rewriteglobal_rewritepolicy_binding', |
| 130 | + 'transformglobal_transformpolicy_binding', |
| 131 | + 'sslglobal_sslpolicy_binding', |
| 132 | + 'tunnelglobal_tunneltrafficpolicy_binding', |
| 133 | + 'cmpglobal_cmppolicy_binding', |
| 134 | + 'feoglobal_feopolicy_binding', |
| 135 | + 'icaglobal_icapolicy_binding', |
| 136 | + 'lbglobal_lbpolicy_binding', |
| 137 | + 'cacheglobal_cachepolicy_binding', |
| 138 | + 'botglobal_botpolicy_binding', |
| 139 | +] |
| 140 | + |
| 141 | +GETALL_ONLY_RESOURCES = [ |
| 142 | + 'appfwlearningdata', |
| 143 | + 'application', |
| 144 | + 'bridgetable', |
| 145 | + 'gslbldnsentry', |
| 146 | + 'locationfile', |
| 147 | + 'locationfile6', |
| 148 | + 'routerdynamicrouting', |
| 149 | + 'sslcertbundle', |
| 150 | + 'sslcertfile', |
| 151 | + 'sslcrlfile', |
| 152 | + 'ssldhfile', |
| 153 | + 'sslkeyfile', |
| 154 | + 'systementitydata' |
| 155 | +] |
0 commit comments