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
As agreed in the Tier 1 dCache devs meeting I am reporting here.
It was noticed that /cell endpoint does not seem to provide persistency for the state of the cell.
Normally in operation:
curl -X GET "https://dcint-frontend.sdcc.bnl.gov:3880/api/v1/cells/WebDAV-dcqosdoor01-externalipv6%40webdav-dcqosdoor01_httpsDomain" -H "accept: application/json"
Dear all,
As agreed in the Tier 1 dCache devs meeting I am reporting here.
It was noticed that /cell endpoint does not seem to provide persistency for the state of the cell.
Normally in operation:
If the cell is stopped it is not longer listed in the /cell ENDPOINT
If using the following the endpoint [/cells/{address}] to query the cell is listed with state 4.
{
"cellName": "WebDAV-dcqosdoor01-externalipv6",
"domainName": "webdav-dcqosdoor01_httpsDomain",
"state": 4,
"roundTripTime": 0
}
Could you please advise?
All the best,
Carlos
The text was updated successfully, but these errors were encountered: