- Media Type
[application/vnd.org.midonet.Chain-v1+json]
- Collection Media Type
[application/vnd.org.midonet.collection.Chain-v1+json]
GET /chains GET /chains?tenant_id=:tenantId GET /chains/:chainId POST /chains DELETE /chains/:chainId
Chain is an entity that represents a rule chain on a virtual router in MidoNet. It contains the following fields:
Field Name | Type | POST/PUT | Required | Description |
---|---|---|---|---|
uri | URI | A GET against this URI refreshes the representation of this resource. | ||
rules | URI | A GET against this URI returns the rules belonging to this chain. | ||
id | UUID | POST | No | A unique identifier of the resource. If this field is omitted in the POST request, a random UUID is generated. |
name | String | POST | No | The name of the chain. The maximum length is 255 characters. |
tenantId | String | POST | No | The identifier of the tenant that owns the chain. |