On the REST API of the Controller using the Runtime API Data Model what is required for ApiKey? The associated data model does indicate that it is required, but doesn't say what it should be. In the rest of the documentation ApiKey is used as an optional login security key. In the REST Runtime data model is this how ApiKey is used and does that mandate that an ApiKey must be set on the Neoload controller in order to use the REST Runtime API?
Can someone detail each field in the Data Model for the REST Runtime API?
Also, is there a way given this REST Runtime API to identify the specific instance of testing started via the REST Runtime API?
Or is the expectation that the caller provide a distinct "TestResultName" which is also defined in the Data Model as
<Property Name="TestResultName" Type="Edm.String" Nullable="true"/>
in order to find the results associated with any particular testing instance launched via the REST Runtime API within the REST Results API?
I noted that each Data Model (Runtime and Results) has a required ApiKey, is this (ApiKey in both) instead a client provided key to uniquely identify the launched test instance so it can later be found in the REST Results API?