[management] add cloud tag to get ingress ports api spec (#3300)

* fix tag for get endpoint

* update labels
This commit is contained in:
Pascal Fischer 2025-02-12 16:11:54 +01:00 committed by GitHub
parent eb69f2de78
commit e6d4653b08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,8 +29,8 @@ tags:
description: View information about the account and network events. description: View information about the account and network events.
- name: Accounts - name: Accounts
description: View information about the accounts. description: View information about the accounts.
- name: Ingress Peers - name: Ingress Ports
description: Interact with and view information about the ingress peers. description: Interact with and view information about the ingress peers and ports.
x-cloud-only: true x-cloud-only: true
components: components:
schemas: schemas:
@ -2339,9 +2339,10 @@ paths:
"$ref": "#/components/responses/internal_error" "$ref": "#/components/responses/internal_error"
/api/peers/{peerId}/ingress/ports: /api/peers/{peerId}/ingress/ports:
get: get:
x-cloud-only: true
summary: List all Ingress Port Allocations for a Peer summary: List all Ingress Port Allocations for a Peer
description: Returns a list of all ingress port allocations for a peer description: Returns a list of all ingress port allocations for a peer
tags: [ Peers ] tags: [ Ingress Ports ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]
- TokenAuth: [ ] - TokenAuth: [ ]
@ -2378,7 +2379,7 @@ paths:
x-cloud-only: true x-cloud-only: true
summary: Create a Ingress Port Allocation summary: Create a Ingress Port Allocation
description: Creates a new ingress port allocation for a peer description: Creates a new ingress port allocation for a peer
tags: [ Peers ] tags: [ Ingress Ports ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]
- TokenAuth: [ ] - TokenAuth: [ ]
@ -2415,7 +2416,7 @@ paths:
x-cloud-only: true x-cloud-only: true
summary: Retrieve a Ingress Port Allocation summary: Retrieve a Ingress Port Allocation
description: Get information about an ingress port allocation description: Get information about an ingress port allocation
tags: [ Peers ] tags: [ Ingress Ports ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]
- TokenAuth: [ ] - TokenAuth: [ ]
@ -2487,7 +2488,7 @@ paths:
x-cloud-only: true x-cloud-only: true
summary: Delete a Ingress Port Allocation summary: Delete a Ingress Port Allocation
description: Delete an ingress port allocation description: Delete an ingress port allocation
tags: [ Peers ] tags: [ Ingress Ports ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]
- TokenAuth: [ ] - TokenAuth: [ ]
@ -2521,7 +2522,7 @@ paths:
x-cloud-only: true x-cloud-only: true
summary: List all Ingress Peers summary: List all Ingress Peers
description: Returns a list of all ingress peers description: Returns a list of all ingress peers
tags: [ Proxies ] tags: [ Ingress Ports ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]
- TokenAuth: [ ] - TokenAuth: [ ]
@ -2546,7 +2547,7 @@ paths:
x-cloud-only: true x-cloud-only: true
summary: Create a Ingress Peer summary: Create a Ingress Peer
description: Creates a new ingress peer description: Creates a new ingress peer
tags: [ Proxies ] tags: [ Ingress Ports ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]
- TokenAuth: [ ] - TokenAuth: [ ]
@ -2576,7 +2577,7 @@ paths:
x-cloud-only: true x-cloud-only: true
summary: Retrieve a Ingress Peer summary: Retrieve a Ingress Peer
description: Get information about an ingress peer description: Get information about an ingress peer
tags: [ Proxies ] tags: [ Ingress Ports ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]
- TokenAuth: [ ] - TokenAuth: [ ]
@ -2606,7 +2607,7 @@ paths:
x-cloud-only: true x-cloud-only: true
summary: Update a Ingress Peer summary: Update a Ingress Peer
description: Update information about an ingress peer description: Update information about an ingress peer
tags: [ Proxies ] tags: [ Ingress Ports ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]
- TokenAuth: [ ] - TokenAuth: [ ]
@ -2642,7 +2643,7 @@ paths:
x-cloud-only: true x-cloud-only: true
summary: Delete a Ingress Peer summary: Delete a Ingress Peer
description: Delete an ingress peer description: Delete an ingress peer
tags: [ Proxies ] tags: [ Ingress Ports ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]
- TokenAuth: [ ] - TokenAuth: [ ]