Tyk · Example Payload

Tyk Gateway Service Discovery Configuration Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

cache_disabledcache_timeoutdata_pathendpoint_returns_listparent_data_pathport_data_pathquery_endpointtarget_pathuse_discovery_serviceuse_nested_queryuse_target_list

Example Payload

Raw ↑
{
  "cache_disabled": true,
  "cache_timeout": 10,
  "data_path": "example_value",
  "endpoint_returns_list": true,
  "parent_data_path": "example_value",
  "port_data_path": "example_value",
  "query_endpoint": "example_value",
  "target_path": "example_value",
  "use_discovery_service": true,
  "use_nested_query": true,
  "use_target_list": true
}