Set the audit level for products

post

/fscmRestApi/fndAuditRESTService/audittrail/set-auditlevel

Set the audit level for products

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : auditDate
Type: array
Show Source
Nested Schema : auditData-auditLevel
Type: object
Show Source
  • Title: auditLevel
    The audit level of the product. The valid values are High, Medium, Low, and None. If you don't want to setup audit for an object, set the audit level to None.
  • Title: product
    The products for which you can set up audit and get audit status. The valid values are ODI, ESS, MDS, SOA, ADF, and OPSS.
Back to Top

Response

Supported Media Types

200 Response

The following table describes the response for this task.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : auditDate
Type: array
Show Source
Nested Schema : auditData-auditLevel
Type: object
Show Source
  • Title: auditLevel
    The audit level of the product. The valid values are High, Medium, Low, and None. If you don't want to setup audit for an object, set the audit level to None.
  • Title: product
    The products for which you can set up audit and get audit status. The valid values are ODI, ESS, MDS, SOA, ADF, and OPSS.

401 Response

The following table describes the response for authentication failure.
Body ()
Root Schema : auditSetupOnError
Type: object
Show Source
Nested Schema : auditData-error
Type: object
Show Source

403 Response

The following table describes the response for authorization failure.
Body ()
Root Schema : auditSetupOnError
Type: object
Show Source
Nested Schema : auditData-error
Type: object
Show Source
Back to Top