Modifying a Route Policy
Function
This API is used to modify a route policy.
Calling Method
For details, see Calling APIs.
Authorization Information
Each account root user has all the permissions required to call all APIs, but IAM users must be assigned the following required identity policy-based permissions. For details about the required permissions, see Permissions Policies and Supported Actions.
|
Action |
Access Level |
Resource Type (*: required) |
Condition Key |
Alias |
Dependencies |
|---|---|---|---|---|---|
|
er:routeTables:updatePropagationRoutePolicy |
Write |
routeTables * |
|
|
- |
|
attachments * |
|
URI
POST /v3/{project_id}/enterprise-router/{er_id}/route-tables/{route_table_id}/propagations/{propagation_id}/change-route-policy
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID |
|
er_id |
Yes |
String |
Enterprise router ID |
|
route_table_id |
Yes |
String |
Route table ID |
|
propagation_id |
Yes |
String |
Propagation ID |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
route_policy |
Yes |
ImportRoutePolicy object |
Route that controls inbound traffic |
Response Parameters
Status code: 202
|
Parameter |
Type |
Description |
|---|---|---|
|
propagation |
Propagation object |
Propagation details |
|
request_id |
String |
Request ID. |
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
String |
Unique association ID |
|
project_id |
String |
Project ID |
|
er_id |
String |
Enterprise router ID |
|
route_table_id |
String |
Unique ID of the route table |
|
attachment_id |
String |
Unique ID of the attachment |
|
resource_type |
String |
|
|
resource_id |
String |
Unique ID of the attachment |
|
route_policy |
ImportRoutePolicy object |
Route that controls inbound traffic |
|
state |
String |
|
|
created_at |
String |
Creation time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
|
updated_at |
String |
Update time. It is UTC time in the format of YYYY-MM-DDTHH:mm:ss.sssZ. |
Example Requests
The route policy is successfully modified.
POST https://{erouter_endpoint}/v3/08d5a9564a704afda6039ae2babbef3c/enterprise-router/915a14a6-867b-4af7-83d1-70efceb146f9/route-tables/915a14a6-867b-4af7-83d1-70efceb146f9/propagations/915a14a6-867b-4af7-83d1-70efceb146f9/change-route-policy
{
"route_policy" : {
"import_policy_id" : "c097c4af-a122-4cee-af50-e4052b7bf8d5"
}
}
Example Responses
Status code: 202
Accepted
{
"propagation" : {
"id" : "915a14a6-867b-4af7-83d1-70efceb146f9",
"route_table_id" : "91c013e2-d65a-474e-9177-c3e1799ca726",
"attachment_id" : "a5b7d209-dc02-4c46-a51f-805eadd3de64",
"resource_type" : "vpn",
"resource_id" : "4e5fe97c-82bc-432e-87d8-06d7e157dffa",
"route_policy" : {
"import_route_policy" : "c097c4af-a122-4cee-af50-e4052b7bf8d5"
},
"state" : "pending",
"created_at" : "2020-03-11T15:13:31Z",
"updated_at" : "2020-03-11T15:13:31Z"
},
"request_id" : "915a14a6-867b-4af7-83d1-70efceb146f9"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
202 |
Accepted |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot