PUT /albservicesconfig/{uuid}
/albservicesconfig/{uuid}
UUID of the object to fetch
object name
Avi Tenant Header
Avi Tenant Header UUID
The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version.
Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
ALBServicesConfig object creation
Show optional properties
{
"app_signature_config": {},
"case_config": {},
"feature_opt_in_status": {},
"inventory_config": {},
"ip_reputation_config": {},
"portal_url": "string",
"saas_licensing_config": {},
"user_agent_db_config": {},
"waf_config": {}
}
{
"_last_modified": "string",
"app_signature_config": {
"app_signature_sync_interval": 0
},
"asset_contact": {
"account_id": "string",
"account_name": "string",
"email": "string",
"managed_accounts": [
{
"id": "string",
"name": "string",
"users": [
{
"email": "string",
"name": "string",
"phone": "string"
}
]
}
],
"name": "string",
"phone": "string"
},
"case_config": {
"additional_emails": [
"string"
],
"enable_auto_case_creation_on_controller_failure": false,
"enable_auto_case_creation_on_se_failure": false,
"enable_cleanup_of_attached_files": false
},
"configpb_attributes": {
"version": 0
},
"feature_opt_in_status": {
"enable_appsignature_sync": false,
"enable_ip_reputation": false,
"enable_pulse_case_management": false,
"enable_pulse_inventory": false,
"enable_pulse_waf_management": false,
"enable_user_agent_db_sync": false
},
"inventory_config": {
"enable_search_info": false
},
"ip_reputation_config": {
"ip_reputation_file_object_expiry_duration": 0,
"ip_reputation_sync_interval": 0
},
"mode": "string",
"name": "string",
"polling_interval": 0,
"portal_url": "string",
"saas_licensing_config": {
"max_service_units": "number",
"reserve_service_units": "number"
},
"session_config": {
"session_headers": [
{
"name": "string",
"value": "string"
}
]
},
"split_proxy_configuration": {
"host": "string",
"password": "string",
"port": 0,
"username": "string"
},
"tenant_config": {
"heartbeat_interval": 0,
"license_escrow_interval": 0,
"license_expiry_interval": 0,
"license_reconcile_interval": 0,
"license_refresh_interval": 0,
"license_renewal_interval": 0,
"token_refresh_interval": 0
},
"tenant_ref": "string",
"url": "string",
"use_split_proxy": false,
"use_tls": false,
"user_agent_db_config": {
"allowed_batch_size": 0
},
"uuid": "string",
"waf_config": {
"enable_auto_download_waf_signatures": false,
"enable_waf_signatures_notifications": false
}
}
OK
"ALBServicesConfig Object"
UNIX time since epoch in microseconds. Units(MICROSECONDS).
app_signature_config
asset_contact
case_config
configpb_attributes
feature_opt_in_status
inventory_config
ip_reputation_config
Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- SALESFORCE,MYVMWARE,SYSTEST), Basic edition(Allowed values- SALESFORCE,MYVMWARE,SYSTEST), Enterprise with Cloud Services edition.
Name of the ALBServicesConfig object. Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
The FQDN or IP address of the Pulse Cloud Services. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
saas_licensing_config
session_config
split_proxy_configuration
tenant_config
Tenant UUID associated with the Object. It is a reference to an object of type Tenant. Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
url
By default, Pulse Cloud Services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
Secure the controller to Pulse Cloud Services communication over TLS. Field introduced in 20.1.3. Allowed in Enterprise edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
user_agent_db_config
Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
waf_config
log in failed
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"app_signature_config:"object","case_config:"object","feature_opt_in_status:"object","inventory_config:"object","ip_reputation_config:"object","portal_url:"string","saas_licensing_config:"object","user_agent_db_config:"object","waf_config:"object"}' https://{api_host}/api/albservicesconfig/{uuid}