getSystems

@GET(value = "zosmf/resttopology/systems")
abstract fun getSystems(@Header(value = "Authorization") authToken: String): Call<SystemsResponse>

An API function to get all available systems defined to z/OSMF

Return

a wrapped instance of SystemsResponse

Parameters

authToken

is a base 64 encoding representation of userid:password