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": "esse consequat",
"limit": "velit nostrud",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "1993-11-16T00:42:06.712Z",
"lastUpdated": "1982-12-06T06:08:47.977Z"
},
"starts-with": {
"name": "VLAN Service"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "1949-05-23T05:55:13.362Z",
"lastUpdated": "1991-11-28T19:42:17.204Z"
},
"lte": {
"created": "2008-03-15T09:14:16.558Z",
"lastUpdated": "1982-03-03T20:02:55.152Z"
},
"gt": {
"created": "2015-09-23T09:57:37.681Z",
"lastUpdated": "1994-11-19T06:42:59.808Z"
},
"gte": {
"created": "2023-05-02T22:12:10.25Z",
"lastUpdated": "2012-11-10T07:07:40.862Z"
},
"dereference": "id ea deserunt pariatur est"
}
}
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
}