The standard uri are /{name}/{profiles} and /{name}/{profiles}/{label} . They return a json format optimized for the spring configuration client.
{name} is the name of the application. {profiles} - a list of profiles, separated by commas. {label} - the name of the branch when using git or svn.
Listed below are data in other formats optimized for these formats:
/{name}-{profiles}.properties/{label}/{name}-{profiles}.properties{name}-{profiles}.json/{label}/{name}-{profiles}.json/{name}-{profiles}.yml/{name}-{profiles}.yaml/{label}/{name}-{profiles}.yml/{label}/{name}-{profiles}.yaml
source share