Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URIMandatory or OptionalDescription
<OP>mandatorythe HTTP method
dmimandatorythe dmi root resource
<v{v-number}>mandatoryversion of the dmi interface is the target resource URI is the query parameter list
<cm-handle>mandatoryunique (string) identifier of a yang tree instance.
<data|operations|dmi-action>mandatoryyang data, rpc operation or a (non-modeled) ncmp api dmi action
{datastore}optionaloptional datastore
<resource-path>optionalthe path expression identifying the resource that is
being accessed by the operation. If this field is not
present, then the target resource is the API itself.
<query>optionalthe set of parameters associated with the RESTCONF message;
see Section 3.4 of [RFC3986]. RESTCONF parameters have 
the familiar form of "name=value" pairs. Most query parameters are
optional to implement by the server and optional to use by the client. Each optional query parameter is identified by a URI

...