ApiConnection

class core.zowe.core_for_zowe_sdk.ApiConnection(host_url, user, password, ssl_verification=True)

Class used to represent a connection with a REST API.

host_url

The base url of the rest api host

Type:

str

user

The user of the rest api

Type:

str

password

The password for the user

Type:

str

ssl_verification
Type:

bool