VMware Data Services Manager Operations Index

VMware Data Services Manager Operations Index

All available VMware Data Services Manager Operations

Authentication
POST
Session

Authenticate user and obtain a JWT bearer token for subsequent API calls. This endpoint does not require authentication.

GET
Fetch GW Kube Config

Use this endpoint to fetch Gateway kube config file. Returns a YAML formatted kubeconfig file.
Authorized Roles : SYSTEM_ADMIN or INFRA_ADMIN or DSM_ADMIN or DSM_USER

Fips
GET
Get FIPS Crypto Modules

Endpoint to retrieve the list of FIPS cryptographic modules utilized by the components.
Authorized Roles : SYSTEM_ADMIN or INFRA_ADMIN or DSM_ADMIN

Users
GET
Get All Users

This endpoint retrieves a list of all users in the system.
Authorized Roles : SYSTEM_ADMIN or INFRA_ADMIN or DSM_ADMIN

POST
Create User

This endpoint is used to create a new user in the system.
Authorized Roles : SYSTEM_ADMIN or INFRA_ADMIN or DSM_ADMIN

DELETE
Delete User By Email

This endpoint allows you to delete a user from the system by their registered email address.
Authorized Roles : SYSTEM_ADMIN or INFRA_ADMIN or DSM_ADMIN

GET
Get User

This endpoint fetches detailed information about a specific user by the user identifier.
Authorized Roles : SYSTEM_ADMIN or INFRA_ADMIN or DSM_ADMIN

POST
Change Password

This endpoint allows the currently authenticated user to change their password.
Authorized Roles : DSM_ADMIN or DSM_USER

POST
Recover Password

This endpoint initiates the password recovery process. A reset link will be sent to the provided email address if it is registered in the system. This endpoint does not require authentication and can be accessed publicly.