Forum Discussion
Is there a list of the F5 XC API protections OpenAPI/Swagger custom supported extensions ?
Hello to Everyone,
After my investigation of the OpenAPI/Swagger options for AWAF/ASM that I have questions under F5 AWAF/ASM support for wildcard url and parameter... - DevCentral that I have still have questions now I have the same questions for XC Swagger/OpenAPI supported custom options and if there is a list?
I see that XC supports Regex for wildcard in the path as shown below but what about parameters with wildcard names or if there could be a wildcard support for methods as to not have to specify each method under an http path or using custom word like "any" ? Other than that it will be nice if there is support for parameters to be specified as in any location not query or request body.
Any help will appreciated.
},
"servers": [
{
"url": "/"
}
],
"paths": {
"/niki.*": {
"parameters": [
{
"in": "query",
"name": "userId",
"schema": {
"type": "integer"
},
"required": true,
"description": "Numeric ID of the user to get"
}
- Leslie_HubertusRet. Employee
Hi Janibasha can you please answer this one, or tag someone who can?
- JanibashaEmployee
Leslie_Hubertus and Nikoolayy1 you can reach out to Nikita_Sikirinov or Sudhir_Patamsetti for more clarity on this..
The openapi spec in the future will support slashes in path parameters as mentioned in Support for path parameters which can contain slashes · Issue #892 · OAI/OpenAPI-Specification · GitHub , so this seems to be resolved in the future by the end of this year.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com