action mercedes_benz_model_configuration_get { label: "Get the configuration for the given marketId, modelId and configurationId." description: "Get the `VehicleConfiguration` for the given **marketId**, **modelId** and **configurationId**." provider: mercedes_benz method: GET path: "/markets/{marketId}/models/{modelId}/configurations/{configurationId}" encoding: json output: { type: "object" additionalProperties: true } }