- Media Type
[application/vnd.org.midonet.ServiceContainerGroup-v1+json]
- Collection Media Type
[application/vnd.org.midonet.collection.ServiceContainerGroup-v1+json]
GET /service_container_groups GET /service_container_groups/:serviceContainerGroupId POST /service_container_groups DELETE /service_container_groups/:serviceContainerGroupId
It includes a set of common properties for a group of service containers.
Field Name | Type | POST/PUT | Required | Description |
---|---|---|---|---|
uri | URI | A GET against this URI refreshes the representation of this resource. | ||
serviceContainers | URI | A GET against this URI returns the list of service containers that are members of this group. | ||
id | UUID | The identifier of the service container group. If this field is omitted in the POST request, a random UUID is generated. | ||
hostGroupId | UUID | POST | No | The identifier of the host group when using host group scheduling policy. |
portGroupId | UUID | POST | No | The identifier of the port group when using port group scheduling policy. |