Skip to content

Latest commit

 

History

History
125 lines (68 loc) · 3.06 KB

FirewallApi.md

File metadata and controls

125 lines (68 loc) · 3.06 KB

\FirewallApi

All URIs are relative to https://api.entrywan.com/v1beta

Method HTTP request Description
firewall_get GET /firewall List firewalls
firewall_id_delete DELETE /firewall/{id} Delete a firewall
firewall_post POST /firewall Add a firewall
instance_id_firewall_put PUT /instance/{id}/firewall Apply firewall to instance

firewall_get

Veccrate::models::Firewall firewall_get() List firewalls

List firewalls

Parameters

This endpoint does not need any parameter.

Return type

Veccrate::models::Firewall

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

firewall_id_delete

firewall_id_delete(id) Delete a firewall

Parameters

Name Type Description Required Notes
id uuid::Uuid ID of firewall [required]

Return type

(empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

firewall_post

firewall_post(firewall_post_request) Add a firewall

Parameters

Name Type Description Required Notes
firewall_post_request FirewallPostRequest [required]

Return type

(empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

instance_id_firewall_put

instance_id_firewall_put(id) Apply firewall to instance

Apply firewall to instance

Parameters

Name Type Description Required Notes
id uuid::Uuid Instance ID [required]

Return type

(empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]