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": "culpa Lorem dolor nostrud tempor",
"limit": "velit",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "1991-06-21T17:14:37.317Z",
"lastUpdated": "2024-05-05T16:38:37.325Z"
},
"starts-with": {
"name": "ServiceNow Ticket"
},
"contains": {
"name": "EC2 Instance"
},
"lt": {
"created": "1985-04-19T00:33:23.433Z",
"lastUpdated": "1993-11-30T05:27:19.207Z"
},
"lte": {
"created": "2023-01-20T19:15:03.44Z",
"lastUpdated": "2019-03-03T09:37:15.891Z"
},
"gt": {
"created": "1960-09-30T16:11:17.783Z",
"lastUpdated": "2019-10-24T15:21:35.401Z"
},
"gte": {
"created": "2014-03-31T07:21:28.774Z",
"lastUpdated": "1992-05-05T10:57:37.351Z"
},
"dereference": "ea cillum adipisicing qui"
}
}
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
}