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": "eu",
"limit": "consectetur quis fugiat",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "1962-11-28T01:11:33.122Z",
"lastUpdated": "1960-07-23T19:01:12.535Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "EC2 Instance"
},
"lt": {
"created": "2008-11-25T00:45:05.033Z",
"lastUpdated": "1969-07-25T01:10:19.269Z"
},
"lte": {
"created": "1969-02-28T12:55:30.097Z",
"lastUpdated": "1976-11-04T15:42:29.887Z"
},
"gt": {
"created": "1958-07-25T10:01:59.366Z",
"lastUpdated": "1985-05-20T22:56:01.53Z"
},
"gte": {
"created": "2006-09-10T01:49:06.136Z",
"lastUpdated": "2009-01-22T18:06:13.163Z"
},
"dereference": "ut ut officia dolor quis"
}
}
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
}