NOT FOR PUBLIC DISTRIBUTION: 2020-09-23
Security alert sounds REST Endpoints
Gateway Security/Configuration/Security alert sounds
- Create/ Add a security alert sound
 - Method: postPath:
/spms/v1/configurations/gangwaySecuritySounds - Remove/ Delete a security alert sound by ID
 - Method: deletePath:
/spms/v1/configurations/gangwaySecuritySounds/{id} - Retrieve a security alert sound by ID
 - Method: getPath:
/spms/v1/configurations/gangwaySecuritySounds/{id} - Retrieve and playback a security alert sound by ID
 - Method: getPath:
/spms/v1/configurations/gangwaySecuritySounds/{id}/sound - Retrieve list of all security alert sounds
 - Method: getPath:
/spms/v1/configurations/gangwaySecuritySounds/all - Update details for a security alert sound by ID
 - Method: putPath:
/spms/v1/configurations/gangwaySecuritySounds/{id}