M_sloFix merged with A_sloFix.
commit
ab56e58667
|
|
@ -27,6 +27,10 @@ module TP_Mobile_DigitalKey {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"POST /smc2-bl/track/v2/trackKey~",
|
||||
~"POST /smc2-bl/track/v2/manageKey~",
|
||||
~"GET /api/v1/digitalkey/<VIN>/password~",
|
||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -45,6 +49,10 @@ module TP_Mobile_DigitalKey {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"POST /smc2-bl/track/v2/trackKey~",
|
||||
~"POST /smc2-bl/track/v2/manageKey~",
|
||||
~"GET /api/v1/digitalkey/<VIN>/password~",
|
||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
|
|
|
|||
|
|
@ -23,13 +23,18 @@ module TP_Mobile_Login {
|
|||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"btc-user-composite-service - PROD~",
|
||||
~"btc-connected-oauth-service - PROD~"
|
||||
~"btc-cn-connected-oauth-service - PROD~"
|
||||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/presentation/oauth/config~",
|
||||
~"GET /api/v1/presentation/profile-tab~",
|
||||
~"POST /api/v1/oauth/token/identifier~"
|
||||
~"GET /api/v1/presentation/profile-account~",
|
||||
~"GET /api/v2/presentation/profile-account~",
|
||||
~"POST /api/v2/presentation/profile-account~",
|
||||
~"GET /api/v1/presentation/profile-tab/contacts~",
|
||||
~"POST /api/v2/cop/login/pwd~",
|
||||
~"POST /api/v2/cop/login/sms~",
|
||||
~"POST /api/v2/cop/sso~",
|
||||
~"GET /api/v1/cop/logout~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -44,13 +49,18 @@ module TP_Mobile_Login {
|
|||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"btc-user-composite-service - PROD~",
|
||||
~"btc-connected-oauth-service - PROD~"
|
||||
~"btc-cn-connected-oauth-service - PROD~"
|
||||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/presentation/oauth/config~",
|
||||
~"GET /api/v1/presentation/profile-tab~",
|
||||
~"POST /api/v1/oauth/token/identifier~"
|
||||
~"GET /api/v1/presentation/profile-account~",
|
||||
~"GET /api/v2/presentation/profile-account~",
|
||||
~"POST /api/v2/presentation/profile-account~",
|
||||
~"GET /api/v1/presentation/profile-tab/contacts~",
|
||||
~"POST /api/v2/cop/login/pwd~",
|
||||
~"POST /api/v2/cop/login/sms~",
|
||||
~"POST /api/v2/cop/sso~",
|
||||
~"GET /api/v1/cop/logout~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
|
|
|
|||
|
|
@ -26,20 +26,11 @@ module TP_Mobile_PersonalFavorites {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"POST /api/v2/favorites~",
|
||||
~"POST /api/v3/favorites~",
|
||||
~"GET /api/v2/favorites~",
|
||||
~"GET /api/v3/favorites~",
|
||||
~"GET /api/v1/favorites~",
|
||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||
~"PUT /api/v2/favorites/homework/1~",
|
||||
~"PUT /api/v2/favorites/homework/2~"
|
||||
~"POST /api/v3/favorites~",
|
||||
~"PUT /api/v3/favorites/<favoriteId>~"
|
||||
)")
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
||||
=======
|
||||
))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(
|
||||
|
|
@ -55,23 +46,12 @@ module TP_Mobile_PersonalFavorites {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"POST /api/v2/favorites~",
|
||||
~"POST /api/v3/favorites~",
|
||||
~"GET /api/v2/favorites~",
|
||||
~"GET /api/v3/favorites~",
|
||||
~"GET /api/v1/favorites~",
|
||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||
~"PUT /api/v2/favorites/homework/1~",
|
||||
~"PUT /api/v2/favorites/homework/2~"
|
||||
~"POST /api/v3/favorites~",
|
||||
~"PUT /api/v3/favorites/<favoriteId>~"
|
||||
)")
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
))):splitBy()))"
|
||||
>>>>>>> b81834091683d952e2d1521baba73fa2ab118d03
|
||||
=======
|
||||
))):splitBy()))
|
||||
>>>>>>> origin/master
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
|
|
@ -33,9 +33,7 @@ module TP_Mobile_Remote360 {
|
|||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
||||
~"GET /eadrax-r360/v1/recordings/vehicle/$vin~",
|
||||
~"GET /eadrax-r360/v1/vehicle/addresses~",
|
||||
~"POST /api/v1/vehicle/<VIN>/addresses~"
|
||||
~"GET /recordings/vehicle/$vin~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -60,9 +58,7 @@ module TP_Mobile_Remote360 {
|
|||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
||||
~"GET /eadrax-r360/v1/recordings/vehicle/$vin~",
|
||||
~"GET /eadrax-r360/v1/vehicle/addresses~",
|
||||
~"POST /api/v1/vehicle/<VIN>/addresses~"
|
||||
~"GET /recordings/vehicle/$vin~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
|
|
|
|||
|
|
@ -26,16 +26,16 @@ module TP_Mobile_RemoteServices {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"POST /api/v2/presentation/remote-commands/eventStatus~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||
~"GET /api/v2/presentation/remote-commands/eventPosition~",
|
||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||
~"GET /api/v2/presentation/remote-commands/eventStatus~"
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||
~"GET /api/v1/presentation/remote-history/<VIN>~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -53,16 +53,16 @@ module TP_Mobile_RemoteServices {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"POST /api/v2/presentation/remote-commands/eventStatus~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||
~"GET /api/v2/presentation/remote-commands/eventPosition~",
|
||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||
~"GET /api/v2/presentation/remote-commands/eventStatus~"
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||
~"GET /api/v1/presentation/remote-history/<VIN>~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ module TP_Mobile_Send2VehicleMGU {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"/v2/motorist/[UUID]/trips~",
|
||||
~"/v3/motorist/[UUID]/trips~"
|
||||
~"/v3/motorist/[UUID]/trips~",
|
||||
~"/v2/motorist/[UUID]/trips~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -45,8 +45,8 @@ module TP_Mobile_Send2VehicleMGU {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"/v2/motorist/[UUID]/trips~",
|
||||
~"/v3/motorist/[UUID]/trips~"
|
||||
~"/v3/motorist/[UUID]/trips~",
|
||||
~"/v2/motorist/[UUID]/trips~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ module TP_Mobile_VehicleData {
|
|||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles/<VIN>/state~",
|
||||
~"GET /api/v1/vehicles<VIN>~",
|
||||
~"GET /v1/vehicle/<VIN>~"
|
||||
)")
|
||||
)
|
||||
|
|
@ -49,7 +48,6 @@ module TP_Mobile_VehicleData {
|
|||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles/<VIN>/state~",
|
||||
~"GET /api/v1/vehicles<VIN>~",
|
||||
~"GET /v1/vehicle/<VIN>~"
|
||||
)")
|
||||
)
|
||||
|
|
|
|||
|
|
@ -37,9 +37,6 @@ module TP_Mobile_PersonalFavorites {
|
|||
~"PUT /api/v2/favorites/homework/2~"
|
||||
)")
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
||||
=======
|
||||
))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(
|
||||
|
|
@ -66,12 +63,7 @@ module TP_Mobile_PersonalFavorites {
|
|||
~"PUT /api/v2/favorites/homework/2~"
|
||||
)")
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
))):splitBy()))"
|
||||
>>>>>>> b81834091683d952e2d1521baba73fa2ab118d03
|
||||
=======
|
||||
))):splitBy()))
|
||||
>>>>>>> origin/master
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
@ -84,9 +76,4 @@ evaluation = "AGGREGATE"
|
|||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
||||
|
||||
output "TP_Mobile_PersonalFavorites_metric" {
|
||||
value = module.TP_Mobile_PersonalFavorites.metric_expression
|
||||
}
|
||||
|
|
@ -23,14 +23,14 @@ module TP_Mobile_DigitalKey {
|
|||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"TrackApi - smc - PROD~",
|
||||
~"digital-key-composite-service - PROD~"
|
||||
~"digital-key-composite-service - PROD~"
|
||||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"POST /smc2-bl/track/v2/trackKey~",
|
||||
~"POST /smc2-bl/track/v2/manageKey~",
|
||||
~"GET /api/v1/digitalkey/<VIN>/password~",
|
||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -45,14 +45,14 @@ module TP_Mobile_DigitalKey {
|
|||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"TrackApi - smc - PROD~",
|
||||
~"digital-key-composite-service - PROD~"
|
||||
~"digital-key-composite-service - PROD~"
|
||||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"POST /smc2-bl/track/v2/trackKey~",
|
||||
~"POST /smc2-bl/track/v2/manageKey~",
|
||||
~"GET /api/v1/digitalkey/<VIN>/password~",
|
||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
|
|
|
|||
|
|
@ -29,11 +29,10 @@ module TP_Mobile_Mapping {
|
|||
,entityName.in(
|
||||
~"GET /api/v2/presentation/users/validate~",
|
||||
~"POST /api/v2/vehicles/<VIN>/primary~",
|
||||
~"POST /api/v2/vehicles/<VIN>/secondary~",
|
||||
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -54,11 +53,10 @@ module TP_Mobile_Mapping {
|
|||
,entityName.in(
|
||||
~"GET /api/v2/presentation/users/validate~",
|
||||
~"POST /api/v2/vehicles/<VIN>/primary~",
|
||||
~"POST /api/v2/vehicles/<VIN>/secondary~",
|
||||
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
|
|
|
|||
|
|
@ -37,9 +37,15 @@ module TP_Mobile_PersonalFavorites {
|
|||
~"PUT /api/v2/favorites/homework/2~"
|
||||
)")
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
||||
=======
|
||||
~"POST /api/v3/favorites/~",
|
||||
~"GET /api/v2/favorites~",
|
||||
~"GET /api/v3/favorites~",
|
||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||
~"DELETE /api/v2/favorites/<favoriteId>~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(
|
||||
|
|
@ -66,12 +72,16 @@ module TP_Mobile_PersonalFavorites {
|
|||
~"PUT /api/v2/favorites/homework/2~"
|
||||
)")
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
))):splitBy()))"
|
||||
>>>>>>> b81834091683d952e2d1521baba73fa2ab118d03
|
||||
=======
|
||||
))):splitBy()))
|
||||
>>>>>>> origin/master
|
||||
~"POST /api/v3/favorites/~",
|
||||
~"GET /api/v2/favorites~",
|
||||
~"GET /api/v3/favorites~",
|
||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||
~"DELETE /api/v2/favorites/<favoriteId>~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
|
|
@ -26,14 +26,14 @@ module TP_Mobile_Remote360 {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/events/[UUID]~",
|
||||
~"POST /api/v1/events/[UUID]/cancel~",
|
||||
~"POST /api/v1/event/execute~",
|
||||
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||
~"GET /eadrax-r360/v1/events/$eventId~",
|
||||
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
||||
~"POST /eadrax-r360/v1/event/execute~",
|
||||
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
||||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
||||
~"GET /recordings/vehicle/$vin~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -51,14 +51,14 @@ module TP_Mobile_Remote360 {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/events/[UUID]~",
|
||||
~"POST /api/v1/events/[UUID]/cancel~",
|
||||
~"POST /api/v1/event/execute~",
|
||||
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||
~"GET /eadrax-r360/v1/events/$eventId~",
|
||||
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
||||
~"POST /eadrax-r360/v1/event/execute~",
|
||||
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
||||
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
||||
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
||||
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
||||
~"GET /recordings/vehicle/$vin~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))
|
||||
|
|
|
|||
|
|
@ -32,9 +32,12 @@ module TP_Mobile_RemoteServices {
|
|||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||
~"GET /api/v2/presentation/remote-commands/eventPosition~",
|
||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||
~"GET /api/v2/presentation/remote-commands/eventStatus~"
|
||||
)")
|
||||
)
|
||||
|
|
@ -59,9 +62,12 @@ module TP_Mobile_RemoteServices {
|
|||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||
~"GET /api/v2/presentation/remote-commands/eventPosition~",
|
||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||
~"GET /api/v2/presentation/remote-commands/eventStatus~"
|
||||
)")
|
||||
)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ module TP_Mobile_VehicleData {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"GET /api/v1/vehicles/<VIN>/state",
|
||||
~"GET /api/v1/vehicles/<VIN>/state~",
|
||||
~"GET /v1/vehicle/<VIN>~"
|
||||
)")
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue