Creates a lane group.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /pop/v5/trafficmgnt/swimming_lane_groups
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Name | string | Yes | The name of the lane group. | test |
EntryApp | string | Yes | The ingress application. The application is in the EDAS:{application ID} format. | EDAS:5cc89013-9232-4b36-b3eb-ff89b3d2**** |
AppIds | string | Yes | IDs of all applications that are related to the lane group. Separate multiple applications with commas (,). | bdb251cc-02a6-48dd-891b-2ab21b25****,ee33ed0c-fddc-47b5-9f63-e1ccc4be**** |
LogicalRegionId | string | Yes | The ID of the custom namespace. The ID is in the physical region ID:custom namespace identifier format. Example: cn-hangzhou:test. | cn-hangzhou:test |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 200,
"Message": "success",
"RequestId": "D5268CAC-D356-5C8D-BC7C-FBE0D13B****",
"Data": {
"NamespaceId": "cn-hangzhou:test",
"Name": "test",
"Id": 64,
"ApplicationList": {
"Application": [
{
"AppName": "test-app",
"AppId": "bdb251cc-02a6-48dd-891b-2ab21b25****"
}
]
},
"EntryApplication": {
"AppName": "test-app",
"AppId": "bdb251cc-02a6-48dd-891b-2ab21b25c****"
}
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
605 | Edas.errorcode.ParameterInvalid.PointedParameter.message | The value of parameter {0} is invalid. | Invalid parameters: {0} |
For a list of error codes, visit the Service error codes.