v1
latestOpenAPI 3.1.02026-08-063776831.4 MBGroup
Associate a group location with networks
Associates an existing group location with one or more networks.
post/groups/locations/{locationId}/networks
Path parameters
locationIdstring required
Group Location ID (tenantGroupLocationId)
Headers
tenant-idstring
Request body
Example request
{
"networks": [
{
"networkId": "network-123"
}
]
}Response
Group location successfully associated with networks
Example response
{
"tenantGroupLocationId": "loc-123",
"networks": [
{
"networkId": "network-123",
"tenantGroupLocationNetworkId": "tgln-456"
}
]
}