View Keyword Redirect Entry.
get
/gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry}
Returns the specified redirect entry from the given redirect group.
If zip extension is specified (add ".zip" at the end of the path), the redirect entry is exported as a zip file.
Request
Supported Media Types
- application/json
Path Parameters
- appName
-
Type:
string
Required:true
Specifies the name of your application, for example, Discover.- redirectEntry
Type:string
Required:true
Specifies the redirect entry name.- redirectGroup
Type:string
Required:true
Specifies the redirect group name, for example, Default.Security- basicAuth
-
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/json
- application/zip
200 Response
Keyword Redirect Entry Configuration.
Body
Represents a Redirect Entry configuration.
Root Schema : RedirectEntry
Type:
object
Represents a Redirect Entry configuration.
- ecr:createDate
-
Type:
string
- ecr:lastModified
-
Type:
string
- ecr:lastModifiedBy
-
Type:
string
- ecr:type
-
Type:
string
Default Value:redirect-entry
- enableStemming
-
Type:
boolean
Property that specifies if the search terms needs to be expanded. - matchmode
-
Type:
string
The type of match between the specified search terms value and the search term that the user enters. Must be one of the values from MATCHEXACT, MATCHPHRASE, MATCHALL. - searchTermExpansions
-
Type:
object
searchTermExpansionsAdditional Properties Allowed:Specifies the possible different forms of the configured search terms. This property is used by assembler in rule evaluation process to match user specified search term against any of these forms. - searchTerms
-
Type:
string
Configured search term against which the user entered search term would be matched. - url
-
Type:
string
The URL to which users are redirected when the user entered search term matches with configured search terms.
Nested Schema : searchTermExpansions
Type:
object
Specifies the possible different forms of the configured search terms. This property is used by assembler in rule evaluation process to match user specified search term against any of these forms.
Examples
The following example shows how to export the configuration of a redirect-entry object named id4
:
curl -H "Authorization:Bearer token" -X GET http://host:port/gsadmin/v1/cloud/redirects/Default/id4 > /pathname/filename.txt