GET /api/reopt/stable/results/ returning 404 'Invalid URL' for all valid run UUIDs #203
Unanswered
CascadeEngCoder
asked this question in
8 - API: Application Programming Interface
Replies: 1 comment
|
Figured this out. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Submitting jobs via the v3 stable API returns a valid run_uuid, but all subsequent GET requests to /api/reopt/stable/results// return HTTP 404 with body Invalid URL: stable/results//. Example UUID: e819bbbe-96e2-445b-badb-cb56fa01d5a2. The web tool at reopt.nrel.gov works fine. Is the public API results endpoint currently having issues?
Here is the actual payload used:
{
"Site": {"latitude": 47.6588, "longitude": -117.4260},
"ElectricLoad": {"doe_reference_name": "MediumOffice", "annual_kwh": 1000000},
"ElectricTariff": {"blended_annual_energy_rate": 0.09, "blended_annual_demand_rate": 15},
"PV": {},
"ElectricStorage": {}
}
All reactions