{"type":"model","meta":{"id":"/apps/pubhub/media/legacy-umbrella-api/bf58de618cbb72dda8f39b0414ce94c0a15cd467/8e02e061-a337-3c9a-a76f-a51a8c21291c","swagger":"2.0","info":{"title":"Networks","version":"1.0.0","description":"Networks, Internal Networks, Roaming Computers,\nSites, Virtual Appliances, and Internal Domains","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/networks-overview.md"},"meta":{"useProxy":true}}},"spec":{"properties":{"originId":{"type":"integer","description":"origin id"},"name":{"type":"string","description":"The name of the network"},"ipAddress":{"type":["string","null"],"description":"The IP address for the network"},"prefixLength":{"type":["integer","null"],"description":"The prefix length. The prefix length must be greater than 28.","minimum":16,"maximum":128},"isDynamic":{"type":["boolean","null"],"description":"Specifies whether the IP address is dynamic"},"isVerified":{"type":["boolean","null"],"description":"Specifies whether the network is verified"},"status":{"type":["string","null"],"description":"status","pattern":"^(OPEN|CLOSED)$"},"createdAt":{"type":["string","null"],"format":"date-time","description":"created at"}},"type":"object","required":["originId","name","ipAddress","prefixLength","isDynamic","isVerified","status","createdAt"],"example":{"originId":1234,"name":"network name","ipAddress":"network ip address","prefixLength":32,"isDynamic":true,"isVerified":true,"status":"OPEN","createdAt":"2020-03-09T22:18:26.625Z"},"title":"Network"}}