Palo Alto Networks · Example Payload

Prisma Cloud Code Security Api Repository Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Prisma Cloud Code Security Api Repository Example is an example object payload from Palo Alto Networks, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameownerfullNamesourceTypedefaultBranchurlisPubliclastScanDatelastScanStatuserrorCountscreatedAt

Example Payload

Raw ↑
{
  "id": "example-id",
  "name": "Staging Scanner 22",
  "owner": "example-owner",
  "fullName": "Corporate Connector 48",
  "sourceType": "gitlabEnterprise",
  "defaultBranch": "example-defaultBranch",
  "url": "https://login.test-corp.net/path/fa3476",
  "isPublic": false,
  "lastScanDate": "2024-03-24T13:05:29Z",
  "lastScanStatus": "running",
  "errorCounts": {
    "critical": 616,
    "high": 953,
    "medium": 941,
    "low": 851,
    "info": 486
  },
  "createdAt": "2024-06-02T02:19:31Z"
}