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": "anim",
"limit": "cupidatat",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "1945-12-27T07:52:34.766Z",
"lastUpdated": "2024-11-22T02:10:00.877Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "1964-11-07T15:51:41.109Z",
"lastUpdated": "1952-09-05T21:11:17.184Z"
},
"lte": {
"created": "1979-08-16T16:59:32.781Z",
"lastUpdated": "1955-06-07T14:54:54.436Z"
},
"gt": {
"created": "1986-09-20T02:13:48.534Z",
"lastUpdated": "1987-12-09T05:26:45.022Z"
},
"gte": {
"created": "1989-05-19T19:09:37.844Z",
"lastUpdated": "2017-04-21T05:17:01.305Z"
},
"dereference": "nulla exercitation culpa mollit aliquip"
}
}
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
}