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": "qui culpa",
"limit": "pariatur elit",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "EC2 Instance",
"created": "1990-03-05T04:02:31.323Z",
"lastUpdated": "2008-06-23T15:32:59.254Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "1960-04-09T20:38:09.245Z",
"lastUpdated": "1958-05-16T04:43:10.904Z"
},
"lte": {
"created": "2011-08-08T06:43:38.554Z",
"lastUpdated": "1958-09-23T14:26:16.016Z"
},
"gt": {
"created": "1991-04-19T17:56:12.18Z",
"lastUpdated": "1981-07-12T17:47:17.072Z"
},
"gte": {
"created": "1980-09-21T04:24:35.646Z",
"lastUpdated": "1973-08-31T11:50:13.281Z"
},
"dereference": "cillum 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
}