You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request for improvement: example, trying to retrieve all undefended azure-acr registries, I define the payload as below. However, this does not impact the response and all records for all service types are returned.
Documentation link
https://pan.dev/prisma-cloud/api/cwpp/get-cloud-discovery-entities/
Describe the problem
Request for improvement: example, trying to retrieve all undefended azure-acr registries, I define the payload as below. However, this does not impact the response and all records for all service types are returned.
payload = {
"provided": ["azure"],
"serviceType": ["azure-acr"],
}
Hardcoding the url as below will return the requested information.
"https://app0.cloud.twistlock.com/app0-xxxxxxxx/api/v32.06/cloud/discovery/entities?serviceType=azure-acr&defended=false"
Suggested fix
Response should provide only the information that is passed in the payload in request.
The text was updated successfully, but these errors were encountered: