Property Manager Name: Global Request Number
Generates a unique identifier for each request on the Akamai Edge network, for use in logging and debugging. GRN identifiers follow the same format as Akamai’s error reference strings, for example, 0.05313217.1567801841.1457a3. You can use the Diagnostic Tools API’s Translate an Error operation to get low-level details about any request.
Options
- outputOption (enum string): Specifies how to report the GRN value, either as a RESPONSE_HEADER to the client, a REQUEST_HEADER to the origin, BOTH_HEADERS, or ASSIGN_VARIABLE to process the value in some other way as a variable.
- headerName (string): With outputOption set to specify any set of headers, this specifies the name of the header to report the GRN value.
- variableName (string): With outputOption set to ASSIGN_VARIABLE, this specifies the name of the variable to assign the GRN value to. You need to pre-declare any variable you specify within the rule tree.