Install Standard Plugin

post

/rest/ofscMetadata/v1/plugins/{pluginLabel}/custom-actions/install

This operation installs the standard plugins as defined in the path parameter. If a plugin with the given label is available, then it will return "Plugin already existing" error message, otherwise the plugin will get installed successfully.

Request

Path Parameters
Back to Top

Response

Supported Media Types

204 Response

This section describes the 204 status response for this operation. This response code indicates that the operation completed successfully. This operation does not return elements in the response body.

404 Response

This section describes the 404 status response for this operation. This response code indicates that the standard plugin with the provided label is not found.
Body ()
Root Schema : Error
Type: object
Show Source

409 Response

This section describes the 409 status response for this operation. This response code indicates that the operation failed due to a conflict.

The conflict can be of the following types:

Error CodeReason
LABEL_NOT_UNIQUEA plugin with the same label is already installed 
OLDER_PRODUCT_VERSIONThe platform version is less than the required version
EXISTING_PROPERTY_TYPE_MISMATCHProperty that the plugin requires is already existing with a different type
INVALID_PROPERTYPlugin has invalid property

Body ()
Root Schema : ErrorWithResponseCode
Type: object
Show Source

Default Response

This section describes the default error response for this operation.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top