Compare commits

..

1 Commits

Author SHA1 Message Date
2dcc3de49a Re-implementing ecs umn 20240823 with HSS content 2024-09-17 12:08:53 +00:00
20126 changed files with 514079 additions and 1213994 deletions

View File

@ -1,96 +0,0 @@
name: Run HCDC
on:
pull_request:
types: [opened, reopened, synchronize, edited]
jobs:
run-hcdc:
runs-on: ubuntu-latest
steps:
- name: Checkout PR head (same repo)
if: ${{ gitea.event.pull_request.head.repo.full_name == gitea.repository }}
uses: https://github.com/actions/checkout@v4
with:
repository: ${{ gitea.repository }}
ref: ${{ gitea.event.pull_request.head.ref }}
fetch-depth: 0
persist-credentials: false
token: ${{ gitea.token }}
- name: Checkout PR head (fork via PR ref)
if: ${{ gitea.event.pull_request.head.repo.full_name != gitea.repository }}
uses: https://github.com/actions/checkout@v4
with:
repository: ${{ gitea.repository }}
ref: refs/pull/${{ gitea.event.pull_request.number }}/head
fetch-depth: 0
persist-credentials: false
token: ${{ gitea.token }}
- name: Checkout base
uses: https://github.com/actions/checkout@v4
with:
repository: ${{ gitea.repository }}
ref: ${{ gitea.event.pull_request.base.ref }}
path: base
fetch-depth: 0
persist-credentials: false
token: ${{ gitea.token }}
- name: Get OTC token
id: otc
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/get-otc-token@v1
with:
os_username: ${{ secrets.OTC_HCDC_USERNAME }}
os_password: ${{ secrets.OTC_HCDC_PASSWORD }}
os_domain_name: ${{ secrets.OTC_HCDC_DOMAIN_NAME }}
os_project_id: ${{ secrets.OTC_HCDC_PROJECT_ID }}
- name: Run HCDC
id: hcdc
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/run-hcdc@v1
with:
auth_token: ${{ steps.otc.outputs.auth_token }}
pr_branch: ${{ gitea.event.pull_request.head.ref }}
base_branch: ${{ gitea.event.pull_request.base.ref }}
python-version: "3.12"
- name: Comment in case there's an error
if: ${{ failure() && steps.hcdc.outcome == 'failure' }}
env:
GITEA_URL: ${{ gitea.server_url }}
REPO: ${{ gitea.repository }}
PR_NUMBER: ${{ gitea.event.pull_request.number }}
TOKEN: ${{ gitea.token }}
run: |
set -euo pipefail
MSG="HCDC check detected possible illegal characters. Please check logs and review the affected images/text."
if [ -f hcdc.json ]; then
BODY="$(jq -r --arg msg "$MSG" '
def list_paths(obj):
(obj.files // [])
| map(select((.detected // false) == true) | .file)
| unique;
def section(title; arr):
title + ":\n" + (if (arr|length)>0 then (arr | map("- " + .) | join("\n")) else "- (none)" end);
$msg + "\n\n"
+ section("Images"; (try list_paths(.images) catch []))
+ "\n\n"
+ section("Text"; (try list_paths(.text) catch []))
| {body: .}
| @json
' hcdc.json)"
else
BODY="$(jq -n --arg msg "$MSG" '{body: $msg}')"
fi
curl -sS --fail-with-body -X POST \
-H "Authorization: token ${TOKEN}" \
-H "Content-Type: application/json" \
"${GITEA_URL}/api/v1/repos/${REPO}/issues/${PR_NUMBER}/comments" \
-d "${BODY}"

138
a

File diff suppressed because it is too large Load Diff

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
<div class="section" id="antiddos_02_0002__section51086148"><h4 class="sectiontitle">Request</h4><p id="antiddos_02_0002__p57231627073"><strong id="antiddos_02_0002__b175141502119">Request parameters</strong></p>
<p id="antiddos_02_0002__p19704119165617">None</p>
</div>
<div class="section" id="antiddos_02_0002__section57122151"><h4 class="sectiontitle">Response Messages</h4><ul id="antiddos_02_0002__ul36643426"><li id="antiddos_02_0002__li61355386">Parameter description
<div class="section" id="antiddos_02_0002__section57122151"><h4 class="sectiontitle">Response</h4><ul id="antiddos_02_0002__ul36643426"><li id="antiddos_02_0002__li61355386">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="antiddos_02_0002__table15327568" frame="border" border="1" rules="all"><thead align="left"><tr id="antiddos_02_0002__row24486356"><th align="left" class="cellrowborder" valign="top" width="30.099999999999998%" id="mcps1.3.4.2.1.1.1.4.1.1"><p id="antiddos_02_0002__p37237828">Name</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="22.99%" id="mcps1.3.4.2.1.1.1.4.1.2"><p id="antiddos_02_0002__p63474072">Type</p>
@ -75,26 +75,32 @@
</div>
</li></ul>
<ul id="antiddos_02_0002__ul549487"><li id="antiddos_02_0002__li4945391">Data structure description of <strong id="antiddos_02_0002__b121915511116">links</strong>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="antiddos_02_0002__table44508523" frame="border" border="1" rules="all"><thead align="left"><tr id="antiddos_02_0002__row13604004"><th align="left" class="cellrowborder" valign="top" width="37.34%" id="mcps1.3.4.3.1.2.1.4.1.1"><p id="antiddos_02_0002__p28182506">Parameter</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="antiddos_02_0002__table44508523" frame="border" border="1" rules="all"><thead align="left"><tr id="antiddos_02_0002__row13604004"><th align="left" class="cellrowborder" valign="top" width="30.61%" id="mcps1.3.4.3.1.2.1.5.1.1"><p id="antiddos_02_0002__p28182506">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25.540000000000003%" id="mcps1.3.4.3.1.2.1.4.1.2"><p id="antiddos_02_0002__p20504736">Type</p>
<th align="left" class="cellrowborder" valign="top" width="18.02%" id="mcps1.3.4.3.1.2.1.5.1.2"><p id="antiddos_02_0002__p1081649">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="37.12%" id="mcps1.3.4.3.1.2.1.4.1.3"><p id="antiddos_02_0002__p50270944">Description</p>
<th align="left" class="cellrowborder" valign="top" width="20.94%" id="mcps1.3.4.3.1.2.1.5.1.3"><p id="antiddos_02_0002__p20504736">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="30.43%" id="mcps1.3.4.3.1.2.1.5.1.4"><p id="antiddos_02_0002__p50270944">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="antiddos_02_0002__row45414681"><td class="cellrowborder" valign="top" width="37.34%" headers="mcps1.3.4.3.1.2.1.4.1.1 "><p id="antiddos_02_0002__p54710514">href</p>
<tbody><tr id="antiddos_02_0002__row45414681"><td class="cellrowborder" valign="top" width="30.61%" headers="mcps1.3.4.3.1.2.1.5.1.1 "><p id="antiddos_02_0002__p54710514">href</p>
</td>
<td class="cellrowborder" valign="top" width="25.540000000000003%" headers="mcps1.3.4.3.1.2.1.4.1.2 "><p id="antiddos_02_0002__p53636340152723">String</p>
<td class="cellrowborder" valign="top" width="18.02%" headers="mcps1.3.4.3.1.2.1.5.1.2 "><p id="antiddos_02_0002__p2366611">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="37.12%" headers="mcps1.3.4.3.1.2.1.4.1.3 "><p id="antiddos_02_0002__p25189967">URLs of APIs</p>
<td class="cellrowborder" valign="top" width="20.94%" headers="mcps1.3.4.3.1.2.1.5.1.3 "><p id="antiddos_02_0002__p53636340152723">String</p>
</td>
<td class="cellrowborder" valign="top" width="30.43%" headers="mcps1.3.4.3.1.2.1.5.1.4 "><p id="antiddos_02_0002__p25189967">URLs of APIs</p>
</td>
</tr>
<tr id="antiddos_02_0002__row25383117"><td class="cellrowborder" valign="top" width="37.34%" headers="mcps1.3.4.3.1.2.1.4.1.1 "><p id="antiddos_02_0002__p42766607">rel</p>
<tr id="antiddos_02_0002__row25383117"><td class="cellrowborder" valign="top" width="30.61%" headers="mcps1.3.4.3.1.2.1.5.1.1 "><p id="antiddos_02_0002__p42766607">rel</p>
</td>
<td class="cellrowborder" valign="top" width="25.540000000000003%" headers="mcps1.3.4.3.1.2.1.4.1.2 "><p id="antiddos_02_0002__p65381003152726">String</p>
<td class="cellrowborder" valign="top" width="18.02%" headers="mcps1.3.4.3.1.2.1.5.1.2 "><p id="antiddos_02_0002__p41543166">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="37.12%" headers="mcps1.3.4.3.1.2.1.4.1.3 "><p id="antiddos_02_0002__p35618305">self</p>
<td class="cellrowborder" valign="top" width="20.94%" headers="mcps1.3.4.3.1.2.1.5.1.3 "><p id="antiddos_02_0002__p65381003152726">String</p>
</td>
<td class="cellrowborder" valign="top" width="30.43%" headers="mcps1.3.4.3.1.2.1.5.1.4 "><p id="antiddos_02_0002__p35618305">self</p>
</td>
</tr>
</tbody>

View File

@ -75,26 +75,32 @@
</div>
</li></ul>
<ul id="antiddos_02_0007__ul549487"><li id="antiddos_02_0007__li4945391">Data structure description of <strong id="antiddos_02_0007__b986916122420">links</strong>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="antiddos_02_0007__table44508523" frame="border" border="1" rules="all"><thead align="left"><tr id="antiddos_02_0007__row13604004"><th align="left" class="cellrowborder" valign="top" width="37.34%" id="mcps1.3.4.3.1.2.1.4.1.1"><p id="antiddos_02_0007__p28182506">Parameter</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="antiddos_02_0007__table44508523" frame="border" border="1" rules="all"><thead align="left"><tr id="antiddos_02_0007__row13604004"><th align="left" class="cellrowborder" valign="top" width="30.61%" id="mcps1.3.4.3.1.2.1.5.1.1"><p id="antiddos_02_0007__p28182506">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="25.540000000000003%" id="mcps1.3.4.3.1.2.1.4.1.2"><p id="antiddos_02_0007__p20504736">Type</p>
<th align="left" class="cellrowborder" valign="top" width="18.02%" id="mcps1.3.4.3.1.2.1.5.1.2"><p id="antiddos_02_0007__p1081649">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="37.12%" id="mcps1.3.4.3.1.2.1.4.1.3"><p id="antiddos_02_0007__p50270944">Description</p>
<th align="left" class="cellrowborder" valign="top" width="20.94%" id="mcps1.3.4.3.1.2.1.5.1.3"><p id="antiddos_02_0007__p20504736">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="30.43%" id="mcps1.3.4.3.1.2.1.5.1.4"><p id="antiddos_02_0007__p50270944">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="antiddos_02_0007__row45414681"><td class="cellrowborder" valign="top" width="37.34%" headers="mcps1.3.4.3.1.2.1.4.1.1 "><p id="antiddos_02_0007__p54710514">href</p>
<tbody><tr id="antiddos_02_0007__row45414681"><td class="cellrowborder" valign="top" width="30.61%" headers="mcps1.3.4.3.1.2.1.5.1.1 "><p id="antiddos_02_0007__p54710514">href</p>
</td>
<td class="cellrowborder" valign="top" width="25.540000000000003%" headers="mcps1.3.4.3.1.2.1.4.1.2 "><p id="antiddos_02_0007__p53636340152723">String</p>
<td class="cellrowborder" valign="top" width="18.02%" headers="mcps1.3.4.3.1.2.1.5.1.2 "><p id="antiddos_02_0007__p2366611">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="37.12%" headers="mcps1.3.4.3.1.2.1.4.1.3 "><p id="antiddos_02_0007__p25189967">URL of the API</p>
<td class="cellrowborder" valign="top" width="20.94%" headers="mcps1.3.4.3.1.2.1.5.1.3 "><p id="antiddos_02_0007__p53636340152723">String</p>
</td>
<td class="cellrowborder" valign="top" width="30.43%" headers="mcps1.3.4.3.1.2.1.5.1.4 "><p id="antiddos_02_0007__p25189967">URL of the API</p>
</td>
</tr>
<tr id="antiddos_02_0007__row25383117"><td class="cellrowborder" valign="top" width="37.34%" headers="mcps1.3.4.3.1.2.1.4.1.1 "><p id="antiddos_02_0007__p42766607">rel</p>
<tr id="antiddos_02_0007__row25383117"><td class="cellrowborder" valign="top" width="30.61%" headers="mcps1.3.4.3.1.2.1.5.1.1 "><p id="antiddos_02_0007__p42766607">rel</p>
</td>
<td class="cellrowborder" valign="top" width="25.540000000000003%" headers="mcps1.3.4.3.1.2.1.4.1.2 "><p id="antiddos_02_0007__p65381003152726">String</p>
<td class="cellrowborder" valign="top" width="18.02%" headers="mcps1.3.4.3.1.2.1.5.1.2 "><p id="antiddos_02_0007__p41543166">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="37.12%" headers="mcps1.3.4.3.1.2.1.4.1.3 "><p id="antiddos_02_0007__p35618305">self</p>
<td class="cellrowborder" valign="top" width="20.94%" headers="mcps1.3.4.3.1.2.1.5.1.3 "><p id="antiddos_02_0007__p65381003152726">String</p>
</td>
<td class="cellrowborder" valign="top" width="30.43%" headers="mcps1.3.4.3.1.2.1.5.1.4 "><p id="antiddos_02_0007__p35618305">self</p>
</td>
</tr>
</tbody>

View File

@ -6,13 +6,15 @@
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="antiddos_02_0017.html">Querying Optional Anti-DDoS Defense Policies</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="antiddos_02_0018.html">Enabling Anti-DDoS</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="antiddos_02_0020.html">Querying Configured Anti-DDoS Defense Policies</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="antiddos_02_0021.html">Updating Anti-DDoS Defense Policies</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="antiddos_02_0022.html">Querying Anti-DDoS Tasks</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="antiddos_02_0023.html">Querying the List of EIP Defense Statuses</a></strong><br>
<li class="ulchildlink"><strong><a href="antiddos_02_0023.html">Querying the List of Defense Statuses of EIPs</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="antiddos_02_0024.html">Querying the Defense Status of a Specified EIP</a></strong><br>
</li>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -42,47 +42,59 @@
<p id="antiddos_02_0020__p132721814194018">None</p>
</div>
<div class="section" id="antiddos_02_0020__section62747764"><h4 class="sectiontitle">Response</h4>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="antiddos_02_0020__table32841884" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="antiddos_02_0020__row64992155"><th align="left" class="cellrowborder" valign="top" width="36.89%" id="mcps1.3.4.2.2.4.1.1"><p id="antiddos_02_0020__p29873218">Parameter</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="antiddos_02_0020__table32841884" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="antiddos_02_0020__row64992155"><th align="left" class="cellrowborder" valign="top" width="30.44%" id="mcps1.3.4.2.2.5.1.1"><p id="antiddos_02_0020__p29873218">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="17.299999999999997%" id="mcps1.3.4.2.2.4.1.2"><p id="antiddos_02_0020__p40305966">Type</p>
<th align="left" class="cellrowborder" valign="top" width="17.48%" id="mcps1.3.4.2.2.5.1.2"><p id="antiddos_02_0020__p3811622">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="45.81%" id="mcps1.3.4.2.2.4.1.3"><p id="antiddos_02_0020__p43557827">Description</p>
<th align="left" class="cellrowborder" valign="top" width="16.54%" id="mcps1.3.4.2.2.5.1.3"><p id="antiddos_02_0020__p40305966">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="35.54%" id="mcps1.3.4.2.2.5.1.4"><p id="antiddos_02_0020__p43557827">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="antiddos_02_0020__row38523084"><td class="cellrowborder" valign="top" width="36.89%" headers="mcps1.3.4.2.2.4.1.1 "><p id="antiddos_02_0020__p33362098">enable_L7</p>
<tbody><tr id="antiddos_02_0020__row38523084"><td class="cellrowborder" valign="top" width="30.44%" headers="mcps1.3.4.2.2.5.1.1 "><p id="antiddos_02_0020__p33362098">enable_L7</p>
</td>
<td class="cellrowborder" valign="top" width="17.299999999999997%" headers="mcps1.3.4.2.2.4.1.2 "><p id="antiddos_02_0020__p46720306">Boolean</p>
<td class="cellrowborder" valign="top" width="17.48%" headers="mcps1.3.4.2.2.5.1.2 "><p id="antiddos_02_0020__p17975388">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="45.81%" headers="mcps1.3.4.2.2.4.1.3 "><p id="antiddos_02_0020__p26248478">Whether L7 defense has been enabled.</p>
<td class="cellrowborder" valign="top" width="16.54%" headers="mcps1.3.4.2.2.5.1.3 "><p id="antiddos_02_0020__p46720306">Boolean</p>
</td>
<td class="cellrowborder" valign="top" width="35.54%" headers="mcps1.3.4.2.2.5.1.4 "><p id="antiddos_02_0020__p26248478">Whether L7 defense has been enabled.</p>
</td>
</tr>
<tr id="antiddos_02_0020__row34909710"><td class="cellrowborder" valign="top" width="36.89%" headers="mcps1.3.4.2.2.4.1.1 "><p id="antiddos_02_0020__p9114291">traffic_pos_id</p>
<tr id="antiddos_02_0020__row34909710"><td class="cellrowborder" valign="top" width="30.44%" headers="mcps1.3.4.2.2.5.1.1 "><p id="antiddos_02_0020__p9114291">traffic_pos_id</p>
</td>
<td class="cellrowborder" valign="top" width="17.299999999999997%" headers="mcps1.3.4.2.2.4.1.2 "><p id="antiddos_02_0020__p3079683015913">Integer</p>
<td class="cellrowborder" valign="top" width="17.48%" headers="mcps1.3.4.2.2.5.1.2 "><p id="antiddos_02_0020__p60129">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="45.81%" headers="mcps1.3.4.2.2.4.1.3 "><p id="antiddos_02_0020__p58963189">Position ID of traffic. The value ranges from 1 to 9, or 99, or 33 to 36.</p>
<td class="cellrowborder" valign="top" width="16.54%" headers="mcps1.3.4.2.2.5.1.3 "><p id="antiddos_02_0020__p3079683015913">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="35.54%" headers="mcps1.3.4.2.2.5.1.4 "><p id="antiddos_02_0020__p58963189">Position ID of traffic. The value ranges from 1 to 9, or 99, or 33 to 36.</p>
</td>
</tr>
<tr id="antiddos_02_0020__row60906657"><td class="cellrowborder" valign="top" width="36.89%" headers="mcps1.3.4.2.2.4.1.1 "><p id="antiddos_02_0020__p34492175">http_request_pos_id</p>
<tr id="antiddos_02_0020__row60906657"><td class="cellrowborder" valign="top" width="30.44%" headers="mcps1.3.4.2.2.5.1.1 "><p id="antiddos_02_0020__p34492175">http_request_pos_id</p>
</td>
<td class="cellrowborder" valign="top" width="17.299999999999997%" headers="mcps1.3.4.2.2.4.1.2 "><p id="antiddos_02_0020__p6409858615917">Integer</p>
<td class="cellrowborder" valign="top" width="17.48%" headers="mcps1.3.4.2.2.5.1.2 "><p id="antiddos_02_0020__p42402794">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="45.81%" headers="mcps1.3.4.2.2.4.1.3 "><p id="antiddos_02_0020__p38491397">Position ID of number of HTTP requests. The value ranges from 1 to 15 and 33 to 36.</p>
<td class="cellrowborder" valign="top" width="16.54%" headers="mcps1.3.4.2.2.5.1.3 "><p id="antiddos_02_0020__p6409858615917">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="35.54%" headers="mcps1.3.4.2.2.5.1.4 "><p id="antiddos_02_0020__p38491397">Position ID of number of HTTP requests. The value ranges from 1 to 15 and 33 to 36.</p>
</td>
</tr>
<tr id="antiddos_02_0020__row10878253"><td class="cellrowborder" valign="top" width="36.89%" headers="mcps1.3.4.2.2.4.1.1 "><p id="antiddos_02_0020__p8723262">cleaning_access_pos_id</p>
<tr id="antiddos_02_0020__row10878253"><td class="cellrowborder" valign="top" width="30.44%" headers="mcps1.3.4.2.2.5.1.1 "><p id="antiddos_02_0020__p8723262">cleaning_access_pos_id</p>
</td>
<td class="cellrowborder" valign="top" width="17.299999999999997%" headers="mcps1.3.4.2.2.4.1.2 "><p id="antiddos_02_0020__p1175927815921">Integer</p>
<td class="cellrowborder" valign="top" width="17.48%" headers="mcps1.3.4.2.2.5.1.2 "><p id="antiddos_02_0020__p35495616">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="45.81%" headers="mcps1.3.4.2.2.4.1.3 "><p id="antiddos_02_0020__p18980661">Position ID of access limit during cleaning. The value ranges from 1 to 8, or 99, or 33 to 36.</p>
<td class="cellrowborder" valign="top" width="16.54%" headers="mcps1.3.4.2.2.5.1.3 "><p id="antiddos_02_0020__p1175927815921">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="35.54%" headers="mcps1.3.4.2.2.5.1.4 "><p id="antiddos_02_0020__p18980661">Position ID of access limit during cleaning. The value ranges from 1 to 8, or 99, or 33 to 36.</p>
</td>
</tr>
<tr id="antiddos_02_0020__row36608226"><td class="cellrowborder" valign="top" width="36.89%" headers="mcps1.3.4.2.2.4.1.1 "><p id="antiddos_02_0020__p12476353">app_type_id</p>
<tr id="antiddos_02_0020__row36608226"><td class="cellrowborder" valign="top" width="30.44%" headers="mcps1.3.4.2.2.5.1.1 "><p id="antiddos_02_0020__p12476353">app_type_id</p>
</td>
<td class="cellrowborder" valign="top" width="17.299999999999997%" headers="mcps1.3.4.2.2.4.1.2 "><p id="antiddos_02_0020__p4577985515925">Integer</p>
<td class="cellrowborder" valign="top" width="17.48%" headers="mcps1.3.4.2.2.5.1.2 "><p id="antiddos_02_0020__p3951668">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="45.81%" headers="mcps1.3.4.2.2.4.1.3 "><div class="p" id="antiddos_02_0020__p5423486315930">Application type ID. Possible values:<ul id="antiddos_02_0020__ul3859304915932"><li id="antiddos_02_0020__li247061915932">0</li><li id="antiddos_02_0020__li3331034115936">1</li></ul>
<td class="cellrowborder" valign="top" width="16.54%" headers="mcps1.3.4.2.2.5.1.3 "><p id="antiddos_02_0020__p4577985515925">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="35.54%" headers="mcps1.3.4.2.2.5.1.4 "><div class="p" id="antiddos_02_0020__p5423486315930">Application type ID. Possible values:<ul id="antiddos_02_0020__ul3859304915932"><li id="antiddos_02_0020__li247061915932">0</li><li id="antiddos_02_0020__li3331034115936">1</li></ul>
</div>
</td>
</tr>

File diff suppressed because it is too large Load Diff

View File

@ -42,19 +42,23 @@
<p id="antiddos_02_0024__p14332041145213">None</p>
</div>
<div class="section" id="antiddos_02_0024__section37841036"><h4 class="sectiontitle">Response</h4><ul id="antiddos_02_0024__ul58618290"><li id="antiddos_02_0024__li57802569">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="antiddos_02_0024__table50461073" frame="border" border="1" rules="all"><thead align="left"><tr id="antiddos_02_0024__row8925963"><th align="left" class="cellrowborder" valign="top" width="23.23%" id="mcps1.3.4.2.1.1.1.4.1.1"><p id="antiddos_02_0024__p51914417">Parameter</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="antiddos_02_0024__table50461073" frame="border" border="1" rules="all"><thead align="left"><tr id="antiddos_02_0024__row8925963"><th align="left" class="cellrowborder" valign="top" width="19.830000000000002%" id="mcps1.3.4.2.1.1.1.5.1.1"><p id="antiddos_02_0024__p51914417">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.84%" id="mcps1.3.4.2.1.1.1.4.1.2"><p id="antiddos_02_0024__p33008942">Type</p>
<th align="left" class="cellrowborder" valign="top" width="20.369999999999997%" id="mcps1.3.4.2.1.1.1.5.1.2"><p id="antiddos_02_0024__p44318255">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="56.93%" id="mcps1.3.4.2.1.1.1.4.1.3"><p id="antiddos_02_0024__p56478678">Description</p>
<th align="left" class="cellrowborder" valign="top" width="14.899999999999999%" id="mcps1.3.4.2.1.1.1.5.1.3"><p id="antiddos_02_0024__p33008942">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="44.9%" id="mcps1.3.4.2.1.1.1.5.1.4"><p id="antiddos_02_0024__p56478678">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="antiddos_02_0024__row11370190"><td class="cellrowborder" valign="top" width="23.23%" headers="mcps1.3.4.2.1.1.1.4.1.1 "><p id="antiddos_02_0024__p48570174">status</p>
<tbody><tr id="antiddos_02_0024__row11370190"><td class="cellrowborder" valign="top" width="19.830000000000002%" headers="mcps1.3.4.2.1.1.1.5.1.1 "><p id="antiddos_02_0024__p48570174">status</p>
</td>
<td class="cellrowborder" valign="top" width="19.84%" headers="mcps1.3.4.2.1.1.1.4.1.2 "><p id="antiddos_02_0024__p36029352">String</p>
<td class="cellrowborder" valign="top" width="20.369999999999997%" headers="mcps1.3.4.2.1.1.1.5.1.2 "><p id="antiddos_02_0024__p41870031">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="56.93%" headers="mcps1.3.4.2.1.1.1.4.1.3 "><div class="p" id="antiddos_02_0024__p32696434">Defense status, the possible value of which is one of the following:<ul id="antiddos_02_0024__ul25832457"><li id="antiddos_02_0024__li31165525"><span class="parmvalue" id="antiddos_02_0024__parmvalue555125744114325"><b>normal</b></span>: indicates that the defense status is normal.</li><li id="antiddos_02_0024__li12054271"><span class="parmvalue" id="antiddos_02_0024__parmvalue404664094114337"><b>configuring</b></span>: indicates that defense is being configured.</li><li id="antiddos_02_0024__li41379576"><span class="parmvalue" id="antiddos_02_0024__parmvalue600552156114412"><b>notConfig</b></span>: indicates that defense is not configured.</li><li id="antiddos_02_0024__li36871865"><span class="parmvalue" id="antiddos_02_0024__parmvalue1506354986114925"><b>packetcleaning</b></span>: indicates that traffic cleaning is underway.</li><li id="antiddos_02_0024__li63411331"><span class="parmvalue" id="antiddos_02_0024__parmvalue1400332350143613"><b>packetdropping</b></span>: indicates that traffic is discarded.</li></ul>
<td class="cellrowborder" valign="top" width="14.899999999999999%" headers="mcps1.3.4.2.1.1.1.5.1.3 "><p id="antiddos_02_0024__p36029352">String</p>
</td>
<td class="cellrowborder" valign="top" width="44.9%" headers="mcps1.3.4.2.1.1.1.5.1.4 "><div class="p" id="antiddos_02_0024__p32696434">Defense status, the possible value of which is one of the following:<ul id="antiddos_02_0024__ul25832457"><li id="antiddos_02_0024__li31165525"><span class="parmvalue" id="antiddos_02_0024__parmvalue555125744114325"><b>normal</b></span>: indicates that the defense status is normal.</li><li id="antiddos_02_0024__li12054271"><span class="parmvalue" id="antiddos_02_0024__parmvalue404664094114337"><b>configuring</b></span>: indicates that defense is being configured.</li><li id="antiddos_02_0024__li41379576"><span class="parmvalue" id="antiddos_02_0024__parmvalue600552156114412"><b>notConfig</b></span>: indicates that defense is not configured.</li><li id="antiddos_02_0024__li36871865"><span class="parmvalue" id="antiddos_02_0024__parmvalue1506354986114925"><b>packetcleaning</b></span>: indicates that traffic cleaning is underway.</li><li id="antiddos_02_0024__li63411331"><span class="parmvalue" id="antiddos_02_0024__parmvalue1400332350143613"><b>packetdropping</b></span>: indicates that traffic is discarded.</li></ul>
</div>
</td>
</tr>

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More