REST resources can be represented as files, so two URL extensions have been added to support two common operations: read-config-as-xml and export-resource. By adding the following URL extensions at the end of the URL, you can invoke these two operations.
|
URL Extension
|
Management Operation
|
Example URL
|
|---|---|---|
|
.xml
|
read-config-as-xml
| |
|
.zip
|
export-resource
|
This is just a convenient way to specify the operation name as a file extension instead of specifying it as a request parameter.
Note