Profiles REST Endpoints

Configure/Profiles
The operations from the Configure/Profiles category.
Create Profile
Method: post
Path: http://{host}:{port}/veridata/v1/services/configuration/profiles
Delete Profile
Method: delete
Path: http://{host}:{port}/veridata/v1/services/configuration/profiles/{Id}
Reset Profile
Method: put
Path: http://{host}:{port}/veridata/v1/services/configuration/profiles/{Id}/reset
Retrieve Profile details
Method: get
Path: http://{host}:{port}/veridata/v1/services/configuration/profiles/{Id}
Retrieve Profiles
Method: get
Path: http://{host}:{port}/veridata/v1/services/configuration/profiles
Update Profile
Method: patch
Path: http://{host}:{port}/veridata/v1/services/configuration/profiles/{Id}