Summary
Searches resource models
Description
Searches resource models
Route
GET /lifecycle-manager/resources
Roles
admin
apiread
designer
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
searchParameters |
object |
yes |
- |
Copied to Clipboard
{
"searchParameters": {
"skip": "Excepteur",
"limit": "laborum elit mollit",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "1956-07-30T18:01:31.298Z",
"lastUpdated": "2011-03-07T18:31:38.06Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "EC2 Instance"
},
"lt": {
"created": "1981-07-30T21:10:06.761Z",
"lastUpdated": "1973-02-16T06:10:16.797Z"
},
"lte": {
"created": "1958-04-17T03:52:13.209Z",
"lastUpdated": "1959-10-21T05:24:13.1Z"
},
"gt": {
"created": "1951-07-01T09:47:17.515Z",
"lastUpdated": "2005-10-03T16:46:38.602Z"
},
"gte": {
"created": "1994-07-30T16:50:14.075Z",
"lastUpdated": "1997-03-06T03:24:12.922Z"
},
"dereference": "Lorem dolor"
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"searchParameters": {
"title": "searchParameters",
"$ref": "resource-model-search-params"
}
},
"required": [
"searchParameters"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
- |
Copied to Clipboard
{
"response": true
}