a10_cloud_services_kafka_server_profile

Synopsis

configure kafka server profile

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’, ‘absent’]

State of the object to be created.

ansible_host

str/required

Host for AXAPI authentication

ansible_username

str/required

Username for AXAPI authentication

ansible_password

str/required

Password for AXAPI authentication

ansible_port

int/required

Port for AXAPI authentication

a10_device_context_id

int

[‘1-8’]

Device ID for aVCS configuration

a10_partition

str

Destination/target partition for object/command

security_protocol

str

Set security_protocol in cloud credentials file

sasl_mechanisms

str

Set sasl_mechanisms in cloud credentials file

sasl_password

str

Set sasl_password in cloud credentials file

bootstrap_servers

str

Set bootstrap_servers in cloud credentials file

tenant_id

str

Set tenant_id in cloud credentials file

client_secret

str

Set client_secret in cloud credentials file

client_id

str

Set client_id in cloud credentials file

schema_group_name

str

Set schema_group_name in cloud credentials file

subscription_id

str

Set subscription_id in cloud credentials file

resource_group

str

Set resource_group in cloud credentials file

active_ns

str

Set active_ns in cloud credentials file

alias_ns

str

Set active_ns in cloud credentials file

primary_ns

str

Set active_ns in cloud credentials file

secondary_ns

str

Set active_ns in cloud credentials file

action

str

‘register’= Register the device to the cloud; ‘deregister’= Deregister the device from the cloud;

uuid

str

uuid of the object

oper

dict

Field oper

active_namespace

str

Field active_namespace

kafka_broker_state

str

Field kafka_broker_state

registration_status

str

Field registration_status

Examples


Return Values

modified_values (changed, dict, )

Values modified (or potential changes if using check_mode) as a result of task operation

axapi_calls (always, list, )

Sequential list of AXAPI calls made by the task

endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])

The AXAPI endpoint being accessed.

http_method (, str, [‘POST’, ‘GET’])

HTTP method being used by the primary task to interact with the AXAPI endpoint.

request_body (, complex, )

Params used to query the AXAPI

response_body (, complex, )

Response from the AXAPI

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by community.

Authors

  • A10 Networks