blob: b233a680a9e84a6119bc9c02cb854fac04f6d3f1 [file] [log] [blame]
{
"type": "object",
"description": "An IPAM object.",
"required": [
"ipamId",
"networkId",
"ipAddress"
],
"properties": {
"ipamId": {
"type": "string",
"example": "sona-network-10.10.10.2",
"description": "The ID of the IPAM."
},
"networkId": {
"type": "string",
"example": "sona-network",
"description": "The ID of the attached network."
},
"ipAddress": {
"type": "string",
"example": "10.10.10.2",
"description": "The IP address of IPAM."
}
}
}