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 quis laborum",
"limit": "ad nisi fugiat magna",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "EC2 Instance",
"created": "2018-10-29T11:14:18.673Z",
"lastUpdated": "2022-04-22T21:01:23.691Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "EC2 Instance"
},
"lt": {
"created": "2003-08-05T19:55:39.235Z",
"lastUpdated": "1995-08-02T13:34:37.296Z"
},
"lte": {
"created": "2017-04-10T23:08:35.869Z",
"lastUpdated": "2009-10-09T23:25:14.775Z"
},
"gt": {
"created": "1987-03-24T15:00:35.237Z",
"lastUpdated": "1986-08-09T04:12:40.911Z"
},
"gte": {
"created": "1959-04-17T04:47:12.212Z",
"lastUpdated": "1980-01-18T23:19:47.462Z"
},
"dereference": "nostrud"
}
}
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
}