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": "Lorem esse Ut",
"limit": "Duis",
"sort": "created",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "EC2 Instance",
"created": "2017-07-03T04:19:22.028Z",
"lastUpdated": "1966-03-26T04:14:47.488Z"
},
"starts-with": {
"name": "VLAN Service"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "1992-09-09T21:12:24.66Z",
"lastUpdated": "1964-03-15T15:46:33.865Z"
},
"lte": {
"created": "2005-10-20T09:48:45.349Z",
"lastUpdated": "2016-08-06T02:09:38.873Z"
},
"gt": {
"created": "1952-07-04T10:24:17.985Z",
"lastUpdated": "2019-03-13T18:16:28.057Z"
},
"gte": {
"created": "1957-07-06T14:06:35.863Z",
"lastUpdated": "1978-06-04T13:23:14.473Z"
},
"dereference": "elit enim sunt reprehenderit consequat"
}
}
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
}