.well-known/host-meta

The following operations are supported on this resource:

  • GET - Get metadata information for a URI, media type or a media type version.

GET .well-known/host-meta

This method returns metadata, which includes grammar for getting information regarding any URI, mediatype, and mediatype versions available on the host.

Sample Usage

GET .well-known/host-meta

  • Produces the following content types :
    application/xrd+xml

  • Sample Output XML:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <XRD>
       <Link rel="http://juniper.net/space/info/template/uri" template="http://space.company.com/api/info?uri={uri}"/>
       <Link rel="http://juniper.net/space/info/template/type" template="http://space.company.com/api/info?type={type}"/>
       <Link rel="http://juniper.net/space/info/template/type-v" template="http://space.company.com/api/info?type-v={type-v}&choice={choice-option}"/>
    </XRD>

Access Control

The following capabilities are required to access this API: DefaultRead