Method | URI | Description |
---|---|---|
POST | /v2.0/metering-labels | Creates a l3 metering label. |
This operation requires a request body.
The following table describes the required and optional attributes in the request body:
Attribute | Required | Description |
---|---|---|
name |
Required |
The name of the metering label. |
description |
Optional |
Description for the metering label. |
This operation returns a response body, which contains the following informations about the metering label:
name
. Name of the metering label.description
. Description of the metering label.tenant_id
. The tenant ID for the specified metering label.id
. The metering label ID
Normal response codes: 201
Error response codes: badRequest (400), unauthorized (401)