Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1
-
Component/s: Backup, Quality Profile
-
Labels:None
-
Number of attachments :
Description
Backup :
curl -u admin:admin http://localhost:9000/api/profiles/backup?language=java[&name=my_profile] -v
Restore :
curl -X POST -u admin:admin -F 'backup=@nameOfFileContainingTheBackup' -v http://localhost:9000/api/profiles/restore
Issue Links
- is duplicated by
-
SONAR-3388
New web service to backup and restore quality profiles
-
Integration tests use this feature.