3.1.1. Using the 'c' query parameter
The 'c' (content) option controls how descendant nodes of the requested data nodes will be processed in the reply.¶
The allowed values are:¶
Value | Description |
---|---|
c | Return only configuration descendant data nodes |
n | Return only non-configuration descendant data nodes |
a | Return all descendant data nodes |
This option is only allowed for GET and FETCH methods on datastore and data node resources. A 4.02 (Bad Option) error is returned if used for other methods or resource types.¶
If this query parameter is not present, the default value is "a" (the quotes are added for readability, but they are not part of the payload).¶