Hello,
I'm trying to use this endpoint:
https://pan.dev/prisma-cloud/api/cspm/post-resource-scan-info/
WIth this payload:
{
"limit" : 2 ,
"timeRange" : { "type" : "to_now" },
"fields" : [ "id" , "name" , "accountId" , "accountName" , "regionId" , "resourceDetailsAvailable" , "resourceConfigJsonAvailable" ]
}
But the results that we get contains all the fields, it seems that is not applying the 'fields' filter.
Is that an API bug or a documentation mistake and 'fields' doesn't apply for this endpoint?
Thanks in advanced
... View more