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": "in id aute nulla pariatur",
"limit": "culpa",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "1982-04-22T23:53:01.481Z",
"lastUpdated": "2004-06-21T01:47:11.43Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "1996-01-15T20:31:02.14Z",
"lastUpdated": "1994-10-07T09:46:28.315Z"
},
"lte": {
"created": "2019-09-01T11:34:35.677Z",
"lastUpdated": "1998-01-05T15:39:31.126Z"
},
"gt": {
"created": "2002-06-04T13:18:14.808Z",
"lastUpdated": "2018-09-04T05:14:30.448Z"
},
"gte": {
"created": "1982-08-29T21:44:03.689Z",
"lastUpdated": "1996-11-09T15:38:38.093Z"
},
"dereference": "et"
}
}
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
}