File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1342,7 +1342,7 @@ def list_image_profiles(self):
1342
1342
A JSON object containing the details of each profile.
1343
1343
1344
1344
'''
1345
- url = "{url}/api/profiling/ v1/secure /profileGroups/0/profiles" .format (
1345
+ url = "{url}/api/v1/profiling /profileGroups/0/profiles" .format (
1346
1346
url = self .url
1347
1347
)
1348
1348
@@ -1395,7 +1395,7 @@ def get_image_profile(self, profileId):
1395
1395
# Principal workflow. Profile ID found
1396
1396
elif len (matched_profiles ) == 1 :
1397
1397
# Matched id. Return information
1398
- url = "{url}/api/profiling/ v1/secure /profiles/{profileId}" .format (
1398
+ url = "{url}/api/v1/profiling /profiles/{profileId}" .format (
1399
1399
url = self .url ,
1400
1400
profileId = matched_profiles [0 ]['profileId' ]
1401
1401
)
You can’t perform that action at this time.
0 commit comments