Profiles REST Endpoints
Configure/Profiles
The operations from the Configure/Profiles category.
- Create Profile
- Method: postPath:
http://{host}:{port}/veridata/v1/services/configuration/profiles
- Delete Profile
- Method: deletePath:
http://{host}:{port}/veridata/v1/services/configuration/profiles/{Id}
- Reset Profile
- Method: putPath:
http://{host}:{port}/veridata/v1/services/configuration/profiles/{Id}/reset
- Retrieve Profile details
- Method: getPath:
http://{host}:{port}/veridata/v1/services/configuration/profiles/{Id}
- Retrieve Profiles
- Method: getPath:
http://{host}:{port}/veridata/v1/services/configuration/profiles
- Update Profile
- Method: patchPath:
http://{host}:{port}/veridata/v1/services/configuration/profiles/{Id}