Junos Space REST API

/.well-known/host-meta

The following operations are supported on this resource:

GET

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

This API:

  • 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>

Output Payload

element @Produce content type(s)
(custom)
  • application/xrd+xml
description
XRD Metadata

/.well-known/host-meta

Home

REST Endpoints