You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use compose-builder command make run no-secty ds-virtual to bring up EdgeX system
On postman:
POST http://localhost:59861/api/v3/interval
JSON body: (note the created value has really long invalid string)
{
"interval": {
"created":zaZswmJkhAIkIw7f8zFjSlvbv78Ua61Vlgz2JToGRZYo2nXIlKG7ck8ZjoHjudSe95WVwQVDdMuLA7mVRIek7okrHGaaElLXfFzX7zp2buylQGpzQueCmMmi3usHQPXqAwGJNexRcUQyBqTDqbv5PM5bLlylv3S0esWclfYoAahFXvtcgjmJw8r1fGIOzGWjGKWkzbP1vYObDctXhJdg7fk6tnfEdnnUkKo9953I5NjT0amWVIhqo8nwQPIO14gb44wyQAgpsJkT8xJNXNGSb63RmMbynIpfXpIbIWWuhLtrnyQyOTYJ9FHO8R4jARTZqtzyfyNToMUjajQ4YjI7OTJpPrZKxYR946DkDgRYQGVY5Dmth3XbfNMYQOlD7paQR77vuRfaSDAa2bWBpOoOiOEhLLkefqcmbRm73m5icnGlCx3X6cwFxArjexVz2zZgRk62bm5M,
"end": "20221016T200000",
"interval": "100m",
"id": "ec40bf0f-1c22-4c62-9227-1b8dad2f9725",
"modified": 1,
"name": "testinterval01",
"start": "20211016T200000"
},
"requestId": "59429949-eb50-446d-8765-5c2b4f640388",
"apiVersion": "v3"
}
This postman call will produce http status code 500, and message of "invalid character 'z' looking for beginning of value", with this error message, it shouldn't be status code 500, but status code 400.
🔥 Exception or Error
{
"apiVersion": "v3",
"message": "invalid character 'z' looking for beginning of value",
"statusCode": 500
}
🌍 Your Environment
use compose-builder command make run no-secty ds-virtual to bring up EdgeX system
EdgeX Version [REQUIRED]:
3.1
Anything else relevant?
The text was updated successfully, but these errors were encountered:
🐞 Bug Report
Affected Services [REQUIRED]
support-scheduler
Is this a regression?
no
Description and Minimal Reproduction [REQUIRED]
use compose-builder command
make run no-secty ds-virtual
to bring up EdgeX systemOn postman:
POST http://localhost:59861/api/v3/interval
JSON body: (note the created value has really long invalid string)
{
"interval": {
"created":zaZswmJkhAIkIw7f8zFjSlvbv78Ua61Vlgz2JToGRZYo2nXIlKG7ck8ZjoHjudSe95WVwQVDdMuLA7mVRIek7okrHGaaElLXfFzX7zp2buylQGpzQueCmMmi3usHQPXqAwGJNexRcUQyBqTDqbv5PM5bLlylv3S0esWclfYoAahFXvtcgjmJw8r1fGIOzGWjGKWkzbP1vYObDctXhJdg7fk6tnfEdnnUkKo9953I5NjT0amWVIhqo8nwQPIO14gb44wyQAgpsJkT8xJNXNGSb63RmMbynIpfXpIbIWWuhLtrnyQyOTYJ9FHO8R4jARTZqtzyfyNToMUjajQ4YjI7OTJpPrZKxYR946DkDgRYQGVY5Dmth3XbfNMYQOlD7paQR77vuRfaSDAa2bWBpOoOiOEhLLkefqcmbRm73m5icnGlCx3X6cwFxArjexVz2zZgRk62bm5M,
"end": "20221016T200000",
"interval": "100m",
"id": "ec40bf0f-1c22-4c62-9227-1b8dad2f9725",
"modified": 1,
"name": "testinterval01",
"start": "20211016T200000"
},
"requestId": "59429949-eb50-446d-8765-5c2b4f640388",
"apiVersion": "v3"
}
This postman call will produce http status code 500, and message of "invalid character 'z' looking for beginning of value", with this error message, it shouldn't be status code 500, but status code 400.
🔥 Exception or Error
{
"apiVersion": "v3",
"message": "invalid character 'z' looking for beginning of value",
"statusCode": 500
}
🌍 Your Environment
use compose-builder command
make run no-secty ds-virtual
to bring up EdgeX systemEdgeX Version [REQUIRED]:
3.1
Anything else relevant?
The text was updated successfully, but these errors were encountered: