Skip to content

Commit 9b8307a

Browse files
authored
Merge pull request #166 from PaloAltoNetworks/feature/registry-scan-select-endpoint
add registry scan select endpoint
2 parents b183534 + 63b0631 commit 9b8307a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

prismacloud/api/cwpp/_registry.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ def registry_list_image_names(self, query_params=None):
1919
def registry_scan(self, body_params=None):
2020
result = self.execute_compute('POST', 'api/v1/registry/scan', body_params=body_params)
2121
return result
22+
23+
def registry_scan_select(self, body_params=None):
24+
result = self.execute_compute('POST', 'api/v1/registry/scan/select', body_params=body_params)
25+
return result

prismacloud/api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "5.2.11"
1+
version = "5.2.12"

0 commit comments

Comments
 (0)