mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-23 09:04:23 +08:00
22 lines
497 B
YAML
22 lines
497 B
YAML
get:
|
|
summary: 获取指定SNat详情信息
|
|
parameters:
|
|
- $ref: "../parameters/natgateway.yaml#/snatentryId"
|
|
responses:
|
|
200:
|
|
description: SNat信息
|
|
schema:
|
|
$ref: "../schemas/natgateway.yaml#/SNatEntryResponse"
|
|
tags:
|
|
- natsentry
|
|
|
|
delete:
|
|
summary: 删除指定SNat
|
|
parameters:
|
|
- $ref: '../parameters/natgateway.yaml#/snatentryId'
|
|
responses:
|
|
200:
|
|
schema:
|
|
$ref: '../schemas/natgateway.yaml#/SNatEntryResponse'
|
|
tags:
|
|
- natsentry |