El contenido no se encuentra disponible en el idioma seleccionado. Estamos trabajando continuamente para agregar más idiomas. Gracias por su apoyo.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Situation Awareness
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Show all

Supported Actions

Updated on 2022-12-29 GMT+08:00

WAF provides system-defined policies that can be directly used in IAM. You can also create custom policies and use them to supplement system-defined policies, implementing more refined access control. Operations supported by policies are specific to APIs. The following are common concepts related to policies:

  • Permissions: Statements in a policy that allow or deny certain operations.
  • APIs: REST APIs that can be called by a user who has been granted specific permissions.
  • Actions: Specific operations that are allowed or denied in a custom policy.
  • Related actions: Actions on which a specific action depends to take effect. When assigning permissions for the action to a user, you also need to assign permissions for the related actions.
  • IAM or enterprise projects: Type of projects for which an action will take effect. Policies that contain actions for both IAM and enterprise projects can be used and take effect for both IAM and Enterprise Management. Policies that only contain actions for IAM projects can be used and only take effect for IAM.
    NOTE:

    √: supported; x: not supported

    Permission

    API

    Action

    Dependency Item

    IAM Project

    Querying details about a dedicated WAF instance

    GET /v1/{project_id}/premium-waf/instance/{instance_id}

    waf:premiumInstance:get

    -

    Deleting a dedicated WAF instance

    DELETE /v1/{project_id}/premium-waf/instance/{instance_id}

    waf:premiumInstance:delete

    -

    Renaming a dedicated WAF instance

    PUT /v1/{project_id}/premium-waf/instance/{instance_id}

    waf:premiumInstance:put

    -

    Creating a dedicated WAF instance

    POST /v1/{project_id}/premium-waf/instance

    waf:premiumInstance:create

    -

    Querying dedicated WAF instances

    GET /v1/{project_id}/premium-waf/instance

    waf:premiumInstance:list

    -

    Adding a domain name to a dedicated WAF instance

    POST /v1/{project_id}/premium-waf/host

    waf:instance:create

    -

    Querying domain names protected by dedicated WAF engines

    GET /v1/{project_id}/premium-waf/host

    waf:instance:list

    -

    Modifying a domain name protected by a dedicated WAF instance

    PUT /v1/{project_id}/premium-waf/host/{host_id}

    waf:instance:put

    -

    Querying domain name settings in dedicated mode

    GET /v1/{project_id}/premium-waf/host/{host_id}

    waf:instance:get

    -

    Deleting a domain name from a dedicated WAF instance

    DELETE /v1/{project_id}/premium-waf/host/{host_id}

    waf:instance:delete

    -

    Modifying the protection status of a domain name in dedicated mode

    PUT /v1/{project_id}/premium-waf/host/{host_id}/protect-status

    waf:instance:put

    -

    Modifying the access status of a domain name in dedicated mode

    PUT /v1/{project_id}/premium-waf/host/{host_id}/access_status

    waf:instance:put

    -

    Querying the policy list

    GET /v1/{project_id}/waf/policy

    waf:policy:list

    -

    Creating a protection policy

    POST /v1/{project_id}/waf/policy

    waf:policy:create

    -

    Querying a policy by ID

    GET /v1/{project_id}/waf/policy/{policy_id}

    waf:policy:get

    -

    Updating a policy

    PATCH /v1/{project_id}/waf/policy/{policy_id}

    waf:policy:put

    -

    Deleting a protection policy

    DELETE /v1/{project_id}/waf/policy/{policy_id}

    waf:policy:delete

    -

    Querying the blacklist and whitelist rule list

    GET /v1/{project_id}/waf/policy/{policy_id}/whiteblackip

    waf:whiteBlackIpRule:list

    -

    Creating a blacklist or whitelist rule

    POST /v1/{project_id}/waf/policy/{policy_id}/whiteblackip

    waf:whiteBlackIpRule:create

    -

    Querying a blacklist or whitelist rule

    GET /v1/{project_id}/waf/policy/{policy_id}/whiteblackip/{rule_id}

    waf:whiteBlackIpRule:get

    -

    Updating a blacklist or whitelist rule

    PUT /v1/{project_id}/waf/policy/{policy_id}/whiteblackip/{rule_id}

    waf:whiteBlackIpRule:put

    -

    Deleting a blacklist or whitelist rule

    DELETE /v1/{project_id}/waf/policy/{policy_id}/whiteblackip/{rule_id}

    waf:whiteBlackIpRule:delete

    -

    Querying the CC attack protection rule list

    GET /v1/{project_id}/waf/policy/{policy_id}/cc

    waf:ccRule:list

    -

    Creating a CC attack protection rule

    POST /v1/{project_id}/waf/policy/{policy_id}/cc

    waf:ccRule:create

    -

    Querying a CC attack protection rule by ID

    GET /v1/{project_id}/waf/policy/{policy_id}/cc/{rule_id}

    waf:ccRule:get

    -

    Updating a CC attack protection rule

    PUT /v1/{project_id}/waf/policy/{policy_id}/cc/{rule_id}

    waf:ccRule:put

    -

    Deleting a CC attack protection rule

    DELETE /v1/{project_id}/waf/policy/{policy_id}/cc/{rule_id}

    waf:ccRule:delete

    -

    Querying precise protection rules

    GET /v1/{project_id}/waf/policy/{policy_id}/custom

    waf:preciseProtectionRule:list

    -

    Creating a precise protection rule

    POST /v1/{project_id}/waf/policy/{policy_id}/custom

    waf:preciseProtectionRule:create

    -

    Querying a precise protection rule by ID

    GET /v1/{project_id}/waf/policy/{policy_id}/custom/{rule_id}

    waf:preciseProtectionRule:get

    -

    Updating a precise protection rule

    PUT /v1/{project_id}/waf/policy/{policy_id}/custom/{rule_id}

    waf:preciseProtectionRule:put

    -

    Deleting a precise protection rule

    DELETE /v1/{project_id}/waf/policy/{policy_id}/custom/{rule_id}

    waf:preciseProtectionRule:delete

    -

    Querying data masking rules

    GET /v1/{project_id}/waf/policy/{policy_id}/privacy

    waf:privacyRule:list

    -

    Adding a data masking rule

    POST /v1/{project_id}/waf/policy/{policy_id}/privacy

    waf:privacyRule:create

    -

    Querying a data masking rule by ID

    GET /v1/{project_id}/waf/policy/{policy_id}/privacy/{rule_id}

    waf:privacyRule:get

    -

    Updating a data masking rule

    PUT /v1/{project_id}/waf/policy/{policy_id}/privacy/{rule_id}

    waf:privacyRule:put

    -

    Deleting a data masking rule

    DELETE /v1/{project_id}/waf/policy/{policy_id}/privacy/{rule_id}

    waf:privacyRule:delete

    -

    Querying the list of web tamper protection rules

    GET /v1/{project_id}/waf/policy/{policy_id}/antitamper

    waf:antiTamperRule:list

    -

    Creating a web tamper protection rule

    POST /v1/{project_id}/waf/policy/{policy_id}/antitamper

    waf:antiTamperRule:create

    -

    Querying a web tamper protection rule by ID

    GET /v1/{project_id}/waf/policy/{policy_id}/antitamper/{rule_id}

    waf:antiTamperRule:get

    -

    Deleting a web tamper protection rule

    DELETE /v1/{project_id}/waf/policy/{policy_id}/antitamper/{rule_id}

    waf:antiTamperRule:delete

    -

    Updating the cache of a web tamper protection rule

    POST /v1/{project_id}/waf/policy/{policy_id}/antitamper/{antitamperid}/refresh

    waf:antiTamperRule:create

    -

    Querying false alarm masking rules

    GET /v1/{project_id}/waf/policy/{policy_id}/ignore

    waf:falseAlarmMaskRule:list

    -

    Adding a false alarm masking rule

    POST /v1/{project_id}/waf/policy/{policy_id}/ignore

    waf:falseAlarmMaskRule:create

    -

    Querying a false alarm masking rule

    GET /v1/{project_id}/waf/policy/{policy_id}/ignore/{rule_id}

    waf:falseAlarmMaskRule:get

    -

    Updating a false alarm masking rule

    PUT /v1/{project_id}/waf/policy/{policy_id}/ignore/{rule_id}

    waf:falseAlarmMaskRule:put

    -

    Deleting a false alarm masking rule

    DELETE /v1/{project_id}/waf/policy/{policy_id}/ignore/{rule_id}

    waf:falseAlarmMaskRule:delete

    -

    Querying the certificate list

    GET /v1/{project_id}/waf/certificate

    waf:certificate:get

    -

    Creating a certificate

    POST /v1/{project_id}/waf/certificate

    waf:certificate:create

    -

    Querying a certificate

    GET /v1/{project_id}/waf/certificate/{certificate_id}

    waf:certificate:list

    -

    Modifying a certificate

    PUT /v1/{project_id}/waf/certificate/{certificate_id}

    waf:certificate:put

    -

    Deleting a certificate

    DELETE /v1/{project_id}/waf/certificate/{certificate_id}

    waf:certificate:delete

    -

    Applying a certificate to a domain name

    POST /v1/{project_id}/waf/certificate/{certificate_id}/apply-to-hosts

    waf:certificate:apply

    -

    Querying the number of requests and attacks on dashboard

    GET /v1/{project_id}/waf/overviews/statistics

    waf:event:get

    -

    Querying top N statistics on dashboard

    GET /v1/{project_id}/waf/overviews/classification

    waf:event:get

    -

    Querying the list of attack events

    GET /v1/{project_id}/waf/event

    waf:event:get

    -

    Querying attack event details

    GET /v1/{project_id}/waf/event/{eventid}

    waf:event:get

    -

Utilizamos cookies para mejorar nuestro sitio y tu experiencia. Al continuar navegando en nuestro sitio, tú aceptas nuestra política de cookies. Descubre más

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback