Get Page
Use this endpoint to fetch all template details
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Request
URI
GET
https://{api_host}/provider/templates
COPY
Query Parameters
string
databaseType
Optional
Database Type Optional
string
environmentId
Optional
Environment Id Optional
integer
page
Optional
Zero-based page index (0..N)
integer
size
Optional
The size of the page to be returned
string of array
sort
Optional
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
200
OK
Returns PageProviderTemplateResponseDTO of type(s) application/vnd.vmware.dms-v1+json
{
"totalPages": 0,
"totalElements": 0,
"first": false,
"sort": {
"sorted": false,
"unsorted": false,
"empty": false
},
"pageable": {
"page": 0,
"size": 0,
"sort": [
"string"
]
},
"numberOfElements": 0,
"last": false,
"size": 0,
"content": [
{
"logicalBuildId": "string",
"serviceType": "string",
"version": "string",
"status": "string",
"systemDefaults": {
"cpu": {
"min": 0,
"max": 0,
"defaultCPU": 0
},
"memory": {
"min": 0,
"max": 0,
"defaultMemory": 0,
"unit": "string"
},
"disk": {
"min": 0,
"max": 0,
"defaultDisk": 0,
"unit": "string"
}
},
"dbOptions": [
{
"key": "string",
"value": "string",
"type": "string",
"url": "string"
}
],
"templateType": "string",
"edition": "string"
}
],
"number": 0,
"empty": false
}
integer As int32 As int32
totalPages
Optional
totalPages
integer As int64 As int64
totalElements
Optional
totalElements
boolean
first
Optional
first
integer As int32 As int32
numberOfElements
Optional
numberOfElements
boolean
last
Optional
last
integer As int32 As int32
size
Optional
size
integer As int32 As int32
number
Optional
number
boolean
empty
Optional
empty
400
Bad Request
Operation doesn't return any data structure