mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-22 04:19:43 +08:00
23 lines
498 B
YAML
23 lines
498 B
YAML
get:
|
|
summary: 获取指定DNat详情信息
|
|
parameters:
|
|
- $ref: "../parameters/natgateway.yaml#/dnatentryId"
|
|
responses:
|
|
200:
|
|
description: DNat信息
|
|
schema:
|
|
$ref: "../schemas/natgateway.yaml#/DNatEntryResponse"
|
|
tags:
|
|
- natdentry
|
|
|
|
delete:
|
|
summary: 删除指定DNat
|
|
parameters:
|
|
- $ref: '../parameters/natgateway.yaml#/dnatentryId'
|
|
responses:
|
|
200:
|
|
schema:
|
|
$ref: '../schemas/natgateway.yaml#/DNatEntryResponse'
|
|
tags:
|
|
- natdentry
|