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": "ad eu Lorem cillum",
"limit": "esse reprehenderit exercitation nostrud",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "2014-11-12T02:37:33.473Z",
"lastUpdated": "1949-12-18T23:08:55.145Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "EC2 Instance"
},
"lt": {
"created": "1983-08-29T19:03:51.194Z",
"lastUpdated": "2013-09-01T06:31:40.295Z"
},
"lte": {
"created": "2005-05-18T22:00:41.864Z",
"lastUpdated": "2022-04-21T21:54:15.024Z"
},
"gt": {
"created": "2007-03-16T23:43:53.152Z",
"lastUpdated": "2008-08-25T14:43:36.955Z"
},
"gte": {
"created": "2018-06-28T14:41:33.092Z",
"lastUpdated": "2018-02-14T01:54:44.727Z"
},
"dereference": "laboris"
}
}
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
}