Harbors REST Endpoints

List of Values/Harbors
Create/ Add new harbor
Method: post
Path: /spms/v1/configurations/harbors
Retrieve a harbor using code
Method: get
Path: /spms/v1/configurations/harbors/{code}
Retrieve list of all active harbors
Method: get
Path: /spms/v1/configurations/harbors/enabled
Retrieve list of harbors
Method: get
Path: /spms/v1/configurations/harbors
Update harbor record
Method: put
Path: /spms/v1/configurations/harbors/{code}