aliasTargetName

java.lang.String aliasTargetName(java.util.UUID aliasId)
                                 throws RestException
Retrieve the target name for a alias.

 

Parameters:
aliasId - The alias' id.
Returns:
The corresponding target name.
Throws:
RestException - If the method fails.

createAlias

ccc.rest.dto.ResourceSummary createAlias(ccc.rest.dto.AliasDto alias)
                                         throws RestException
Create a new alias in CCC.

 

Parameters:
alias - The alias to create.
Returns:
A resource summary describing the new alias.
Throws:
RestException - If the method fails.

updateAlias

void updateAlias(java.util.UUID aliasId,
                 ccc.rest.dto.AliasDelta delta)
                 throws RestException
Update an alias.

 

Parameters:
aliasId - The id of the alias to update.
delta - The changes to apply.
Throws:
RestException - If the method fails.