For the complete documentation index, see llms.txt. This page is also available as Markdown.

ASN Global Configuration

Manage ASN global configuration

Get all the Global configuration

get

Returns array of all the available Global configuration.

Path parameters
idstringRequired

Appliance identifier

Responses
200

successful operation

No content

get/applianceglobalAll/{id}

No content

Update Global configuration

post

Update Global configuration

Path parameters
idstringRequired

Appliance identifier

Body
app_idstringOptionalExample: enable
appliance_idstringOptionalExample: 000102030405
gre_hdr_strip_lenstringOptionalExample: 22
http2_port_configstringOptionalExample: [1, 2, 4,5]
kafka_interval_configstringOptionalExample: 31
data_exportstringOptionalExample: enable
control_session_exportstringOptionalExample: enable
user_session_export_statusstringOptionalExample: enable
radius_session_exportstringOptionalExample: enable
Responses
200

successful operation

No content

post/applianceglobalAll/{id}

No content

Get Kafka Cores

get

Returns Kafka cores configuration for the specified appliance.

Path parameters
applianceIdstringRequired

Appliance identifier

Responses
200

Kafka cores retrieved successfully.

application/json
objectOptional
get/appliance/kafkaCores/{applianceId}

Last updated