Get Deployment Filters Using GET 1
Returns the Deployment filters in context of given user.
Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/deployment/api/deployments/filters
COPY
Query Parameters
string
ISO3Country
Optional
ISO3Country
string
ISO3Language
Optional
ISO3Language
string
country
Optional
country
string
displayCountry
Optional
displayCountry
string
displayLanguage
Optional
displayLanguage
string
displayName
Optional
displayName
string
displayScript
Optional
displayScript
string
displayVariant
Optional
displayVariant
string
language
Optional
language
string
script
Optional
script
string of array
unicodeLocaleAttributes
Optional
unicodeLocaleAttributes
string of array
unicodeLocaleKeys
Optional
unicodeLocaleKeys
string
variant
Optional
variant
Responses
200
OK
Returns FilterSchema of type(s) application/json
{
"filters": [
{
"content": [
{
"count": 0,
"id": "string",
"name": "string"
}
],
"empty": false,
"filterType": "string",
"first": false,
"id": "string",
"last": false,
"name": "string",
"number": 0,
"numberOfElements": 0,
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
]
}
401
Unauthorized
Operation doesn't return any data structure
Deployments Operations
GET
Check Deployment Name Using GET 1
DELETE
Delete Deployment Using DELETE 1
DELETE
Delete Resource Using DELETE 1
GET
Get Deployment By Id Using GET 1
GET
Get Deployment Expense History By Id Using GET 1
GET
Get Deployment Filter By Id Using GET 1
GET
Get Deployment Filters Using GET 1
GET
Get Deployment Resources Using GET 1
GET
Get Deployments For Project Using GET 1
GET
Get Deployments Using GET 1
GET
Get Resource By Id Using GET 1
PATCH
Patch Deployment Using PATCH 1