Creating an Unified Data Vault Using API

The S3 bucket creation process involves creating an instance of the Unified Data Vault, which is managed through the CreateCVS3Store API. This API allows you to create an Unified Data Vault by specifying the necessary details such as the bucket entity, plan entity, endpoints, and owners. The response includes the details of the newly created Unified Data Vault and any associated jobs for installing the S3 endpoint package on selected clients.

Unified Data Vault Creation

  • API Endpoint: POST /V4/CVS3Store
  • Description: Create an instance of the Unified Data Vault.
  • Request Body:
    • bucket: Specifies the name for the Unified Data Vault.
    • plan: Specifies the plan name to be used.
    • cvs3Endpoints: List of clients to be configured as S3 endpoints.
    • owners: List of users to add S3 Plan role and associate with the new Unified Data Vault.
    • userGroups: List of groups to add S3 Plan role and associate with the new Unified Data Vault.
    • rotateKeys: Flag to rotate user keys.
  • Responses:
    • 200: Success, returns the details of the newly created Unified Data Vault.
    • 400: Bad or incomplete request.
    • 403: Forbidden.
    • 404: Requested details not found.
    • 409: Entity with the same name already exists.
    • 500: Internal processing error.
×

Loading...