Package dev.galasa.zosrseapi
Annotation Interface Rseapi
RSE API
- See Also:
- Annotation:
- Description:
- The
@Rseapi
annotation requests the RSE API Manager to provide a RSE API server instance associated with a z/OS image. The test can request multiple RSE API instances, with the default being associated with the primary zOS image. - Examples:
@ZosImage(imageTag="A")
public IZosImage zosImageA;
@Rseapi(imageTag="A")
public IRseapi rseapiA;
- Extra:
- The
IRseapi
interface has a number of methods to issue requests to the RSE API REST API.
-
Optional Element Summary
-
Element Details
-
imageTag
String imageTagThe tag of the zOS Image this variable is to be populated with- Returns:
- The tag name of the image
- Default:
- "PRIMARY"
-