Audit Web Services

From Fusion Registry Wiki
Revision as of 10:40, 16 February 2022 by Mnelson (talk | contribs) (Created page with "= Overview = Fusion Registry 11 provides 2 main audit functions # Audit of structure events, including data registrations # System audits, example Fusion Portal events = Au...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Fusion Registry 11 provides 2 main audit functions

  1. Audit of structure events, including data registrations
  2. System audits, example Fusion Portal events

Audited Structure Events

Request

List all the supported endpoints. This is used by Fusion Portal to enable the user to select an endpoint type.

Query Parameters
Entry Point /ws/secure/audit/getDetailsByTransactionId
Access Restricted to Portal Manager
Http Method GET

Response Format

[
   {
    "ID" : "SDMX_REST_v1",
    "Name" : "REST API V1",
    "Description" : "Connects to an SDMX REST API which complies with version 1.5.0 of the specification https://github.com/sdmx-twg/sdmx-rest/blob/v1.5.0/v2_1/ws/rest/src/sdmx-rest.yaml",
    "Properties" : [
        {
         "Id": "api",
         "Name": "URL",
         "Description": "SDMX REST API which complies with version 1.5.0 of the specification https://github.com/sdmx-twg/sdmx-rest/blob/v1.5.0/v2_1/ws/rest/src/sdmx-rest.yaml",
         "Required": true,
         "Type": "URL"
        }, ...
     ],
   }
 ]