All Downloads are FREE. Search and download functionalities are using the official Maven repository.

definitions.McastRoutePost.json Maven / Gradle / Ivy

{
  "type": "object",
  "title": "route",
  "required": [
    "source",
    "group"
  ],
  "properties": {
    "source": {
      "type": "string",
      "example": "10.1.1.0",
      "description": "Multicast source IP address"
    },
    "group": {
      "type": "string",
      "example": "10.1.1.0",
      "description": "Multicast group IP address"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy