Skip to content

Allow F5 SSH.

POST
/api/operate/namespaces/system/sites/{site}/vpm/debug/global/allow-f5-ssh
curl --request POST \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/operate/namespaces/system/sites/example/vpm/debug/global/allow-f5-ssh \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "enable": true, "enabled_duration": 1, "single_node": true, "site": "example" }'

Allow F5 SSH on host.

Examples of this operation.

site
required
string

Site Name Name of the site where F5 SSH access will be controlled.

Media typeapplication/json
Allow F5 SSH Request

Request to control F5 SSH access (vesop) on host. This API allows enabling or disabling vesop SSH access with optional timer-based auto-disable functionality.

object
enable
Enable

Enables or disables F5 SSH (vesop) access on the site. When enabled, F5 support can SSH to the site for troubleshooting purposes. Required: YES.

boolean format: boolean
enabled_duration
Enabled Duration

Duration in minutes for which F5 SSH access is enabled. Set to 0 for permanent enable/disable without timer. When enable=true and enabled_duration > 0, vesop access will be automatically disabled after this duration.

integer format: int64
single_node
Single Node

Field to indicate single node operation.

boolean format: boolean
site
Site Name

Name of the site where F5 SSH access will be controlled.

string
<= 1024 characters
Examplegenerated
{
"enable": true,
"enabled_duration": 1,
"single_node": true,
"site": "example"
}

A successful response.

Media typeapplication/json
Enable F5 SSH Response

Enable F5 SSH response.

object
Examplegenerated
{}

Returned when operation is not authorized.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when there is no permission to access resource.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when resource is not found.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation on resource is conflicting with current value.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation has been rejected as it is happening too frequently.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server encountered an error in processing API.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when service is unavailable temporarily.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server timed out processing request.

Media typeapplication/json
string format: string
Examplegenerated
example