Skip to content

Added standard ID for the node-size-report endpoint#237

Closed
aratikakadiya wants to merge 3 commits into
opencadc:mainfrom
aratikakadiya:main
Closed

Added standard ID for the node-size-report endpoint#237
aratikakadiya wants to merge 3 commits into
opencadc:mainfrom
aratikakadiya:main

Conversation

@aratikakadiya

Copy link
Copy Markdown
Contributor

No description provided.

public static final URI VOSPACE_FILES = URI.create("ivo://ivoa.net/std/VOSpace#files-proto");
public static final URI VOSPACE_RECURSIVE_DELETE = URI.create("ivo://ivoa.net/std/VOSpace#recursive-delete-proto");
public static final URI VOSPACE_RECURSIVE_NODEPROPS = URI.create("ivo://ivoa.net/std/VOSpace#recursive-nodeprops-proto");
public static final URI VOSPACE_NODE_SIZE_REPORT = URI.create("ivo://ivoa.net/std/VOSpace#node-size-report");

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The authority part of the URI indicates we intend to add this to the VOSpace standard. For other such URIs above we append -proto to the fragment to indicate status.

So in the style of the one above:

VOSPACE_RECURSIZE_NODESIZE = ... #recursive-nodesize-proto

@pdowler

pdowler commented Jun 23, 2026

Copy link
Copy Markdown
Member

Trying to maintain all known standardID values here was not the best idea, so all vospace-related standardID values have been copied to the cadc-vos library. The ones here will be deprecated.

@pdowler pdowler closed this Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants