The S3 endpoint creation process involves registering a client as an endpoint for the Unified Data Vault. This is managed through the CreateS3Endpoint API, which pushes the S3 endpoint package to the client and marks it as an S3 endpoint. The response includes the job number for installing the S3 endpoint package on the selected clients.
S3 Endpoint Creation
- API Endpoint:
POST /V4/Client/{clientId}/CVS3endpoint - Description: Register a client as an endpoint for the Unified Data Vault.
- Parameters:
clientId: The ID of the client to be registered as an endpoint.
- Responses:
200: OK, returns the job number for installing the S3 endpoint package.403: Forbidden.404: Not found.500: Internal server error.