Order
Order
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"_id": ObjectId,
"project": ObjectId,
"ipv4": {
"ip": String,
"gateway": String,
"subnet": String,
"type": String
},
"ipv6: {
"ip": String
},
"macaddress": String,
"vm": ObjectId, //Nullable
"name": String,
"purpose": String,
"price": Integer,
"connected": String
}Last updated