Skip to main content

Get Adoption Check Score

GET 

/adoptionadvisor/checks

Returns data about the Prisma Cloud capabilities you've adopted and identifies available capabilities not yet utilized.

Request

Query Parameters

    showFormula boolean

    true = Show formula used to calculate capability use. Default is false.

Responses

Complete list of adoption check breakdowns

Schema
    errors object[]

    List of errors. Each item has the title, status, detail, and parameters of each error.

  • Array [
  • detail string

    Error details

    status string

    Status code

    title string

    Title of error

  • ]
  • response object[]

    List of Adoption Advisor Checks Computation Responses

  • Array [
  • adoptionAdvisorChecks object[]

    List of Adoption Advisor checks

  • Array [
  • category string[]

    List of categories for this check

    checkName string

    Check name

    createdTime int64

    Creation time in milliseconds

    errors object[]

    List of errors. Each item has the title, status, detail, and parameters of each error.

  • Array [
  • detail string

    Error details

    status string

    Status code

    title string

    Title of error

  • ]
  • executionTimeMillis int64

    Execution time in milliseconds

    internalKey string

    Internal key

    module string

    Module

    pillar string[]

    List of pillars for this check

    privilege string

    user privilege

    readOnlyFeatureIds array[]

    read-only Features

    readWriteFeatureIds array[]

    read-write Features

    stage string[]

    List of stages for this check

    status string

    Possible values: [COMPLETE, IN_COMPLETE, ERROR, NOT_APPLICABLE, IN_PROGRESS]

    Status of completion or calculation for this check

  • ]
  • creationTimeMillis int64

    Creation time in milliseconds

    customData object

    Custom data objects map

    property name* object[]
  • Array [
  • label string

    Label for custom object

    total int64

    Total number counted

  • ]
  • customerName string

    Customer name

  • ]
Loading...