All Products
Search
Document Center

OpenSearch:GetSearchStrategy

Last Updated:Mar 03, 2024

Queries the details of a query policy.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/search-strategies/{strategyName}

Request parameters

ParameterTypeRequiredDescriptionExample
appGroupIdentitystringYes

The ID of the application.

my_app_group_name
appIdstringYes

The version of the application.

110157886
strategyNamestringYes

The name of the policy.

default

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

The ID of the request.

5C1C1C45-C64A-AD30-565F-140871D57E5E

Examples

Sample success responses

JSONformat

{
  "requestId": "5C1C1C45-C64A-AD30-565F-140871D57E5E"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history