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": "sit incididunt exercitation",
"limit": "irure velit aute",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "EC2 Instance",
"created": "1988-12-26T08:49:02.406Z",
"lastUpdated": "1976-07-29T14:59:35.833Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "EC2 Instance"
},
"lt": {
"created": "1971-10-03T17:03:11.857Z",
"lastUpdated": "1993-12-30T23:03:15.513Z"
},
"lte": {
"created": "2006-06-21T02:50:12.758Z",
"lastUpdated": "1975-09-28T00:23:25.669Z"
},
"gt": {
"created": "2010-10-25T15:37:44.085Z",
"lastUpdated": "1977-02-24T16:41:32.942Z"
},
"gte": {
"created": "1976-01-10T09:26:54.075Z",
"lastUpdated": "1951-10-22T17:09:21.289Z"
},
"dereference": "aliqua"
}
}
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
}