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": "do tempor sint est",
"limit": "voluptate cupidatat",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "EC2 Instance",
"created": "2014-01-11T21:36:05.934Z",
"lastUpdated": "1957-07-18T08:15:23.965Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "1964-04-27T11:48:40.249Z",
"lastUpdated": "1953-02-06T11:46:44.367Z"
},
"lte": {
"created": "1979-03-20T07:16:10.264Z",
"lastUpdated": "1947-11-26T01:23:33.267Z"
},
"gt": {
"created": "2009-07-23T16:53:11.222Z",
"lastUpdated": "1991-12-26T02:28:10.909Z"
},
"gte": {
"created": "1999-09-08T01:17:17.429Z",
"lastUpdated": "1974-07-12T02:11:34.552Z"
},
"dereference": "pariatur"
}
}
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
}