Tyk · Example Payload

Tyk Gateway Service Discovery Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Service Discovery Example is an example object payload from Tyk, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cacheTimeoutdataPathenabledendpointReturnsListparentDataPathportDataPathqueryEndpointtargetPathuseNestedQueryuseTargetList

Example Payload

Raw ↑
{
  "cacheTimeout": 10,
  "dataPath": "example_value",
  "enabled": true,
  "endpointReturnsList": true,
  "parentDataPath": "example_value",
  "portDataPath": "example_value",
  "queryEndpoint": "example_value",
  "targetPath": "example_value",
  "useNestedQuery": true,
  "useTargetList": true
}