You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This page describes the commands endpoint, which can be used to trigger commands defined in catalogs

Commands can perform duties within the system or connect to external resources. 

The REST resource must be called with HTTP POST.


Request URLs

The endpoint recognizes URLs with or without a catalog:

POST  /commands/v2/{catalogName}/{commandName}

POST  /commands/v2/{commandName}

.

Parameters

ad

Parameter

Description

Parameter type

Data type

commandName

required

Command definition

pathString

catalogName

optional

Command catalog

path

String

body

required

Request body in JSON or XML format

body

String

Example

..




#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels