This operation supports dry runs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:UpdateApp |
*App
|
None | None |
Request syntax
PUT /v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/fetch-fields HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application group. |
“my_app_group_name” |
| appId |
integer |
Yes |
The ID of the application version. |
110157886 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| dryRun |
boolean |
No |
Specifies whether the request is a dry run. |
true |
| body |
array |
No |
The request body. |
|
|
string |
No |
The field array. |
'["id", "name", "title"]' |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| result |
boolean |
Indicates whether the operation was successful. |
true |
| requestId |
string |
The request ID. |
D77D0DAF-790D-F5F5-A9C0-133738165014 |
Examples
Success response
JSON format
{
"result": true,
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.