contacts Model Interface¶
Administrative, billing and technical contacts for container (PoP, Room, Rack)
Variables¶
Name | Type | Description | Required | Constant |
---|---|---|---|---|
has_contacts |
bool | Object can hold contact information | ||
administrative |
str | Administrative contacts, including access and passes | ||
billing |
str | Billing contacts, including agreement negotiations, bills, and payments | ||
technical |
str | Technical contacts, including on-site engineering |
Examples¶
{
"contacts": {
"has_contacts": "true"
}
}