Sha256: 0ad8bb23da624d3a535f21cc237a493771f50f7cd0e0372f69862ffd86733c22
Contents?: true
Size: 1.08 KB
Versions: 4
Compression:
Stored size: 1.08 KB
Contents
# LoadbalancerGet Retrieves the attributes of a given load balancer. This will also retrieve a list of NICs associated with the load balancer. ```text knife ionoscloud loadbalancer get (options) ``` ## Available options: ### Required options: * datacenter\_id * loadbalancer\_id * ionoscloud\_username * ionoscloud\_password ```text datacenter_id: --datacenter-id DATACENTER_ID, -D DATACENTER_ID iD of the data center (required) loadbalancer_id: --loadbalancer-id LOADBALANCER_ID, -L LOADBALANCER_ID iD of the load balancer (required) ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file ``` ## Example ```text knife ionoscloud loadbalancer get --datacenter-id DATACENTER_ID --loadbalancer-id LOADBALANCER_ID --username USERNAME --password PASSWORD --extra-config EXTRA_CONFIG_FILE_PATH ```
Version data entries
4 entries across 4 versions & 1 rubygems