Create Api Filter
Create an API filter.
{
"id": "urn:vcloud:apiFilter:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"externalSystem": {
"name": "string",
"id": "string"
},
"urlMatcher": {
"urlPattern": "string",
"urlScope": "string"
},
"responseContentType": "string"
}
The unique id of the api filter.
The responseContentType is expressed as a MIME Content-Type string. Responses whose Content-Type attribute has a value that matches this string are routed to the service. responseContentType is mutually exclusive with urlMatcher.
OK
{
"id": "urn:vcloud:apiFilter:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"externalSystem": {
"name": "string",
"id": "string"
},
"urlMatcher": {
"urlPattern": "string",
"urlScope": "string"
},
"responseContentType": "string"
}
The unique id of the api filter.
The responseContentType is expressed as a MIME Content-Type string. Responses whose Content-Type attribute has a value that matches this string are routed to the service. responseContentType is mutually exclusive with urlMatcher.