All Products
Search
Document Center

Cloud Firewall:ModifyTrFirewallV2RoutePolicyScope

Last Updated:Sep 02, 2024

Modifies the effective scope of the routing policy created for the VPC firewall for a transit router.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-cloudfirewall:ModifyTrFirewallV2RoutePolicyScopeupdate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language of the content within the response. Valid values:

  • zh (default): Chinese
  • en: English
zh
TrFirewallRoutePolicyIdstringYes

The ID of the routing policy.

policy-4d724d0139df48f18091
FirewallIdstringYes

The instance ID of the virtual private cloud (VPC) firewall.

vfw-tr-6520de0253bc4669bbd9
SrcCandidateListarray<object>No

The primary traffic redirection instances.

objectNo
CandidateIdstringNo

The ID of the traffic redirection instance.

vpc-2ze9epancaw8t4shajuzi
CandidateTypestringNo

The type of the traffic redirection instance.

VPC
DestCandidateListarray<object>No

The secondary traffic redirection instances.

objectNo
CandidateIdstringNo

The ID of the traffic redirection instance.

vpc-2ze9epancaw8t4shajuzi
CandidateTypestringNo

The type of the traffic redirection instance.

VPC
ShouldRecoverstringNo

Specifies whether to restore the traffic redirection configurations. Valid values:

  • true: roll back
  • false: withdraw
false

Response parameters

ParameterTypeDescriptionExample
object
TrFirewallRoutePolicyIdstring

The ID of the routing policy.

policy-4d724d0139df48f18091
RequestIdstring

The ID of the request.

E7D4D635-0C70-5CEB-A609-851E94D51FBB

Examples

Sample success responses

JSONformat

{
  "TrFirewallRoutePolicyId": "policy-4d724d0139df48f18091",
  "RequestId": "E7D4D635-0C70-5CEB-A609-851E94D51FBB"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-03-13The internal configuration of the API is changed, but the call is not affectedView Change Details
2024-03-01The request parameters of the API has changedView Change Details