Skip to main content

Search Request Files

Select

SaaS
Customer Managed

This operation searches a request's files for a specified value or entity.

Path Parameters
  • requestHandlerId string required
  • requestHandlerName string required
Request Body
  • searchParams object[]
  • key string
  • value string
Responses

OK

POST /dcube/federated/:requesthandlerid/:requesthandlername    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
requestHandlerId — path required
requestHandlerName — path required
Body

{
"searchParams": [
{
"key": "string",
"value": "string"
}
]
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/federated/:requestHandlerId/:requestHandlerName' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"searchParams": [
{
"key": "string",
"value": "string"
}
]
}'