fetchDashboardOptionsConfig
abstract suspend fun fetchDashboardOptionsConfig(connection: MockzillaConnectionConfig, key: EndpointConfiguration.Key): Result<DashboardOptionsConfig>
Fetches the dashboard options configuration for the endpoint identified by key on the device at connection.
Return
Result.success wrapping the dashboard options config, or Result.failure if the request could not be completed.
Parameters
connection
The device to target.
key
The key of the endpoint to query.