Created
April 27, 2018 11:00
-
-
Save matiasinsaurralde/922b106e4131a4b026a4645b8ad966dc to your computer and use it in GitHub Desktop.
def.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "", | |
| "slug": "", | |
| "api_id": "", | |
| "org_id": "", | |
| "use_keyless": false, | |
| "use_oauth2": false, | |
| "use_openid": false, | |
| "openid_options": { | |
| "providers": null, | |
| "segregate_by_client": false | |
| }, | |
| "oauth_meta": { | |
| "allowed_access_types": null, | |
| "allowed_authorize_types": null, | |
| "auth_login_redirect": "" | |
| }, | |
| "auth": { | |
| "use_param": false, | |
| "param_name": "", | |
| "use_cookie": false, | |
| "cookie_name": "", | |
| "auth_header_name": "", | |
| "use_certificate": false | |
| }, | |
| "use_basic_auth": false, | |
| "use_mutual_tls_auth": false, | |
| "client_certificates": null, | |
| "upstream_certificates": null, | |
| "pinned_public_keys": null, | |
| "enable_jwt": false, | |
| "use_standard_auth": false, | |
| "enable_coprocess_auth": false, | |
| "jwt_signing_method": "", | |
| "jwt_source": "", | |
| "jwt_identity_base_field": "", | |
| "jwt_client_base_field": "", | |
| "jwt_policy_field_name": "", | |
| "notifications": { | |
| "shared_secret": "", | |
| "oauth_on_keychange_url": "" | |
| }, | |
| "enable_signature_checking": false, | |
| "hmac_allowed_clock_skew": 0, | |
| "base_identity_provided_by": "", | |
| "definition": { | |
| "location": "", | |
| "key": "" | |
| }, | |
| "version_data": { | |
| "not_versioned": false, | |
| "default_version": "", | |
| "versions": null | |
| }, | |
| "uptime_tests": { | |
| "check_list": null, | |
| "config": { | |
| "expire_utime_after": 0, | |
| "service_discovery": { | |
| "use_discovery_service": false, | |
| "query_endpoint": "", | |
| "use_nested_query": false, | |
| "parent_data_path": "", | |
| "data_path": "", | |
| "port_data_path": "", | |
| "target_path": "", | |
| "use_target_list": false, | |
| "cache_timeout": 0, | |
| "endpoint_returns_list": false | |
| }, | |
| "recheck_wait": 0 | |
| } | |
| }, | |
| "proxy": { | |
| "preserve_host_header": false, | |
| "listen_path": "", | |
| "target_url": "", | |
| "strip_listen_path": false, | |
| "enable_load_balancing": false, | |
| "target_list": null, | |
| "check_host_against_uptime_tests": false, | |
| "service_discovery": { | |
| "use_discovery_service": false, | |
| "query_endpoint": "", | |
| "use_nested_query": false, | |
| "parent_data_path": "", | |
| "data_path": "", | |
| "port_data_path": "", | |
| "target_path": "", | |
| "use_target_list": false, | |
| "cache_timeout": 0, | |
| "endpoint_returns_list": false | |
| }, | |
| "transport": { | |
| "ssl_ciphers": null, | |
| "ssl_min_version": 0, | |
| "proxy_url": "" | |
| } | |
| }, | |
| "disable_rate_limit": false, | |
| "disable_quota": false, | |
| "custom_middleware": { | |
| "pre": null, | |
| "post": null, | |
| "post_key_auth": null, | |
| "auth_check": { | |
| "name": "", | |
| "path": "", | |
| "require_session": false | |
| }, | |
| "response": null, | |
| "driver": "", | |
| "id_extractor": { | |
| "extract_from": "", | |
| "extract_with": "", | |
| "extractor_config": null | |
| } | |
| }, | |
| "custom_middleware_bundle": "", | |
| "cache_options": { | |
| "cache_timeout": 0, | |
| "enable_cache": false, | |
| "cache_all_safe_requests": false, | |
| "cache_response_codes": null, | |
| "enable_upstream_cache_control": false, | |
| "cache_control_ttl_header": "" | |
| }, | |
| "session_lifetime": 0, | |
| "active": false, | |
| "auth_provider": { | |
| "name": "", | |
| "storage_engine": "", | |
| "meta": null | |
| }, | |
| "session_provider": { | |
| "name": "", | |
| "storage_engine": "", | |
| "meta": null | |
| }, | |
| "event_handlers": { | |
| "events": null | |
| }, | |
| "enable_batch_request_support": false, | |
| "enable_ip_whitelisting": false, | |
| "allowed_ips": null, | |
| "enable_ip_blacklisting": false, | |
| "blacklisted_ips": null, | |
| "dont_set_quota_on_create": false, | |
| "expire_analytics_after": 0, | |
| "response_processors": null, | |
| "CORS": { | |
| "enable": false, | |
| "allowed_origins": null, | |
| "allowed_methods": null, | |
| "allowed_headers": null, | |
| "exposed_headers": null, | |
| "allow_credentials": false, | |
| "max_age": 0, | |
| "options_passthrough": false, | |
| "debug": false | |
| }, | |
| "domain": "", | |
| "do_not_track": false, | |
| "tags": null, | |
| "enable_context_vars": false, | |
| "config_data": null, | |
| "tag_headers": null, | |
| "global_rate_limit": { | |
| "rate": 0, | |
| "per": 0 | |
| }, | |
| "strip_auth_data": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment