{"type":"model","meta":{"id":"/apps/pubhub/media/legacy-umbrella-api/bf58de618cbb72dda8f39b0414ce94c0a15cd467/3a8b0447-d97b-3aa6-98bc-1baaef36ef8a","swagger":"2.0","info":{"title":"Network Tunnels","description":"Cloud Firewall Tunnel Config API - Data Centers, Organizational Tunnels, Debugging","version":"1.0.0","contact":{"name":"Cloud Security Developer Community"}},"host":"management.api.umbrella.com","basePath":"/v1","schemes":["https"],"securityDefinitions":{"http":{"type":"basic"}},"security":[{"http":[]}],"x-parser-conf":{"httpBasic":{"username":"","password":""},"overview":{"markdownPath":"legacy/management/network-tunnels-overview.md"},"meta":{"useProxy":true}}},"spec":{"type":"object","description":"Tunnel State Information","properties":{"tunnelId":{"type":"string","readOnly":true,"description":"the ID of a tunnel","example":"163367136"},"status":{"type":"string","readOnly":true,"description":"High level tunnel status:\n * up - the tunnel is active\n * down - the tunnel is inactive\n * failed - the tunnel is in a failed state\n * unknown - the current status is unknown and pending updated information","enum":["UP","DOWN","FAILED","UNKNOWN"],"example":"UP"},"dc":{"type":"string","readOnly":true,"description":"the name of the datacenter","example":"chi1.edc"},"dcName":{"type":"string","readOnly":true,"description":"datacenter name","example":"Equinix Chicago"},"dcDesc":{"type":"string","readOnly":true,"description":"datacenter location description (city and country/region)","example":"Chicago, Illinois - US"},"ikeState":{"type":"string","readOnly":true,"description":"IKE SA State:\n * CREATED\n * CONNECTING\n * ESTABLISHED\n * PASSIVE\n * REKEYING\n * REKEYED\n * DELETING\n * DESTROYING","enum":["CREATED","CONNECTING","ESTABLISHED","PASSIVE","REKEYING","REKEYED","DELETING","DESTROYING"],"example":"ESTABLISHED"},"ipsecState":{"type":"string","readOnly":true,"description":"IPSec/Child SA State:\n * CREATED\n * ROUTED\n * INSTALLING\n * INSTALLED\n * UPDATING\n * REKEYING\n * REKEYED\n * RETRYING\n * DELETING\n * DELETED\n * DESTROYING","enum":["CREATED","ROUTED","INSTALLING","INSTALLED","UPDATING","REKEYING","REKEYED","RETRYING","DELETING","DELETED","DESTROYING"],"example":"INSTALLED"},"peerId":{"type":"string","readOnly":true,"description":"Remote peer IKE ID","example":"unique-value@1234567-234567812-umbrella.com"},"peerIp":{"type":"string","readOnly":true,"description":"Remote peer IP","example":"198.18.195.1"},"localIp":{"type":"string","readOnly":true,"description":"Public IP address assigned to an endpoint device (ISR, Viptela, etc)","example":"198.25.43.19"},"peerPort":{"type":"string","readOnly":true,"description":"Remote peer port","example":"4500"},"ike":{"title":"tunnelIKEState","type":"object","description":"Tunnel IKE Session State","properties":{"age":{"type":"string","readOnly":true,"description":"Established state age in seconds","example":"6194"},"dhGroup":{"type":"string","readOnly":true,"description":"IKE Diffie-Hellman group","example":"MODP_2048"},"prfAlgo":{"type":"string","readOnly":true,"description":"IKE pseudo random function","example":"PRF_HMAC_SHA1"},"encAlgo":{"type":"string","readOnly":true,"description":"IKE encryption algorithm","example":"AES_CBC"},"initiatorSpi":{"type":"string","readOnly":true,"description":"Hex encoded initiator SPI / cookie","example":"cf065c564a511834"},"responderSpi":{"type":"string","readOnly":true,"description":"Hex encoded responder SPI / cookie","example":"a3cd5c8533c80069"}}},"ipsec":{"title":"tunnelIPSecState","type":"object","description":"Tunnel IPSec Session State","properties":{"age":{"type":"string","readOnly":true,"description":"Installed state age in seconds","example":"6194"},"integrityAlgo":{"type":"string","readOnly":true,"description":"ESP or AH integrity algorithm name","example":"HMAC_SHA1_96"},"encAlgo":{"type":"string","readOnly":true,"description":"ESP encryption algorithm name","example":"NULL"},"encKeySize":{"type":"string","readOnly":true,"description":"ESP encryption key size (optional field, not available with NULL encryption)","example":"128"},"spiIn":{"type":"string","readOnly":true,"description":"Hex encoded inbound SPI","example":"c6ef7503"},"spiOut":{"type":"string","readOnly":true,"description":"Hex encoded outbound SPI","example":"00010102"},"peerSelectors":{"type":"array","readOnly":true,"description":"Peer traffic selectors","items":{"type":"string","description":"Selector expression","example":"0.0.0.0/0"}}}},"data":{"title":"tunnelDataState","description":"Tunnel Dataplane State","type":"object","properties":{"packetsIn":{"type":"string","readOnly":true,"description":"Number of processed input packets (tunnel ingress)","example":"10"},"bytesIn":{"type":"string","readOnly":true,"description":"Number of processed input bytes (tunnel ingress)","example":"1000"},"idleTimeIn":{"type":"string","readOnly":true,"description":"Idle time (seconds since last inbound packet)","example":"100"},"packetsOut":{"type":"string","readOnly":true,"description":"Number of processed output packets (tunnel egress)","example":"10"},"bytesOut":{"type":"string","readOnly":true,"description":"Number of processed output bytes (tunnel egress)","example":"1000"},"idleTimeOut":{"type":"string","readOnly":true,"description":"Idle time (seconds since last outbound packet)","example":"100"},"initialized":{"type":"string","readOnly":true,"description":"Time when packet and byte counters were initialized to 0.","example":"2023-10-19T22:15:12.765623734Z"}}},"modifiedAt":{"type":"string","readOnly":true,"format":"date-time","description":"When the state was last updated (UTC time, with milliseconds).","example":"2018-06-13T16:07:07.222Z"}},"title":"TunnelStateInformation"}}