Skip to content

Commit c89898d

Browse files
committed
add discovery entities endpoint
1 parent 47c43d4 commit c89898d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

prismacloud/api/cwpp/_cloud.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ def cloud_discovery_scan_stop(self):
2121

2222
def cloud_discovery_vms(self, query_params=None):
2323
return self.execute_compute('GET', 'api/v1/cloud/discovery/vms', query_params=query_params, paginated=True)
24+
25+
def cloud_discovery_entities(self, query_params=None):
26+
return self.execute_compute('GET', 'api/v1/cloud/discovery/entities', query_params=query_params)

prismacloud/api/version.py

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

0 commit comments

Comments
 (0)