{{{intro}}}
{{#each sections}}

{{long_description}}

{{#each methods}}

{{description}}

{{ziosPermissionsBadges ziosPermissions}}
{{method}} /api{{uri}}{{buildMethodExtension redirection}}
{{#if ../is_ecommerce}}
Example: curl -X {{method}} {{setToken ../../is_ecommerce ../../nokey}} {{zeroContent method parameters}} {{#ifPostWithParameters method parameters}} {{querystringPostData parameters}} {{/ifPostWithParameters}}  'https://<cloud-console-url>/api{{uri}}.json{{buildGetExamples method parameters }}'
{{else}}
Example: curl -X {{method}}{{buildContentType redirection}} {{setToken ../is_ecommerce nokey}} {{zeroContent method parameters}} {{#ifPostWithParameters method parameters showParamsAsPOST}} {{buildPostExamples parameters}} {{/ifPostWithParameters}}  'https://<vpsa-object-storage-address>:8443/api{{uri}}{{buildExtension redirection}}{{buildGetExamples method parameters showParamsAsPOST}}'{{addRedirection redirection}}
{{/if}} {{#if parameters}}
{{name}} {{parameterType type}}{{#if options}} - {{options}}{{/if}} {{descriptionWithRequired required description}}
{{else}}
No parameters available for this command.
{{/if}}
{{#if response}} {{#if csv}}
Sample CSV Response
{{response}}
{{else}}
Sample XML Response Sample JSON Response
{{response}}
{{response_json}}
{{/if}} {{/if}}
{{/each}}
{{/each}}
Current doc version:23.03