API Reference Manual

Security Architecture & Gateway Authentication Definitions

All boundary connection targets must execute cryptographic authorization parameters inside incoming header arrays.

Security System Token Delivery Context Layer Destination HTTP Header Field Cryptographic Type Baseline

ApiKeyAuth

header

X-Auth-Apikey

apiKey

TokenAuth

header

X-Auth-Token

apiKey

API Interface Route Dictionary Contracts

URI Route Gateway Path Node: /v1/admission/options

Handler Method: HTTP GET — Get a list of admission options

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAdmissionConfigData

URI Route Gateway Path Node: /v1/admission/rule/{id}

Handler Method: HTTP GET — Show an admission rule

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Rule ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAdmissionRuleData

Handler Method: HTTP DELETE — Delete an admission rule

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Rule ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/admission/rule

Handler Method: HTTP POST — Add admission control rule

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTAdmissionRuleConfigData

Required Core Parameter

Admission rule data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAdmissionRuleData

Handler Method: HTTP PATCH — Update admission rule

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTAdmissionRuleConfigData

Required Core Parameter

Admission rule data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/admission/rule/promote

Handler Method: HTTP POST — Promote admission control rule

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTAdmCtrlPromoteRequestData

Required Core Parameter

Admission control rule data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/admission/rules

Handler Method: HTTP GET — Get a list of admission rules

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, returned fed admission rules. When set to local, returned local admission rules. If there is no query string 'scope', all admission rules will be returned.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAdmissionRulesData

Handler Method: HTTP DELETE — Delete all admission rules

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, fed admission rules get removed. When set to local or no query string, local admission rules will be removed.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/admission/state

Handler Method: HTTP GET — Get admission state

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAdmissionConfigData

HTTP 404

Operation not allowed

RESTError

Handler Method: HTTP PATCH — Update admission state

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTAdmissionConfigData

Required Core Parameter

Admission config state data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

HTTP 404

Operation not allowed

RESTError

URI Route Gateway Path Node: /v1/admission/stats

Handler Method: HTTP GET — Get admission control statistics

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAdmissionStatsData

URI Route Gateway Path Node: /v1/assess/admission/rule

Handler Method: HTTP POST — Test admission control rules

Functional Boundary Domain Tag

Admission

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Testing admission control rules. The payload body is the content of a resource yaml file.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

string

Required Core Parameter

Resource yaml file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAdmCtrlRulesTestResults

URI Route Gateway Path Node: /v1/auth

Handler Method: HTTP POST — Login Authentication

Functional Boundary Domain Tag

Authentication

Enforced Authorization Constraints

Public Access Zone

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTAuthData

Required Core Parameter

User login data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTTokenData

HTTP 401

Authentication failed

RESTError

Handler Method: HTTP PATCH — Keep login session alive

Functional Boundary Domain Tag

Authentication

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Logout current logged in user

Functional Boundary Domain Tag

Authentication

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

HTTP 408

Authentication failed

RESTError

URI Route Gateway Path Node: /v1/auth/{server}

Handler Method: HTTP POST — Authenticate to specified server

Functional Boundary Domain Tag

Authentication

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

server

path

string

Required Core Parameter

Name of the specified server

body

body

RESTAuthData

Required Core Parameter

User login data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/bench/host/{id}/docker

Handler Method: HTTP GET — Docker bench

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Host ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTBenchReport

Handler Method: HTTP POST — Docker bench run

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Host ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/bench/host/{id}/kubernetes

Handler Method: HTTP GET — Kubernetes bench

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Host ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTBenchReport

Handler Method: HTTP POST — Kubernetes bench run

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Host ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/compliance/profile

Handler Method: HTTP GET — Get compliance profile list

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTComplianceProfilesData

URI Route Gateway Path Node: /v1/compliance/profile/{name}

Handler Method: HTTP GET — Get compliance profile detail

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Profile name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTComplianceProfileData

Handler Method: HTTP PATCH — Configure compliance profile

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Compliance profile name

body

body

RESTComplianceProfileConfigData

Required Core Parameter

Compliance profile config data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/compliance/profile/{name}/entry/{check}

Handler Method: HTTP PATCH — Configure compliance profile entry

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Compliance profile name

check

path

string

Required Core Parameter

Compliance profile entry check name

body

body

RESTComplianceProfileEntryConfigData

Required Core Parameter

Compliance profile entry data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete compliance profile entry

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Compliance profile name

check

path

string

Required Core Parameter

Compliance profile entry check name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/file/compliance/profile

Handler Method: HTTP POST — Export compliance profile as a yaml format. The exported yaml file can be imported by CRD or REST API to update the compliance profile.

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Auth-Token

header

string

Required Core Parameter

Contextual boundary mapping omitted.

body

body

RESTCompProfilesExport

Optional Parameter

Names of profiles to export

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. (1) Get a yaml file when export to local. (2) Get RESTRemoteExportData payload when export to remote repository.

RESTRemoteExportData

URI Route Gateway Path Node: /v1/file/compliance/profile/config

Handler Method: HTTP POST — import compliance profile

Functional Boundary Domain Tag

compliance profile. The payload body is the content of the compliance profile yaml file.

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Auth-Token

header

string

Required Core Parameter

Contextual boundary mapping omitted.

X-Transaction-ID

header

string

Optional Parameter

Contextual boundary mapping omitted.

body

body

string

Required Core Parameter

compliance profile yaml file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/controller

Handler Method: HTTP GET — Get a list of controllers

Functional Boundary Domain Tag

Controller

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTController

URI Route Gateway Path Node: /v1/controller/{id}

Handler Method: HTTP GET — Show controller

Functional Boundary Domain Tag

Controller

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Controller ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTControllerData

Handler Method: HTTP PATCH — Update controller

Functional Boundary Domain Tag

Controller

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Controller ID

body

body

RESTControllerConfigData

Required Core Parameter

Controller update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/controller/{id}/stats

Handler Method: HTTP GET — Controller get system statistics

Functional Boundary Domain Tag

Controller

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Controller ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWorkloadStatsData

URI Route Gateway Path Node: /v1/controller/{id}/config

Handler Method: HTTP GET — Controller get configure

Functional Boundary Domain Tag

Controller

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Controller ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTControllerConfigData

URI Route Gateway Path Node: /v1/custom_check

Handler Method: HTTP GET — Get custom check scripts of all groups

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTCustomCheckListData

URI Route Gateway Path Node: /v1/custom_check/{group}

Handler Method: HTTP GET — GET custom check scripts of the specified group

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

group

path

string

Required Core Parameter

Script config name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTCustomCheckData

Handler Method: HTTP PATCH — Update custom check scripts of the specified group

Functional Boundary Domain Tag

Compliance

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

group

path

string

Required Core Parameter

Script config name

body

body

RESTCustomCheckConfigData

Required Core Parameter

Script config data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/dlp/sensor

Handler Method: HTTP GET — Get DLP sensors

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTDlpSensorsData

Handler Method: HTTP POST — Create DLP sensor

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTDlpSensorConfigData

Required Core Parameter

Sensor data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/dlp/sensor/{name}

Handler Method: HTTP GET — Get DLP sensor detail

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Sensor name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTDlpSensorData

Handler Method: HTTP PATCH — Configure DLP sensor

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Sensor name

body

body

RESTDlpSensorConfigData

Required Core Parameter

Sensor data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete DLP sensor

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Sensor name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/dlp/group

Handler Method: HTTP GET — Get DLP group list

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTDlpGroupsData

URI Route Gateway Path Node: /v1/dlp/group/{name}

Handler Method: HTTP GET — Get DLP group detail

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

DLP group name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTDlpGroupData

Handler Method: HTTP PATCH — Configure DLP group

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

DLP group name

body

body

RESTDlpGroupConfigData

Required Core Parameter

DLP group data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/dlp/rule

Handler Method: HTTP GET — Get all DLP rules

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTDlpRulesData

URI Route Gateway Path Node: /v1/dlp/rule/{name}

Handler Method: HTTP GET — Get DLP rule

Functional Boundary Domain Tag

DLP

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

DLP rule name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTDlpRuleData

URI Route Gateway Path Node: /v1/domain

Handler Method: HTTP GET — Get Namespace list

Functional Boundary Domain Tag

Namespace

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTDomainsData

Handler Method: HTTP PATCH — Configure Namespace setting

Functional Boundary Domain Tag

Namespace

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTDomainConfigData

Required Core Parameter

Namespace update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/domain/{name}

Handler Method: HTTP PATCH — Update namespace

Functional Boundary Domain Tag

Namespace

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

namespace name

body

body

RESTDomainEntryConfigData

Required Core Parameter

Namespace update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/enforcer

Handler Method: HTTP GET — Get a list of enforcers

Functional Boundary Domain Tag

Enforcer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAgentsData

URI Route Gateway Path Node: /v1/enforcer/{id}

Handler Method: HTTP GET — Show enforcer

Functional Boundary Domain Tag

Enforcer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Enforcer ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAgentData

Handler Method: HTTP PATCH — Update enforcer

Functional Boundary Domain Tag

Enforcer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Enforcer ID

body

body

RESTAgentConfigData

Required Core Parameter

Enforcer update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/enforcer/{id}/stats

Handler Method: HTTP GET — Get enforcer statistics

Functional Boundary Domain Tag

Enforcer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Enforcer ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAgentStatsData

URI Route Gateway Path Node: /v1/enforcer/{id}/config

Handler Method: HTTP GET — Enforcer get configure

Functional Boundary Domain Tag

Enforcer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Enforcer ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAgentConfigData

URI Route Gateway Path Node: /v1/eula

Handler Method: HTTP GET — Get EULA agreement acceptance status

Functional Boundary Domain Tag

EULA

Enforced Authorization Constraints

Public Access Zone

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTEULAData

Handler Method: HTTP POST — Accept EULA agreement

Functional Boundary Domain Tag

EULA

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTEULAData

Required Core Parameter

EULA data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/file/admission

Handler Method: HTTP POST — Export admission control configuration as a yaml format. The exported yaml file can be imported by CRD (non-fed scope only) or REST API to update the admission control settings.

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

It exports the federated admission control rules when the scope is fed. Otherwise it’s for exporting local admission control rules & state configurations.

body

body

RESTAdmCtrlRulesExport

Required Core Parameter

Configuration data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. (1) Get a yaml file when export to local. (2) Get RESTRemoteExportData payload when export to remote repository.

RESTRemoteExportData

URI Route Gateway Path Node: /v1/file/admission/config

Handler Method: HTTP POST — import admission config

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Importing admission config. The payload body is the content of the admission config yaml file.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Transaction-ID

header

string

Optional Parameter

Contextual boundary mapping omitted.

scope

query

string

Optional Parameter

It imports the federated admission control rules when the scope is fed. Otherwise it’s for importing local admission control rules & state configurations.

body

body

string

Required Core Parameter

admission config yaml file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/file/response/rule

Handler Method: HTTP POST — Export non-group-dependent (federated) response rules as a yaml format. The exported yaml file can be imported by CRD (non-fed scope only) or REST API to update the response rules.

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

It exports the federated non-group-dependent response rules when the scope is fed. Otherwise it’s for exporting local non-group-dependent response rules.

body

body

RESTResponseRulesExport

Required Core Parameter

Non-group-dependent response rules yaml file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. (1) Get a yaml file when export to local. (2) Get RESTRemoteExportData payload when export to remote repository.

RESTRemoteExportData

URI Route Gateway Path Node: /v1/file/response/rule/config

Handler Method: HTTP POST — import non-group-dependent response rules

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Importing non-group-dependent response rules. The payload body is the content of the response rules yaml file.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Transaction-ID

header

string

Optional Parameter

Contextual boundary mapping omitted.

scope

query

string

Optional Parameter

It imports the federated non-group-dependent response rules when the scope is fed. Otherwise it’s for importing local non-group-dependent response rules.

body

body

string

Required Core Parameter

response rules yaml file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/file/config

Handler Method: HTTP GET — Download a configure file

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. Get a configure file.

Empty / Structural Frame Terminated

Handler Method: HTTP POST — Upload configure file

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Transaction-ID

header

string

Optional Parameter

Contextual boundary mapping omitted.

scope

query

string

Optional Parameter

It imports the federated configurations when the scope is fed. Otherwise it’s for importing local configurations

configuration

formData

file

Optional Parameter

a yaml configure file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. Upload a configure file.

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/file/fed_config

Handler Method: HTTP POST — Export federated webhooks configuration as a yaml format

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Transaction-ID

header

string

Optional Parameter

Contextual boundary mapping omitted.

body

body

RESTFedConfigExport

Required Core Parameter

Configuration data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. (1) Get a yaml file when export to local. (2) Get RESTRemoteExportData payload when export to remote repository.

RESTRemoteExportData

URI Route Gateway Path Node: /v1/file/dlp

Handler Method: HTTP POST — Export (federated) DLP configuration as a yaml format. The exported yaml file can be imported by CRD (non-fed scope only) or REST API to update the DLP configurations.

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

It exports the federated DLP configurations when the scope is fed. Otherwise it’s for exporting local DLP configurations

body

body

RESTDlpSensorExport

Required Core Parameter

Configuration data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. (1) Get a yaml file when export to local. (2) Get RESTRemoteExportData payload when export to remote repository.

RESTRemoteExportData

URI Route Gateway Path Node: /v1/file/dlp/config

Handler Method: HTTP POST — import DLP config

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Importing DLP config. The payload body is the content of the DLP config yaml file.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Transaction-ID

header

string

Optional Parameter

Contextual boundary mapping omitted.

scope

query

string

Optional Parameter

It imports the federated DLP configurations when the scope is fed. Otherwise it’s for importing local DLP configurations

body

body

string

Required Core Parameter

DLP config yaml file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/file/vulnerability/profile

Handler Method: HTTP POST — Export vulnerability profile as a yaml format. The exported yaml file can be imported by CRD or REST API to update the compliance profile.

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Auth-Token

header

string

Required Core Parameter

Contextual boundary mapping omitted.

body

body

RESTVulnProfilesExport

Optional Parameter

Names of profiles to export

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. (1) Get a yaml file when export to local. (2) Get RESTRemoteExportData payload when export to remote repository.

RESTRemoteExportData

URI Route Gateway Path Node: /v1/file/vulnerability/profile/config

Handler Method: HTTP POST — import compliance profile

Functional Boundary Domain Tag

compliance profile. The payload body is the content of the vulnerability profile yaml file.

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Auth-Token

header

string

Required Core Parameter

Contextual boundary mapping omitted.

X-Transaction-ID

header

string

Optional Parameter

Contextual boundary mapping omitted.

body

body

string

Required Core Parameter

compliance profile yaml file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/file/waf

Handler Method: HTTP POST — Export (federated) WAF configuration as a yaml format. The exported yaml file can be imported by CRD (non-fed scope only) or REST API to update the WAF configurations.

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

It exports the federated WAF configurations when the scope is fed. Otherwise it’s for exporting local WAF configurations.

body

body

RESTWafSensorExport

Required Core Parameter

Configuration data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. (1) Get a yaml file when export to local. (2) Get RESTRemoteExportData payload when export to remote repository.

RESTRemoteExportData

URI Route Gateway Path Node: /v1/file/waf/config

Handler Method: HTTP POST — import waf config

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Importing WAF config. The payload body is the content of the WAF config yaml file.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Transaction-ID

header

string

Optional Parameter

Contextual boundary mapping omitted.

scope

query

string

Optional Parameter

It imports the federated WAF configurations when the scope is fed. Otherwise it’s for importing local WAF configurations.

body

body

string

Required Core Parameter

waf config yaml file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/file/group

Handler Method: HTTP GET — (Obsolete, please use POST method.) Export the yaml format configuration file ( used for CRD or group policy ).

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTGroupExport

Required Core Parameter

Configuration data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. Get a yaml file.

Empty / Structural Frame Terminated

Handler Method: HTTP POST — Export (federated) group configuration as a yaml format. The exported yaml file can be imported by CRD (non-fed scope only) or REST API to update the group policy.

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTGroupExport

Required Core Parameter

Configuration data

scope

query

string

Optional Parameter

It exports the federated group configurations when the scope is fed. Otherwise it’s for exporting local group configurations.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. (1) Get a yaml file when export to local. (2) Get RESTRemoteExportData payload when export to remote repository.

RESTRemoteExportData

URI Route Gateway Path Node: /v1/file/group/config

Handler Method: HTTP GET — Get import status

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTImportTaskData

Handler Method: HTTP POST — import group policy

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Importing group policy. The payload body is the content of the group policy yaml file.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

X-Transaction-ID

header

string

Optional Parameter

Contextual boundary mapping omitted.

scope

query

string

Optional Parameter

It imports the federated group policy when the scope is fed. Otherwise it’s for importing local group policy.

body

body

string

Required Core Parameter

group policy yaml file

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/file_monitor

Handler Method: HTTP GET — Get a list of file monitors

Functional Boundary Domain Tag

File Monitor

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, returned fed file monitor list. When set to local, returned local file monitor list. If there is no query string 'scope', all file monitor list will be returned.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTFileMonitorFileData

URI Route Gateway Path Node: /v1/file_monitor/{name}

Handler Method: HTTP GET — Show file monitor

Functional Boundary Domain Tag

File Monitor

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

File monitor name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTFileMonitorFile

Handler Method: HTTP PATCH — Update file monitor

Functional Boundary Domain Tag

File Monitor

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

File monitor name

body

body

RESTFileMonitorConfigData

Required Core Parameter

File monitor update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/group

Handler Method: HTTP GET — Get a list of groups

Functional Boundary Domain Tag

Group

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, returned fed groups. When set to local, returned local groups. If there is no query string 'scope', all groups will be returned.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTGroupsData

Handler Method: HTTP POST — Create group

Functional Boundary Domain Tag

Group

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTGroupConfigData

Required Core Parameter

Group data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

HTTP 400

Error

RESTError

URI Route Gateway Path Node: /v1/group/{name}

Handler Method: HTTP GET — Show group

Functional Boundary Domain Tag

Group

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Group name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTGroupData

Handler Method: HTTP PATCH — Update group

Functional Boundary Domain Tag

Group

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Group name

body

body

RESTGroupConfigData

Required Core Parameter

Group update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete group

Functional Boundary Domain Tag

Group

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Group name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/host

Handler Method: HTTP GET — Get a list of hosts

Functional Boundary Domain Tag

Host

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTHostsData

URI Route Gateway Path Node: /v1/host/{id}

Handler Method: HTTP GET — Show host

Functional Boundary Domain Tag

Host

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Host ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTHostData

URI Route Gateway Path Node: /v1/host/{id}/compliance

Handler Method: HTTP GET — Show host compliance report

Functional Boundary Domain Tag

Host

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Host ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTComplianceData

URI Route Gateway Path Node: /v1/log/activity

Handler Method: HTTP GET — Get activity list

Functional Boundary Domain Tag

Log

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTEventsData

URI Route Gateway Path Node: /v1/log/audit

Handler Method: HTTP GET — Get a list of audits

Functional Boundary Domain Tag

Log

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAuditsData

URI Route Gateway Path Node: /v1/log/event

Handler Method: HTTP GET — Get a list of events

Functional Boundary Domain Tag

Log

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTEventsData

URI Route Gateway Path Node: /v1/log/incident

Handler Method: HTTP GET — Get a list of incidents

Functional Boundary Domain Tag

Log

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTIncidentsData

URI Route Gateway Path Node: /v1/log/threat

Handler Method: HTTP GET — Get a list of threats

Functional Boundary Domain Tag

Log

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTThreatsData

URI Route Gateway Path Node: /v1/log/threat/{id}

Handler Method: HTTP GET — Show threat

Functional Boundary Domain Tag

Log

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Threat ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTThreatData

URI Route Gateway Path Node: /v1/log/violation

Handler Method: HTTP GET — Get a list of violations

Functional Boundary Domain Tag

Log

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTPolicyViolationsData

URI Route Gateway Path Node: /v1/log/violation/workload

Handler Method: HTTP GET — Get violation workloads

Functional Boundary Domain Tag

Log

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTPolicyViolationsWLData

URI Route Gateway Path Node: /v1/log/security

Handler Method: HTTP GET — Get security event list

Functional Boundary Domain Tag

Log

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTSecurityData

URI Route Gateway Path Node: /v1/password_profile

Handler Method: HTTP GET — Get password profile list

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTPwdProfilesData

URI Route Gateway Path Node: /v1/password_profile/{name}

Handler Method: HTTP GET — Get password profile

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Password profile name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTPwdProfileData

Handler Method: HTTP PATCH — Configure password profile

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Password profile name

body

body

RESTPwdProfileConfigData

Required Core Parameter

Password profile data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/policy/rule

Handler Method: HTTP GET — Get a list of policy rules

Functional Boundary Domain Tag

Policy

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, returned fed policy rules. When set to local, returned local policy rules. If there is no query string 'scope', all policy rules will be returned.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTPolicyRulesData

Handler Method: HTTP PATCH — Policy rule action

Functional Boundary Domain Tag

Policy

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTPolicyRuleActionData

Required Core Parameter

Policy rule action data

scope

query

string

Optional Parameter

When set to fed, fed policy rules get created. When set to local or no query string, local policy rules get created.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete all policy rules

Functional Boundary Domain Tag

Policy

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, fed policy rules get removed. When set to local or no query string, local policy rules get removed.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/policy/rule/{id}

Handler Method: HTTP GET — Show policy rule

Functional Boundary Domain Tag

Policy

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

integer

Required Core Parameter

Rule ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTPolicyRuleData

HTTP 400

Error

RESTError

HTTP 404

Error

RESTError

Handler Method: HTTP PATCH — Update policy rule

Functional Boundary Domain Tag

Policy

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

integer

Required Core Parameter

Rule ID

body

body

RESTPolicyRuleConfigData

Required Core Parameter

Policy rule update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete policy rule

Functional Boundary Domain Tag

Policy

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

integer

Required Core Parameter

Rule ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/policy/rules/promote

Handler Method: HTTP POST — Promote policy

Functional Boundary Domain Tag

Policy

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTPolicyPromoteRequestData

Required Core Parameter

Policy promote data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/process_profile

Handler Method: HTTP GET — Get a list of process profiles

Functional Boundary Domain Tag

Process

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, returned fed process profiles. When set to local, returned local process profiles. If there is no query string 'scope', all process profiles will be returned.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTProcessProfilesData

URI Route Gateway Path Node: /v1/process_profile/{name}

Handler Method: HTTP GET — Get a process profile

Functional Boundary Domain Tag

Process

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Process profile name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTProcessProfileData

Handler Method: HTTP PATCH — Update a process profile

Functional Boundary Domain Tag

Process

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Process profile name

body

body

RESTProcessProfileConfigData

Required Core Parameter

Process profile configure data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/process_rules/{uuid}

Handler Method: HTTP GET — Get a process rule

Functional Boundary Domain Tag

Process

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

uuid

path

string

Required Core Parameter

Process rule uuid

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTProcessRulesResp

URI Route Gateway Path Node: /v1/response/rule

Handler Method: HTTP GET — Get a list of response rules

Functional Boundary Domain Tag

Response Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, returned fed response rules. When set to local, returned local response rules. If there is no query string 'scope', all response rules will be returned.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTResponseRulesData

Handler Method: HTTP PATCH — Update response rule action

Functional Boundary Domain Tag

Response Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTResponseRuleActionData

Required Core Parameter

Response rule action data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete all response rules

Functional Boundary Domain Tag

Response Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, all fed response rules get removed. When set to local or no query string, local response rules will be removed.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/response/rule/{id}

Handler Method: HTTP GET — Get a response rule

Functional Boundary Domain Tag

Response Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Rule ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTResponseRuleData

Handler Method: HTTP PATCH — Update a response rule

Functional Boundary Domain Tag

Response Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Rule ID

body

body

RESTResponseRuleConfigData

Required Core Parameter

Response rule data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete a response rule

Functional Boundary Domain Tag

Response Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Rule ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/response/workload_rules/{id}

Handler Method: HTTP GET — Get response rule workload

Functional Boundary Domain Tag

Response Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Workload rules ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTResponseRulesData

URI Route Gateway Path Node: /v1/scan/scanner

Handler Method: HTTP GET — Get scanner list

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScannerData

URI Route Gateway Path Node: /v1/scan/config

Handler Method: HTTP GET — Retrieve scan configuration, including global auto-scan settings and fine-grained controls for workloads and hosts.

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanConfigResp

Handler Method: HTTP PATCH — Auto-scan can be configured either globally or with fine-grained control for workloads and hosts. If any of the detailed control fields (enable_auto_scan_workload, enable_auto_scan_host) is explicitly provided, its value takes precedence and overrides the auto-scan setting.

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTScanConfigData

Required Core Parameter

Scan configure data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/hosts/scan_report

Handler Method: HTTP POST — Get hosts scan report

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTAssetsScanReportQuery

Required Core Parameter

Filter data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAssetScanReportData

URI Route Gateway Path Node: /v1/scan/host/{id}

Handler Method: HTTP GET — Get host scan report

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Host ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanReportData

Handler Method: HTTP POST — Start host scan

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Host ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/image

Handler Method: HTTP GET — Get runtime scan summary by workload’s images

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanImageSummaryData

URI Route Gateway Path Node: /v1/scan/image/{id}

Handler Method: HTTP GET — Get runtime scan report by workload’s image ID

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Image id

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanReportData

URI Route Gateway Path Node: /v1/scan/platform

Handler Method: HTTP GET — Show scan platform summary

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanPlatformSummaryData

URI Route Gateway Path Node: /v1/scan/platform/platform

Handler Method: HTTP GET — Show scan platform report

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanReportData

Handler Method: HTTP POST — Request scan platform

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/registry

Handler Method: HTTP GET — Get a list of registries

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set to fed, returned fed registries. When set to local, returned local-defined registries. If there is no query string 'scope', all registries will be returned.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTRegistrySummaryListData

Handler Method: HTTP POST — Create a registry

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTRegistryConfigData

Required Core Parameter

Registry data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v2/scan/registry

Handler Method: HTTP POST — Create a registry

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTRegistryConfigDataV2

Required Core Parameter

Registry data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/registry/{name}

Handler Method: HTTP GET — Show registry

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the registry

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTRegistrySummaryData

Handler Method: HTTP PATCH — Update registry

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the registry

body

body

RESTRegistryConfigData

Required Core Parameter

Registry data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete registry

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the registry

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v2/scan/registry/{name}

Handler Method: HTTP PATCH — Update registry

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the registry

body

body

RESTRegistryConfigDataV2

Required Core Parameter

Registry data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/registry/{name}/images

Handler Method: HTTP GET — Show registry image summary

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the registry

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTRegistryImageSummaryData

URI Route Gateway Path Node: /v1/scan/registry/{name}/image/{id}

Handler Method: HTTP GET — Get registry image scan report

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the registry

id

path

string

Required Core Parameter

Image ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanReportData

URI Route Gateway Path Node: /v1/scan/registry/{name}/layers/{id}

Handler Method: HTTP GET — Show registry layers report

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the registry

id

path

string

Required Core Parameter

Layer ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanLayersReportData

URI Route Gateway Path Node: /v1/scan/registry/{name}/scan

Handler Method: HTTP POST — Start a registry scan

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the registry

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Stop registry scan

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the registry

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/repository

Handler Method: HTTP POST — Scan repository

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTScanRepoReqData

Required Core Parameter

Repository data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanRepoReportData

URI Route Gateway Path Node: /v1/scan/status

Handler Method: HTTP GET — Scan status

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanStatusData

URI Route Gateway Path Node: /v1/scan/cache_stat/{id}

Handler Method: HTTP GET — Get scanner cache statistic data

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Scanner ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanCacheStat

URI Route Gateway Path Node: /v1/scan/cache_data/{id}

Handler Method: HTTP GET — Get scanner cache index data

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Scanner ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanCacheData

URI Route Gateway Path Node: /v1/scan/workload/{id}

Handler Method: HTTP GET — Get container scan report

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Workload ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScanReportData

Handler Method: HTTP POST — Start container scan

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Workload ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/workloads/scan_report

Handler Method: HTTP POST — Get containers scan report

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTAssetsScanReportQuery

Required Core Parameter

Filter data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTAssetScanReportData

URI Route Gateway Path Node: /v1/scan/sigstore/root_of_trust

Handler Method: HTTP GET — Get all sigstore roots of trust

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

REST_SigstoreRootOfTrustCollection

Handler Method: HTTP POST — Create new sigstore root of trust

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

REST_SigstoreRootOfTrust_POST

Required Core Parameter

Root of Trust Data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/sigstore/root_of_trust/{root_name}

Handler Method: HTTP GET — Get single sigstore root of trust by name

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

root_name

path

string

Required Core Parameter

Root Of Trust Name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

REST_SigstoreRootOfTrust_GET

Handler Method: HTTP PATCH — Update single sigstore root of trust by name

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

root_name

path

string

Required Core Parameter

Root Of Trust Name

body

body

REST_SigstoreRootOfTrust_PATCH

Required Core Parameter

Root of Trust Data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete single sigstore root of trust by name

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

root_name

path

string

Required Core Parameter

Root Of Trust Name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/sigstore/root_of_trust/{root_name}/verifier

Handler Method: HTTP GET — Get all sigstore verifiers for given sigstore root of trust

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

root_name

path

string

Required Core Parameter

Root Of Trust Name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

REST_SigstoreVerifierCollection

Handler Method: HTTP POST — Create new sigstore verifier for given sigstore root of trust

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

root_name

path

string

Required Core Parameter

Root Of Trust Name

body

body

REST_SigstoreVerifier

Required Core Parameter

Root of Trust Data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/scan/sigstore/root_of_trust/{root_name}/verifier/{verifier_name}

Handler Method: HTTP GET — Get sigstore verifier by name under given sigstore root of trust

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

root_name

path

string

Required Core Parameter

Root Of Trust Name

verifier_name

path

string

Required Core Parameter

Verifier Name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

REST_SigstoreVerifier

Handler Method: HTTP PATCH — Update sigstore verifier by name under given sigstore root of trust

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

root_name

path

string

Required Core Parameter

Root Of Trust Name

verifier_name

path

string

Required Core Parameter

Verifier Name

body

body

REST_SigstoreVerifier_PATCH

Required Core Parameter

Verifier patch data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete sigstore verifier by name under given sigstore root of trust

Functional Boundary Domain Tag

Scan

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

root_name

path

string

Required Core Parameter

Root Of Trust Name

verifier_name

path

string

Required Core Parameter

Verifier Name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/server

Handler Method: HTTP GET — Get a list of servers

Functional Boundary Domain Tag

Server

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTServersData

Handler Method: HTTP POST — Create server

Functional Boundary Domain Tag

Server

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTServerConfigData

Required Core Parameter

Server data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/server/{name}

Handler Method: HTTP GET — Show server

Functional Boundary Domain Tag

Server

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the server

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTServerData

Handler Method: HTTP PATCH — Update server

Functional Boundary Domain Tag

Server

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the server

body

body

RESTServerConfigData

Required Core Parameter

Server data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete the server

Functional Boundary Domain Tag

Server

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the server

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/server/{name}/role/{role}

Handler Method: HTTP PATCH — Update server role groups

Functional Boundary Domain Tag

Server

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Server name

role

path

string

Required Core Parameter

Role name

body

body

RESTServerRoleGroupsConfigData

Required Core Parameter

Server role groups update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/server/{name}/user

Handler Method: HTTP GET — Show server user list

Functional Boundary Domain Tag

Server

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the server

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTUsersData

URI Route Gateway Path Node: /v1/service

Handler Method: HTTP GET — Get a list of services

Functional Boundary Domain Tag

Service

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTServicesData

Handler Method: HTTP POST — Create service

Functional Boundary Domain Tag

Service

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTServiceConfigData

Required Core Parameter

Service data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/service/{name}

Handler Method: HTTP GET — Show service

Functional Boundary Domain Tag

Service

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Service name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTServiceData

URI Route Gateway Path Node: /v1/service/config

Handler Method: HTTP PATCH — Configure service

Functional Boundary Domain Tag

Service

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTServiceBatchConfigData

Required Core Parameter

Service configure data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/service/config/network

Handler Method: HTTP PATCH — Configure services in batch

Functional Boundary Domain Tag

Service

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTServiceBatchConfigData

Required Core Parameter

Service configure data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/service/config/profile

Handler Method: HTTP PATCH — Configure services in batch

Functional Boundary Domain Tag

Service

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTServiceBatchConfigData

Required Core Parameter

Service configure data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/sniffer

Handler Method: HTTP GET — Get a list of sniffers

Functional Boundary Domain Tag

Sniffer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

f_workload

query

string

Required Core Parameter

Workload ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTSniffersData

Handler Method: HTTP POST — Sniffer start

Functional Boundary Domain Tag

Sniffer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

f_workload

query

string

Required Core Parameter

Workload ID

body

body

RESTSnifferArgsData

Required Core Parameter

Sniffer args data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/sniffer/{id}

Handler Method: HTTP GET — Show sniffer

Functional Boundary Domain Tag

Sniffer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Sniffer ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTSnifferData

Handler Method: HTTP DELETE — Delete sniffer

Functional Boundary Domain Tag

Sniffer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Sniffer ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/sniffer/stop/{id}

Handler Method: HTTP PATCH — Stop sniffer

Functional Boundary Domain Tag

Sniffer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Sniffer ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/sniffer/{id}/pcap

Handler Method: HTTP GET — Sniffer get a pcap file

Functional Boundary Domain Tag

Sniffer

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Sniffer ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. Get pcap file.

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/system/summary

Handler Method: HTTP GET — System summary

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTSystemSummaryData

URI Route Gateway Path Node: /v1/system/config

Handler Method: HTTP GET — System get configure

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set the scope to be fed, it will return the fed system configures. When set the scope to be local, it will return the local system configures. If there is no query string 'scope', it will return all system configures.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTSystemConfigData

Handler Method: HTTP PATCH — System configure

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTSystemConfigConfigData

Required Core Parameter

System configure data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v2/system/config

Handler Method: HTTP GET — Get system configuration (starting from 5.0, rest client should call this api.)

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

When set the scope to be fed, it will return the fed system configures. When set the scope to be local, it will return the local system configures. If there is no query string 'scope', it will return all system configures.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTSystemConfigDataV2

Handler Method: HTTP PATCH — System configure (starting from 5.0, rest client should call this api.)

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTSystemConfigConfigDataV2

Required Core Parameter

System configure data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/system/alerts

Handler Method: HTTP GET — System alerts

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTNvAlerts

URI Route Gateway Path Node: /v1/system/config/webhook

Handler Method: HTTP POST — Create system webhook

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTSystemWebhookConfigData

Required Core Parameter

System configure data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/system/config/webhook/{name}

Handler Method: HTTP PATCH — Configure system webhook

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

System webhook name

scope

query

string

Optional Parameter

When set the scope to be fed, it will update the fed level webhook. When set the scope to be local, it will update the local webhook. If there is no query string 'scope', it will use 'local' as the default value.

body

body

RESTSystemWebhookConfigData

Required Core Parameter

System configure data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete system webhook

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

System webhook name

scope

query

string

Optional Parameter

When set the scope to be fed, it will delete the fed level webhook. When set the scope to be local, it will delete the local webhook. If there is no query string 'scope', it will use 'local' as the default value.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/system/request

Handler Method: HTTP POST — System request

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTSystemRequestData

Required Core Parameter

System request data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/system/score/metrics

Handler Method: HTTP GET — Get system score metrics data

Functional Boundary Domain Tag

System

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTScoreMetricsData

URI Route Gateway Path Node: /v1/user

Handler Method: HTTP GET — Gets a list of users

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTUsersData

Handler Method: HTTP POST — Creates a user

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTUserData

Required Core Parameter

User information

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/user/{fullname}

Handler Method: HTTP GET — Gets a user

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

fullname

path

string

Required Core Parameter

User name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTUserData

Handler Method: HTTP PATCH — Update user

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

fullname

path

string

Required Core Parameter

User name

body

body

RESTUserConfigData

Required Core Parameter

User update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

HTTP 403

Error

RESTError

Handler Method: HTTP DELETE — Delete user

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

fullname

path

string

Required Core Parameter

User name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/user/{fullname}/password

Handler Method: HTTP POST — Configure user login

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

fullname

path

string

Required Core Parameter

User name

body

body

RESTUserPwdConfigData

Required Core Parameter

User password configuration data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/user/{fullname}/role/{role}

Handler Method: HTTP PATCH — For CLI to modify one role

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

fullname

path

string

Required Core Parameter

User name

role

path

string

Required Core Parameter

Role name

body

body

RESTUserRoleDomainsConfigData

Required Core Parameter

User role domain update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/user_role

Handler Method: HTTP GET — Get role list

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTUserRolesData

Handler Method: HTTP POST — Creates a role

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTUserRoleConfigData

Required Core Parameter

Role information

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/user_role/{name}

Handler Method: HTTP GET — Get role details

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

User role name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTUserRoleData

Handler Method: HTTP PATCH — Config a user role

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

User role name

body

body

RESTUserRoleConfigData

Required Core Parameter

User role update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete a user role

Functional Boundary Domain Tag

User

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

User role name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/vulnerability/profile

Handler Method: HTTP GET — Get vulnerability profile list

Functional Boundary Domain Tag

Vulnerability

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTVulnerabilityProfilesData

URI Route Gateway Path Node: /v1/vulnerability/profile/{name}

Handler Method: HTTP GET — Get vulnerability profile detail

Functional Boundary Domain Tag

Vulnerability

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Profile name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTVulnerabilityProfileData

Handler Method: HTTP PATCH — Configure vulnerability profile

Functional Boundary Domain Tag

Vulnerability

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Vulnerability profile name

body

body

RESTVulnerabilityProfileConfigData

Required Core Parameter

Vulnerability profile config data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/vulnerability/profile/{name}/entry

Handler Method: HTTP POST — Create the vulnerability profile entry

Functional Boundary Domain Tag

Vulnerability

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Name of the vulnerability profile entry

body

body

RESTVulnerabilityProfileEntryConfigData

Required Core Parameter

Vulnerability profile entry data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTVulnerabilityProfileEntryConfigData

URI Route Gateway Path Node: /v1/vulnerability/profile/{name}/entry/{id}

Handler Method: HTTP PATCH — Configure vulnerability profile entry

Functional Boundary Domain Tag

Vulnerability

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Vulnerability profile name

id

path

integer

Required Core Parameter

Vulnerability profile entry id

body

body

RESTVulnerabilityProfileEntryConfigData

Required Core Parameter

Vulnerability profile entry data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete vulnerability profile entry

Functional Boundary Domain Tag

Vulnerability

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

Vulnerability profile name

id

path

integer

Required Core Parameter

Vulnerability profile entry id

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/waf/sensor

Handler Method: HTTP GET — Get waf rule list

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

The default value is local which returns local waf rule list.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWafSensorsData

Handler Method: HTTP POST — Create waf sensor

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTDlpSensorConfigData

Required Core Parameter

Sensor data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/waf/sensor/{name}

Handler Method: HTTP GET — Get waf sensor detail

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

waf sensor name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWafSensorData

Handler Method: HTTP PATCH — Update a waf sensor

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

waf sensor name

body

body

RESTWafSensorConfigData

Required Core Parameter

waf sensor data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete a waf sensor

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

waf sensor name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/waf/group

Handler Method: HTTP GET — Get waf group list

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

scope

query

string

Optional Parameter

The default value is local. It returns local waf group list.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWafGroupsData

URI Route Gateway Path Node: /v1/waf/group/{name}

Handler Method: HTTP GET — Get waf group detail

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

waf group name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWafGroupData

Handler Method: HTTP PATCH — Update a waf group

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

waf group name

body

body

RESTWafGroupConfigData

Required Core Parameter

waf group data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/waf/rule

Handler Method: HTTP GET — Get waf rule list

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWafRulesData

URI Route Gateway Path Node: /v1/waf/rule/{name}

Handler Method: HTTP GET — Get waf rule detail

Functional Boundary Domain Tag

WAF Rule

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

name

path

string

Required Core Parameter

waf rule name

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWafRuleData

URI Route Gateway Path Node: /v1/workload

Handler Method: HTTP GET — Get container list

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWorkloadsData

URI Route Gateway Path Node: /v2/workload

Handler Method: HTTP GET — Get container list (starting from 5.0, rest client should call this api.)

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWorkloadsDataV2

Handler Method: HTTP POST — Get container list that match the provided ID list

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTAssetIDList

Required Core Parameter

Container ID list

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWorkloadsDataV2

URI Route Gateway Path Node: /v1/workload/{id}

Handler Method: HTTP GET — Get container detail

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Workload ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWorkloadDetailData

Handler Method: HTTP PATCH — Update Container

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Container ID

body

body

RESTWorkloadConfigData

Required Core Parameter

Container update data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v2/workload/{id}

Handler Method: HTTP GET — Get container detail (starting from 5.0, rest client should call this api.)

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Workload ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWorkloadDetailDataV2

URI Route Gateway Path Node: /v1/workload/{id}/stats

Handler Method: HTTP GET — get container stats

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Container ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWorkloadStatsData

URI Route Gateway Path Node: /v1/workload/{id}/config

Handler Method: HTTP GET — Get a container configure

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

container ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTWorkloadConfigData

URI Route Gateway Path Node: /v1/workload/{id}/process

Handler Method: HTTP GET — Get a container process

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Container ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTProcessList

HTTP 400

Container not running

RESTError

URI Route Gateway Path Node: /v1/workload/{id}/process_history

Handler Method: HTTP GET — Get a container process history

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Container ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTProcessProfileEntry

URI Route Gateway Path Node: /v1/workload/{id}/compliance

Handler Method: HTTP GET — Get a container compliance report

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Container ID

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTComplianceData

URI Route Gateway Path Node: /v1/workload/request/{id}

Handler Method: HTTP POST — Container request

Functional Boundary Domain Tag

Container

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

id

path

string

Required Core Parameter

Container ID

body

body

RESTWorkloadRequestData

Required Core Parameter

Container request data

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/csp/file/support

Handler Method: HTTP POST — Export support config tarball in gz format

Functional Boundary Domain Tag

File

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success. Get a tarball gz file.

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/fed/healthcheck

Handler Method: HTTP GET — Health Check of Federate Primary REST server

Functional Boundary Domain Tag

Federation

Enforced Authorization Constraints

Public Access Zone

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/api_key

Handler Method: HTTP GET — Gets a list of apikeys

Functional Boundary Domain Tag

Apikey

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTApikeysData

Handler Method: HTTP POST — Creates an apikey

Functional Boundary Domain Tag

Apikey

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTApikeyCreationData

Required Core Parameter

Apikey information

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTApikeyGeneratedData

URI Route Gateway Path Node: /v1/api_key/{accesskey}

Handler Method: HTTP GET — Gets an apikey

Functional Boundary Domain Tag

Apikey

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

accesskey

path

string

Required Core Parameter

Apikey access key

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

RESTApikeyData

Handler Method: HTTP DELETE — Delete apikey

Functional Boundary Domain Tag

Apikey

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

accesskey

path

string

Required Core Parameter

Apikey access key

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Success

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/system/config/remote_repository

Handler Method: HTTP POST — Create a remote repository.

Functional Boundary Domain Tag

Remote Repository

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

body

body

RESTRemoteRepository

Required Core Parameter

Initial Configuration

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Created the remote repository.

Empty / Structural Frame Terminated

URI Route Gateway Path Node: /v1/system/config/remote_repository/{alias}

Handler Method: HTTP PATCH — Update a remote repository.

Functional Boundary Domain Tag

Remote Repository

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

alias

path

string

Required Core Parameter

The alias of the remote repository to update.

body

body

RESTRemoteRepositoryConfigData

Required Core Parameter

Configuration fields to update

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Updated the remote repository.

Empty / Structural Frame Terminated

Handler Method: HTTP DELETE — Delete a remote repository.

Functional Boundary Domain Tag

Remote Export Repository

Enforced Authorization Constraints

ApiKeyAuth, TokenAuth

Contextual Posture Criteria

Operational scenario contract definition missing.

Expected Input Signature Parameters Matrix
Parameter Token Key Injection Context (in) Structural Data Type Compliance Requirement System Behavioral Functional Description

alias

path

string

Required Core Parameter

The alias of the remote repository to update.

Downstream Response Return Frame Boundaries
HTTP Code Context Execution State Mapping Meaning Bound Data Response Contract Schema Entity

HTTP 200

Deleted the remote repository.

Empty / Structural Frame Terminated

Data Dictionary Component Schema Blueprint Models

Schema Registry Identity Token Blueprint: Audit

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Optional Variable

No explicit technical business logic provided.

Container.Managed

level

string

Strictly Required Field

No explicit technical business logic provided.

INFO

reported_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516832670

reported_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-24 22:24:30+00:00

cluster_name

string

Strictly Required Field

No explicit technical business logic provided.

cluster1

response_rule_id

integer

Optional Variable

No explicit technical business logic provided.

10007

host_id

string

Strictly Required Field

No explicit technical business logic provided.

2AU7:TIEN:O5KX:QK56:LFQP:IJSV:FXBN:QJV7

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

bced57295eefbd3f3bd0cf798b6184fa789

enforcer_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

workload_id

string

Optional Variable

No explicit technical business logic provided.

7df6a19648e2860c89fe12c8d5b1c52079a

workload_name

string

Optional Variable

No explicit technical business logic provided.

``

workload_domain

string

Optional Variable

No explicit technical business logic provided.

``

workload_image

string

Optional Variable

No explicit technical business logic provided.

``

workload_service

string

Optional Variable

No explicit technical business logic provided.

``

image

string

Optional Variable

No explicit technical business logic provided.

alpine:3.16.1

image_id

string

Optional Variable

No explicit technical business logic provided.

d572b7ee3511b21a2b78b8915bc03c5786ad01949704c1418624224c4cae2c5f

registry

string

Optional Variable

No explicit technical business logic provided.

https://registry.hub.docker.com/

registry_name

string

Optional Variable

No explicit technical business logic provided.

``

repository

string

Optional Variable

No explicit technical business logic provided.

alpine

tag

string

Optional Variable

No explicit technical business logic provided.

latest

base_os

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu:16.04

high_vul_cnt

integer

Strictly Required Field

No explicit technical business logic provided.

1

medium_vul_cnt

integer

Strictly Required Field

No explicit technical business logic provided.

1

high_vuls

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

medium_vuls

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

cvedb_version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

message

string

Strictly Required Field

No explicit technical business logic provided.

``

user

string

Strictly Required Field

No explicit technical business logic provided.

root

error

string

Strictly Required Field

No explicit technical business logic provided.

Request failed

aggregation_from

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516832670

count

integer

Strictly Required Field

No explicit technical business logic provided.

10

items

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

platform

string

Strictly Required Field

No explicit technical business logic provided.

``

platform_version

string

Strictly Required Field

No explicit technical business logic provided.

``

packages

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

package_ver

string

Optional Variable

No explicit technical business logic provided.

N/A

fixed_ver

string

Optional Variable

No explicit technical business logic provided.

N/A

score

number (float32)

Optional Variable

No explicit technical business logic provided.

7.3

score_v3

number (float32)

Optional Variable

No explicit technical business logic provided.

7.3

vectors

string

Optional Variable

No explicit technical business logic provided.

N/A

vectors_v3

string

Optional Variable

No explicit technical business logic provided.

N/A

link

string

Optional Variable

No explicit technical business logic provided.

N/A

description

string

Optional Variable

No explicit technical business logic provided.

N/A

pub_date

string

Optional Variable

No explicit technical business logic provided.

N/A

last_mod_date

string

Optional Variable

No explicit technical business logic provided.

N/A

image_layer_digest

string

Optional Variable

No explicit technical business logic provided.

sha256:08614570918e6832c44397cc7bce8037f07a8e2b87aec19d57a3da5eff274c7b

cmds

string

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: Event

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Optional Variable

No explicit technical business logic provided.

Container.Managed

level

string

Strictly Required Field

No explicit technical business logic provided.

INFO

reported_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516832670

reported_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-24 22:24:30+00:00

cluster_name

string

Strictly Required Field

No explicit technical business logic provided.

cluster1

response_rule_id

integer

Optional Variable

No explicit technical business logic provided.

10009

host_id

string

Strictly Required Field

No explicit technical business logic provided.

QK56:LFQP:IJSV:FXBN:QJV7:5MBB:6PL5

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

bced57295eefbd3f3bd0cf798b6184fa789

enforcer_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

controller_id

string

Strictly Required Field

No explicit technical business logic provided.

``

controller_name

string

Strictly Required Field

No explicit technical business logic provided.

``

workload_id

string

Strictly Required Field

No explicit technical business logic provided.

7df6a19648e2860c89fe12c8d5b1c52079a

workload_name

string

Strictly Required Field

No explicit technical business logic provided.

kafkadocker_zookeeper_1

workload_domain

string

Strictly Required Field

No explicit technical business logic provided.

``

workload_image

string

Strictly Required Field

No explicit technical business logic provided.

zookeeper

workload_service

string

Strictly Required Field

No explicit technical business logic provided.

``

category

string

Strictly Required Field

No explicit technical business logic provided.

WORKLOAD

user

string

Strictly Required Field

No explicit technical business logic provided.

user

user_roles

object

Strictly Required Field

map key is domain(string type)

{"domain1": "admin", "domain2": "reader"}

user_addr

string

Strictly Required Field

No explicit technical business logic provided.

``

user_session

string

Strictly Required Field

No explicit technical business logic provided.

``

rest_method

string

Optional Variable

No explicit technical business logic provided.

``

rest_request

string

Optional Variable

No explicit technical business logic provided.

``

rest_body

string

Optional Variable

No explicit technical business logic provided.

``

enforcer_limit

integer

Optional Variable

No explicit technical business logic provided.

0

license_expire

string

Optional Variable

No explicit technical business logic provided.

``

message

string

Strictly Required Field

No explicit technical business logic provided.

Start managing container kafkadocker_zookeeper_1

Schema Registry Identity Token Blueprint: GroupRoleMapping

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

group

string

Strictly Required Field

No explicit technical business logic provided.

Domain Admins

global_role

string

Strictly Required Field

No explicit technical business logic provided.

admin

role_domains

object

Optional Variable

Object key is role and value is array of domains

N/A

Schema Registry Identity Token Blueprint: Incident

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

Host.Suspicious.Process

level

string

Strictly Required Field

No explicit technical business logic provided.

WARNING

reported_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1515020888

reported_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-03 23:08:08+00:00

cluster_name

string

Strictly Required Field

No explicit technical business logic provided.

cluster1

response_rule_id

integer

Strictly Required Field

No explicit technical business logic provided.

10006

host_id

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64:ZYA3:UZL5:2WOT:QYEF:SLVT:LIBD

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

a928be54f34fbb696426890a7249c067

enforcer_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

id

string

Strictly Required Field

No explicit technical business logic provided.

e6e19591-75a0-43e9-bebb-145d588e6718

workload_id

string

Strictly Required Field

No explicit technical business logic provided.

83e76eabd68494649440fa0a35451315289c70eb3094454e419952dffaa7715a

workload_name

string

Strictly Required Field

No explicit technical business logic provided.

iperfserver

workload_domain

string

Strictly Required Field

No explicit technical business logic provided.

``

workload_image

string

Strictly Required Field

No explicit technical business logic provided.

iperfserver

workload_service

string

Strictly Required Field

No explicit technical business logic provided.

iperfserver

remote_workload_id

string

Strictly Required Field

No explicit technical business logic provided.

external

remote_workload_name

string

Strictly Required Field

No explicit technical business logic provided.

iperfclient

remote_workload_domain

string

Strictly Required Field

No explicit technical business logic provided.

``

remote_workload_image

string

Strictly Required Field

No explicit technical business logic provided.

iperfclient

remote_workload_service

string

Strictly Required Field

No explicit technical business logic provided.

iperfclient

proc_name

string

Strictly Required Field

No explicit technical business logic provided.

nc

proc_path

string

Strictly Required Field

No explicit technical business logic provided.

/bin/nc.traditional

proc_cmd

string

Strictly Required Field

No explicit technical business logic provided.

./dns_tunneling/iodine/bin/iodine -f -r 172.17.0.3 -P

proc_real_uid

integer

Strictly Required Field

No explicit technical business logic provided.

1000

proc_effective_uid

integer

Strictly Required Field

No explicit technical business logic provided.

1000

proc_real_user

string

Strictly Required Field

No explicit technical business logic provided.

test

proc_effective_user

string

Strictly Required Field

No explicit technical business logic provided.

root

file_path

string

Strictly Required Field

No explicit technical business logic provided.

``

file_name

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

client_ip

string

Strictly Required Field

No explicit technical business logic provided.

192.168.1.62

server_ip

string

Strictly Required Field

No explicit technical business logic provided.

10.1.4.3

client_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

56564

server_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

80

server_conn_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

80

ether_type

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

2048

ip_proto

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

6

conn_ingress

boolean

Strictly Required Field

No explicit technical business logic provided.

false

proc_parent_name

string

Strictly Required Field

No explicit technical business logic provided.

sh

proc_parent_path

string

Strictly Required Field

No explicit technical business logic provided.

/bin/dash

action

string

Strictly Required Field

No explicit technical business logic provided.

violate

group

string

Strictly Required Field

No explicit technical business logic provided.

nv.iperfserver

rule_id

string

Strictly Required Field

No explicit technical business logic provided.

00000000-0000-0000-0000-000000000001

aggregation_from

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1515020888

count

integer

Strictly Required Field

No explicit technical business logic provided.

1

message

string

Strictly Required Field

No explicit technical business logic provided.

dns tunneling

Schema Registry Identity Token Blueprint: RESTRemoteExportData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

file_path

string

Optional Variable

the destination file path when exported to remote repository

N/A

Schema Registry Identity Token Blueprint: RESTAdmCatOptions

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

k8s_options

RESTAdmRuleOptions

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmCtrlPromoteRequest

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ids

Array < integer >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmCtrlPromoteRequestData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

request

RESTAdmCtrlPromoteRequest

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmCtrlRulesExport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

export_config

boolean

Optional Variable

No explicit technical business logic provided.

true

ids

Array < integer >

Optional Variable

No explicit technical business logic provided.

N/A

remote_export_options

RESTRemoteExportOptions

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmCtrlTestRuleInfo

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

container_image

string

Strictly Required Field

the tested container image in the pod

N/A

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

10001

disabled

boolean

Strictly Required Field

No explicit technical business logic provided.

false

type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

mode

string

Strictly Required Field

per-rule mode

N/A

rule_details

string

Strictly Required Field

No explicit technical business logic provided.

It matches deny rule id 1000 with criteria: (allow privilege escalation = true)

rule_cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmCtrlRulesTestResult

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

index

integer

Strictly Required Field

No explicit technical business logic provided.

1

name

string

Strictly Required Field

No explicit technical business logic provided.

iperfserver

kind

string

Strictly Required Field

No explicit technical business logic provided.

Deployment

message

string

Strictly Required Field

No explicit technical business logic provided.

<Assessment> Creation of Kubernetes Deployment is allowed [Notice: the requested image(s) are not scanned: quay.io/nvlab/iperf].

matched_rules

Array < RESTAdmCtrlTestRuleInfo >

Strictly Required Field

No explicit technical business logic provided.

N/A

allowed

boolean

Strictly Required Field

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTAdmCtrlRulesTestResults

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

props_unavailable

Array < string >

Optional Variable

No explicit technical business logic provided.

["user", "userGroups"]

global_mode

string

Optional Variable

No explicit technical business logic provided.

N/A

results

Array < RESTAdmCtrlRulesTestResult >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmissionConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

state

RESTAdmissionState

Optional Variable

No explicit technical business logic provided.

N/A

admission_options

RESTAdmRuleTypeOptions

Optional Variable

No explicit technical business logic provided.

N/A

k8s_env

boolean

Strictly Required Field

No explicit technical business logic provided.

false

admission_custom_criteria_options

RESTAdminCustomCriteriaOptions

Optional Variable

No explicit technical business logic provided.

N/A

admission_custom_criteria_templates

RESTAdminCriteriaTemplate

Optional Variable

No explicit technical business logic provided.

N/A

predefined_risky_roles

Array < string >

Optional Variable

No explicit technical business logic provided.

["risky_role_view_secret", "risky_role_create_pod"]

Schema Registry Identity Token Blueprint: RESTAdmissionRule

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

2

category

string

Strictly Required Field

No explicit technical business logic provided.

Kubernetes

comment

string

Strictly Required Field

No explicit technical business logic provided.

Do not delete this exception rule

criteria

Array < RESTAdmRuleCriterion >

Strictly Required Field

No explicit technical business logic provided.

N/A

disable

boolean

Strictly Required Field

No explicit technical business logic provided.

false

critical

boolean

Strictly Required Field

No explicit technical business logic provided.

false

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

rule_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

rule_mode

string

Strictly Required Field

No explicit technical business logic provided.

N/A

containers

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmissionRuleConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

category

string

Strictly Required Field

No explicit technical business logic provided.

Kubernetes

comment

string

Optional Variable

No explicit technical business logic provided.

comment

criteria

Array < RESTAdmRuleCriterion >

Optional Variable

No explicit technical business logic provided.

N/A

disable

boolean

Optional Variable

No explicit technical business logic provided.

true

actions

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

rule_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

rule_mode

string

Optional Variable

No explicit technical business logic provided.

N/A

containers

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmissionRuleConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTAdmissionRuleConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmissionRuleData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rule

RESTAdmissionRule

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmissionRulesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rules

Array < RESTAdmissionRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmissionRuleOption

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

group

ops

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["containsAny", "containsAll", "="]

values

Array < string >

Optional Variable

No explicit technical business logic provided.

["", "true", "false"]

match_src

string

Optional Variable

No explicit technical business logic provided.

yaml

sub_options

object

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmRuleCriterion

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

namespace

op

string

Strictly Required Field

No explicit technical business logic provided.

=

value

string

Strictly Required Field

No explicit technical business logic provided.

kube-system

sub_criteria

Array < RESTAdmRuleCriterion >

Optional Variable

No explicit technical business logic provided.

N/A

type

string

Optional Variable

No explicit technical business logic provided.

customPath

template_kind

string

Optional Variable

No explicit technical business logic provided.

podTemplate

path

string

Optional Variable

No explicit technical business logic provided.

item.spec.serviceAccountName

value_type

string

Optional Variable

No explicit technical business logic provided.

string

Schema Registry Identity Token Blueprint: RESTAdmRuleOptions

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rule_options

object

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmRuleTypeOptions

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

deny_options

RESTAdmCatOptions

Strictly Required Field

No explicit technical business logic provided.

N/A

exception_options

RESTAdmCatOptions

Strictly Required Field

No explicit technical business logic provided.

N/A

psp_collection

Array < RESTAdmRuleCriterion >

Optional Variable

No explicit technical business logic provided.

N/A

pss_collections

object

Optional Variable

map key is domain(string type)

{"restricted": ["Uses illegal volume type.", "Allows running as root user."], "baseline": ["Sets HostNetwork, HostPID, or HostIPC to true.", "Allows privileged container(s)."]}

sigstore_verifiers

Array < string >

Optional Variable

No explicit technical business logic provided.

["public/verifier1", "private1/verifier1", "private1/verifier2"]

Schema Registry Identity Token Blueprint: RESTAdmissionState

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

enable

boolean

Optional Variable

No explicit technical business logic provided.

true

mode

string

Optional Variable

No explicit technical business logic provided.

Protect

default_action

string

Optional Variable

No explicit technical business logic provided.

allow

adm_client_mode

string

Optional Variable

No explicit technical business logic provided.

service

adm_svc_type

string

Optional Variable

No explicit technical business logic provided.

``

adm_client_mode_options

object

Optional Variable

No explicit technical business logic provided.

N/A

ctrl_states

object

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAdmissionStats

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

k8s_allowed_requests

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

2

k8s_denied_requests

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1

k8s_erroneous_requests

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1

k8s_ignored_requests

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1

jenkins_allowed_requests

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

3

jenkins_denied_requests

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1

jenkins_erroneous_requests

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1

Schema Registry Identity Token Blueprint: RESTAdmissionStatsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

stats

RESTAdmissionStats

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAgent

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

924ccbbfcac6842e7370305bc51f4594764314f6

name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

display_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64

host_id

string

Strictly Required Field

No explicit technical business logic provided.

2AU7:TIEN:O5KX:QK56:LFQP:IJSV:FXBN:QJV7

version

string

Strictly Required Field

No explicit technical business logic provided.

0.1.0

labels

object

Strictly Required Field

map key is string type

{"com.docker.compose.service": "allinone"}

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

pid_mode

string

Strictly Required Field

No explicit technical business logic provided.

``

network_mode

string

Strictly Required Field

No explicit technical business logic provided.

host

created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-23 21:14:31+00:00

started_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-23 21:14:31+00:00

joined_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-23 21:14:55+00:00

memory_limit

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

0

cpus

string

Strictly Required Field

No explicit technical business logic provided.

``

cluster_ip

string

Strictly Required Field

No explicit technical business logic provided.

10.1.5.1

connection_state

string

Strictly Required Field

No explicit technical business logic provided.

connected

disconnected_at

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTAgentData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

enforcer

RESTAgent

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAgentsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

enforcers

Array < RESTAgent >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAgentConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

debug

Array < string >

Optional Variable

No explicit technical business logic provided.

["packet", "log", "parser", "tcp", "session", "timer", "error"]

disable_nvprotect

boolean

Optional Variable

No explicit technical business logic provided.

false

disable_kvcctl

boolean

Optional Variable

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTAgentConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTAgentConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAgentStatsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

541386aa8e36fe113593cc0dc6678b7d2a

read_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 07:20:15+00:00

stats

RESTStats

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAuditsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

audits

Array < Audit >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAuthData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

client_ip

string

Strictly Required Field

No explicit technical business logic provided.

``

password

RESTAuthPassword

Optional Variable

No explicit technical business logic provided.

N/A

Token

RESTAuthToken

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAuthPassword

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

username

string

Strictly Required Field

No explicit technical business logic provided.

admin

password

string (password)

Strictly Required Field

No explicit technical business logic provided.

mypassword

new_password

string

Optional Variable

need to specify when server responds the user needs to change password

mynewpassword

Schema Registry Identity Token Blueprint: RESTAuthToken

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

token

string

Strictly Required Field

No explicit technical business logic provided.

``

state

string

Strictly Required Field

No explicit technical business logic provided.

``

redirect_endpoint

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTAWSAccountKeyConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Optional Variable

No explicit technical business logic provided.

831010404316

access_key_id

string

Optional Variable

No explicit technical business logic provided.

<access key id from AWS>

secret_access_key

string

Optional Variable

No explicit technical business logic provided.

<secret access key from AWS>

region

string

Optional Variable

No explicit technical business logic provided.

us-west-2

Schema Registry Identity Token Blueprint: RESTAwsCloudRes

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

cloud_type

string

Strictly Required Field

No explicit technical business logic provided.

aws_cloud

project_name

string

Strictly Required Field

No explicit technical business logic provided.

demo_project

region_list

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["us-east-1", "us-west-1", "us-west-2"]

aws_lambda_resource

RESTAwsLambdaRes

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAwsFuncPermission

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

aws_attached_policy

boolean

Strictly Required Field

No explicit technical business logic provided.

true

policy_permission_level

string

Strictly Required Field

No explicit technical business logic provided.

High

permission_state

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["Full Access policy AWSLambdaFullAccess", "In policy AWSLambdaFullAccess : Full Access to dynamodb "]

allowed_detail

object

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAwsFunction

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

function_name

string

Strictly Required Field

No explicit technical business logic provided.

nvnodejs

region

string

Strictly Required Field

No explicit technical business logic provided.

us-west-1

report

Array < RESTScanAwsFuncReport >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAwsFuncSummary

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

function_id

string

Strictly Required Field

No explicit technical business logic provided.

project_id

version

string

Strictly Required Field

No explicit technical business logic provided.

1.0

function_name

string

Strictly Required Field

No explicit technical business logic provided.

demo_project

scan_result

string

Strictly Required Field

No explicit technical business logic provided.

``

high

integer

Strictly Required Field

No explicit technical business logic provided.

5

medium

integer

Strictly Required Field

No explicit technical business logic provided.

5

permission_level

string

Strictly Required Field

No explicit technical business logic provided.

``

status

string

Strictly Required Field

No explicit technical business logic provided.

data_lost

Schema Registry Identity Token Blueprint: RESTAwsLambdaResDetail

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

status

string

Strictly Required Field

No explicit technical business logic provided.

data_lost

func_list

Array < RESTAwsFuncSummary >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAwsLambdaRes

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

status

string

Strictly Required Field

No explicit technical business logic provided.

data_lost

aws_region_resource

object

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAwsResDetail

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

permission_level

string

Strictly Required Field

No explicit technical business logic provided.

Low

resource

string

Strictly Required Field

No explicit technical business logic provided.

DescribeChangeSet

permission_state

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTAwsResource

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

acc_id

string

Optional Variable

No explicit technical business logic provided.

``

acc_key

string

Optional Variable

No explicit technical business logic provided.

``

project_name

string

Strictly Required Field

No explicit technical business logic provided.

demo_project

region_list

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["us-east-1", "us-east-2"]

aws_lambda_resource

RESTAwsLambdaRes

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAwsResourceConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

project_name

string

Strictly Required Field

No explicit technical business logic provided.

demo_project

acc_id

string

Optional Variable

No explicit technical business logic provided.

``

acc_key

string

Optional Variable

No explicit technical business logic provided.

``

region_list

Array < string >

Optional Variable

No explicit technical business logic provided.

["us-east-1", "us-west-1", "us-west-2"]

Schema Registry Identity Token Blueprint: RESTAwsResourceCreate

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

project_name

string

Strictly Required Field

No explicit technical business logic provided.

demo_project

acc_id

string

Optional Variable

No explicit technical business logic provided.

``

acc_key

string

Optional Variable

No explicit technical business logic provided.

``

region_list

Array < string >

Optional Variable

No explicit technical business logic provided.

["us-east-1", "us-west-1", "us-west-2"]

Schema Registry Identity Token Blueprint: RESTBenchItem

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

catalog

string

Strictly Required Field

No explicit technical business logic provided.

docker

type

string

Strictly Required Field

No explicit technical business logic provided.

``

level

string

Strictly Required Field

No explicit technical business logic provided.

INFO

test_number

string

Strictly Required Field

No explicit technical business logic provided.

1

profile

string

Strictly Required Field

No explicit technical business logic provided.

Level 1

scored

boolean

Strictly Required Field

No explicit technical business logic provided.

true

automated

boolean

Strictly Required Field

No explicit technical business logic provided.

true

description

string

Strictly Required Field

No explicit technical business logic provided.

General Configuration

message

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

remediation

string

Strictly Required Field

No explicit technical business logic provided.

``

group

string

Strictly Required Field

No explicit technical business logic provided.

nv.calico

Schema Registry Identity Token Blueprint: RESTBenchReport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

run_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561253

run_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-06-21 19:00:53+00:00

cis_version

string

Strictly Required Field

No explicit technical business logic provided.

1.5.1

items

Array < RESTBenchItem >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTCloudResList

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

cloud_resources

Array < RESTAwsCloudRes >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTCLUSEventCondition

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

type

string

Optional Variable

No explicit technical business logic provided.

``

value

string

Optional Variable

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTComplianceData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

run_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561253

run_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-06-21 19:00:53+00:00

kubernetes_cis_category

string

Strictly Required Field

No explicit technical business logic provided.

``

kubernetes_cis_version

string

Strictly Required Field

No explicit technical business logic provided.

1.5.1

docker_cis_version

string

Strictly Required Field

No explicit technical business logic provided.

1.2.0

items

Array < RESTBenchItem >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTComplianceProfile

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

default

disable_system

boolean

Strictly Required Field

No explicit technical business logic provided.

false

entries

Array < RESTComplianceProfileEntry >

Strictly Required Field

No explicit technical business logic provided.

N/A

cfg_type

string

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTComplianceProfileConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

default

disable_system

boolean

Optional Variable

No explicit technical business logic provided.

false

entries

Array < RESTComplianceProfileEntry >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTComplianceProfileConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTComplianceProfileConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTComplianceProfileEntry

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

test_number

string

Strictly Required Field

No explicit technical business logic provided.

``

tags

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTComplianceProfileEntryConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTComplianceProfileEntry

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTComplianceProfileData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

profile

RESTComplianceProfile

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTComplianceProfilesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

profiles

Array < RESTComplianceProfile >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTCompProfilesExport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

names

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

remote_export_options

RESTRemoteExportOptions

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTController

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

b63882364cd1a56b2234ce0c9266ca403090e5e8148

name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

display_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64

host_id

string

Strictly Required Field

No explicit technical business logic provided.

2AU7:TIEN:O5KX:QK56:LFQP:IJSV:FXBN:QJV7

version

string

Strictly Required Field

No explicit technical business logic provided.

0.1.0

labels

object

Strictly Required Field

map key is string type

{"com.docker.compose.config-hash": "e94ce458b3bc97cd478e9738a759d76fb819"}

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-24 17:16:59+00:00

started_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-24 17:16:59+00:00

joined_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-24 17:17:10+00:00

memory_limit

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

0

cpus

string

Strictly Required Field

No explicit technical business logic provided.

``

cluster_ip

string

Strictly Required Field

No explicit technical business logic provided.

10.1.5.1

leader

boolean

Strictly Required Field

No explicit technical business logic provided.

true

connection_state

string

Strictly Required Field

No explicit technical business logic provided.

connected

disconnected_at

string

Strictly Required Field

No explicit technical business logic provided.

``

orch_conn_status

string

Strictly Required Field

No explicit technical business logic provided.

``

orch_conn_last_error

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTControllerData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

controller

RESTController

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTControllerConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

debug

Array < string >

Optional Variable

No explicit technical business logic provided.

["log", "parser", "tcp", "session", "error"]

Schema Registry Identity Token Blueprint: RESTControllerConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTControllerConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTCriteriaEntry

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

key

string

Strictly Required Field

No explicit technical business logic provided.

pattern

value

string

Strictly Required Field

No explicit technical business logic provided.

[0-9]

op

string

Strictly Required Field

No explicit technical business logic provided.

regex

Schema Registry Identity Token Blueprint: RESTCustomCheck

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

node

script

string

Strictly Required Field

No explicit technical business logic provided.

`uname -r `

Schema Registry Identity Token Blueprint: RESTCustomCheckConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

add

RESTCustomChecks

Strictly Required Field

No explicit technical business logic provided.

N/A

delete

RESTCustomChecks

Strictly Required Field

No explicit technical business logic provided.

N/A

update

RESTCustomChecks

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTCustomCheckConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTCustomCheckConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTCustomCheckData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTCustomChecks

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTCustomCheckListData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

configs

Array < RESTCustomChecks >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTCustomChecks

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

group

string

Strictly Required Field

No explicit technical business logic provided.

containers

enabled

boolean

Optional Variable

No explicit technical business logic provided.

false

writable

boolean

Optional Variable

No explicit technical business logic provided.

false

scripts

Array < RESTCustomCheck >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpGroup

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

nodes

status

boolean

Strictly Required Field

No explicit technical business logic provided.

true

sensors

Array < RESTDlpSetting >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpGroupConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

ssn

status

boolean

Optional Variable

No explicit technical business logic provided.

true

delete

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

sensors

Array < RESTDlpSetting >

Optional Variable

No explicit technical business logic provided.

N/A

replace

Array < RESTDlpSetting >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpGroupConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTDlpGroupConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpGroupData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

dlp_group

RESTDlpGroup

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpGroupsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

dlp_groups

Array < RESTDlpGroup >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpRule

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

testrule413251424153561246153614615462515134635

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

4001

patterns

Array < RESTCriteriaEntry >

Strictly Required Field

No explicit technical business logic provided.

N/A

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpRuleData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rule

RESTDlpRuleDetail

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpRuleDetail

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sensors

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["ssn", "credit"]

rules

Array < RESTDlpRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpRulesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rules

Array < RESTDlpRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpSensor

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

sensor.ssn

groups

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["external", "nodes"]

rules

Array < RESTDlpRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

comment

string

Strictly Required Field

No explicit technical business logic provided.

Sensor for SSN detection

predefine

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpSensorConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

sensor.creditcard

change

Array < RESTDlpRule >

Optional Variable

No explicit technical business logic provided.

N/A

delete

Array < RESTDlpRule >

Optional Variable

No explicit technical business logic provided.

N/A

rules

Array < RESTDlpRule >

Optional Variable

No explicit technical business logic provided.

N/A

comment

string

Optional Variable

No explicit technical business logic provided.

Sensor for Credit Card detection

Schema Registry Identity Token Blueprint: RESTDlpSensorConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTDlpSensorConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpSensorData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sensor

RESTDlpSensor

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpSensorExport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

names

Array < string >

Strictly Required Field

No explicit technical business logic provided.

[""]

remote_export_options

RESTRemoteExportOptions

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpSensorsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sensors

Array < RESTDlpSensor >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDlpSetting

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

sensor.ssn

action

string

Strictly Required Field

No explicit technical business logic provided.

log

comment

string

Optional Variable

No explicit technical business logic provided.

logging sensor ssn

Schema Registry Identity Token Blueprint: RESTDomain

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

iperfspace

workloads

integer

Strictly Required Field

No explicit technical business logic provided.

14

running_workloads

integer

Strictly Required Field

No explicit technical business logic provided.

14

running_pods

integer

Strictly Required Field

No explicit technical business logic provided.

7

services

integer

Strictly Required Field

No explicit technical business logic provided.

3

tags

Array < string >

Strictly Required Field

No explicit technical business logic provided.

[""]

labels

object

Strictly Required Field

map key is string type

{"ns.env-1": "production"}

Schema Registry Identity Token Blueprint: RESTDomainConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

tag_per_domain

boolean

Optional Variable

No explicit technical business logic provided.

true

Schema Registry Identity Token Blueprint: RESTDomainConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTDomainConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTDomainsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

domains

Array < RESTDomain >

Strictly Required Field

No explicit technical business logic provided.

N/A

tag_per_domain

boolean

Strictly Required Field

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTDomainEntryConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

iperfspace

tags

Array < string >

Optional Variable

No explicit technical business logic provided.

[""]

Schema Registry Identity Token Blueprint: RESTDomainEntryConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTDomainEntryConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTError

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

code

integer

Strictly Required Field

No explicit technical business logic provided.

3

error

string

Strictly Required Field

No explicit technical business logic provided.

Request failed

message

string

Strictly Required Field

No explicit technical business logic provided.

Invalid format

password_profile_basic

RESTPwdProfileBasic

Optional Variable

No explicit technical business logic provided.

N/A

import_task_data

RESTImportTaskData

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTEULA

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

accepted

boolean

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTEULAData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

eula

RESTEULA

Strictly Required Field

No explicit technical business logic provided.

N/A

bootstrap_password_command

string

Optional Variable

kubectl command for retrieving bootstrap password of default admin user

N/A

k8s_rbac_alert_message

string

Optional Variable

alert message when k8s role/rolebinding neuvector-binding-secret is not correctly configured

N/A

Schema Registry Identity Token Blueprint: RESTEventsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

events

Array < Event >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTFedSystemConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

webhooks

RESTWebhook

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTFileMonitorConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

add_filters

Array < RESTFileMonitorFilterConfig >

Optional Variable

No explicit technical business logic provided.

N/A

delete_filters

Array < RESTFileMonitorFilterConfig >

Optional Variable

No explicit technical business logic provided.

N/A

update_filters

Array < RESTFileMonitorFilterConfig >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTFileMonitorConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTFileMonitorConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTFileMonitorFile

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

path

string

Strictly Required Field

No explicit technical business logic provided.

``

mask

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

is_dir

boolean

Strictly Required Field

No explicit technical business logic provided.

false

protect

boolean

Strictly Required Field

No explicit technical business logic provided.

false

files

Array < string >

Strictly Required Field

No explicit technical business logic provided.

[""]

Schema Registry Identity Token Blueprint: RESTFileMonitorFileData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

files

Array < RESTFileMonitorFile >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTFileMonitorFilterConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

filter

string

Strictly Required Field

No explicit technical business logic provided.

``

recursive

boolean

Strictly Required Field

No explicit technical business logic provided.

false

behavior

string

Strictly Required Field

No explicit technical business logic provided.

``

applications

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

group

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTGCRKey

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

json_key

string

Optional Variable

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTGCRKeyConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

json_key

string

Optional Variable

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTGroup

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

kafkadocker_kafka

learned

boolean

Strictly Required Field

No explicit technical business logic provided.

true

reserved

boolean

Strictly Required Field

No explicit technical business logic provided.

false

policy_mode

string

Optional Variable

No explicit technical business logic provided.

Discover

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

creater_domains

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["domain1", "domain2"]

kind

string

Strictly Required Field

No explicit technical business logic provided.

``

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

core

cap_change_mode

boolean

Strictly Required Field

No explicit technical business logic provided.

true

criteria

Array < RESTCriteriaEntry >

Strictly Required Field

No explicit technical business logic provided.

N/A

members

Array < RESTWorkloadBrief >

Strictly Required Field

No explicit technical business logic provided.

N/A

policy_rules

Array < integer >

Strictly Required Field

No explicit technical business logic provided.

N/A

response_rules

Array < integer >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTGroupCaps

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

cap_change_mode

boolean

Optional Variable

No explicit technical business logic provided.

false

cap_scorable

boolean

Optional Variable

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTGroupBrief

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

``

comment

string

Strictly Required Field

No explicit technical business logic provided.

``

learned

boolean

Strictly Required Field

No explicit technical business logic provided.

true

reserved

boolean

Strictly Required Field

No explicit technical business logic provided.

false

policy_mode

string

Optional Variable

No explicit technical business logic provided.

``

profile_mode

string

Optional Variable

No explicit technical business logic provided.

``

not_scored

boolean

Strictly Required Field

No explicit technical business logic provided.

true

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

creater_domains

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

kind

string

Strictly Required Field

No explicit technical business logic provided.

``

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

``

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

ground

baseline_profile

string

Strictly Required Field

No explicit technical business logic provided.

``

monitor_metric

boolean

Strictly Required Field

No explicit technical business logic provided.

false

group_sess_cur

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

group_sess_rate

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

group_band_width

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

cap_change_mode

boolean

Optional Variable

No explicit technical business logic provided.

false

cap_scorable

boolean

Optional Variable

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTGroupData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

group

RESTGroupDetail

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTGroupDetail

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

containers

learned

boolean

Strictly Required Field

No explicit technical business logic provided.

true

reserved

boolean

Strictly Required Field

No explicit technical business logic provided.

false

policy_mode

string

Optional Variable

No explicit technical business logic provided.

``

domain

string

Strictly Required Field

No explicit technical business logic provided.

external

creater_domains

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["domain1", "domain2"]

kind

string

Strictly Required Field

No explicit technical business logic provided.

``

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

admin

cap_change_mode

boolean

Strictly Required Field

No explicit technical business logic provided.

false

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

monitor_metric

boolean

Strictly Required Field

No explicit technical business logic provided.

false

group_sess_cur

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

group_sess_rate

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

group_band_width

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

criteria

Array < RESTCriteriaEntry >

Strictly Required Field

No explicit technical business logic provided.

N/A

members

Array < RESTWorkloadBrief >

Strictly Required Field

No explicit technical business logic provided.

N/A

policy_rules

Array < RESTPolicyRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

response_rules

Array < RESTResponseRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTGroupsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

groups

Array < RESTGroup >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTGroupConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

containerEQU

criteria

Array < RESTCriteriaEntry >

Optional Variable

No explicit technical business logic provided.

N/A

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTGroupConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTGroupConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTGroupExport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

use_name_referral

boolean

Optional Variable

Do not export groups' criteria. Instead, refer to NvGroupDefinition CRs for all groups involved in the export.

false

groups

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

policy_mode

string

Optional Variable

No explicit technical business logic provided.

Monitor

profile_mode

string

Optional Variable

No explicit technical business logic provided.

Monitor

remote_export_options

RESTRemoteExportOptions

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTHost

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64

id

string

Strictly Required Field

No explicit technical business logic provided.

2AU7:TIEN:O5KX:QK56:LFQP:IJSV:FXBN:QJV7:XPAH

runtime

string

Strictly Required Field

No explicit technical business logic provided.

docker

runtime_version

string

Strictly Required Field

No explicit technical business logic provided.

1.10.2

runtime_api_version

string

Strictly Required Field

No explicit technical business logic provided.

1.22

platform

string

Strictly Required Field

No explicit technical business logic provided.

Docker

os

string

Strictly Required Field

No explicit technical business logic provided.

Ubuntu 14.04.3 LTS

kernel

string

Strictly Required Field

No explicit technical business logic provided.

3.19.0-25-generic

cpus

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1

memory

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

2089816064

cgroup_version

integer

Strictly Required Field

No explicit technical business logic provided.

1

containers

integer

Strictly Required Field

No explicit technical business logic provided.

107

interfaces

object

Strictly Required Field

map key is string type like "eth0"

N/A

state

string

Strictly Required Field

No explicit technical business logic provided.

``

cap_docker_bench

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cap_kube_bench

boolean

Strictly Required Field

No explicit technical business logic provided.

true

docker_bench_status

string

Optional Variable

No explicit technical business logic provided.

running

kube_bench_status

string

Optional Variable

No explicit technical business logic provided.

scheduled

policy_mode

string

Strictly Required Field

No explicit technical business logic provided.

Discover

profile_mode

string

Strictly Required Field

No explicit technical business logic provided.

Discover

scan_summary

RESTScanBrief

Strictly Required Field

No explicit technical business logic provided.

N/A

storage_driver

string

Strictly Required Field

No explicit technical business logic provided.

aufs

labels

object

Strictly Required Field

map key is string type

{"beta.kubernetes.io/os": "linux"}

annotations

object

Strictly Required Field

map key is string type

{"kubeadm.alpha.kubernetes.io/cri-socket": "/var/run/dockershim.sock"}

Schema Registry Identity Token Blueprint: RESTHostsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

hosts

Array < RESTHost >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTHostData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

host

RESTHost

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTIDName

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

``

display_name

string

Strictly Required Field

No explicit technical business logic provided.

``

policy_mode

string

Strictly Required Field

No explicit technical business logic provided.

``

domains

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["domain1", "domain2"]

Schema Registry Identity Token Blueprint: RESTImportTask

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

tid

string

Strictly Required Field

No explicit technical business logic provided.

c5af897b62a258212ece91c0551d3a4a

ctrler_id

string

Strictly Required Field

No explicit technical business logic provided.

6e60452b244b90456f3450c9fed0a50f57f4b849dcb74a5fad289e8116f32f36

last_update_time

string (date-time)

Optional Variable

No explicit technical business logic provided.

2022-03-17T17:31:55.832768041Z

percentage

integer

Strictly Required Field

No explicit technical business logic provided.

100

triggered_by

string

Optional Variable

No explicit technical business logic provided.

admin

status

string

Optional Variable

No explicit technical business logic provided.

done

temp_token

string

Optional Variable

No explicit technical business logic provided.

``

fail_to_decrypt_key_fields

object

Optional Variable

Object key is kv key and value is array of cloaked fields that cannot be decrypted

N/A

Schema Registry Identity Token Blueprint: RESTImportTaskData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

data

RESTImportTask

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTIncidentsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

incidents

Array < Incident >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTIPAddr

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ip

string

Strictly Required Field

No explicit technical business logic provided.

192.168.209.197

ip_prefix

integer

Strictly Required Field

No explicit technical business logic provided.

32

gateway

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTIPPort

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ip

string

Strictly Required Field

No explicit technical business logic provided.

192.168.209.197

port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

80

Schema Registry Identity Token Blueprint: RESTJfrogXray

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

url

string

Strictly Required Field

No explicit technical business logic provided.

``

enable

boolean

Strictly Required Field

No explicit technical business logic provided.

true

username

string

Strictly Required Field

No explicit technical business logic provided.

``

password

string (password)

Optional Variable

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTJfrogXrayConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

url

string

Optional Variable

No explicit technical business logic provided.

https://docker-virtual.com

enable

boolean

Optional Variable

No explicit technical business logic provided.

true

username

string

Optional Variable

No explicit technical business logic provided.

myUser

password

string (password)

Optional Variable

No explicit technical business logic provided.

password

Schema Registry Identity Token Blueprint: RESTMappableRoles

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

default_roles

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["default_role_1", "default_role_2"]

group_roles

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["group_role_1", "group_role_2"]

group_domain_roles

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["group_domain_role_1", "group_domain_role_2"]

Schema Registry Identity Token Blueprint: RESTMetry

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

cpu

number (float64)

Strictly Required Field

No explicit technical business logic provided.

1

memory

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

2089816064

session_in

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

0

session_out

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

0

cur_session_in

integer (uint32)

Optional Variable

No explicit technical business logic provided.

1

cur_session_out

integer (uint32)

Optional Variable

No explicit technical business logic provided.

1

packet_in

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

packet_out

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

byte_in

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

byte_out

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

Schema Registry Identity Token Blueprint: RESTModuleCve

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

``

status

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTPolicyPromoteRequest

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ids

Array < integer >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTPolicyPromoteRequestData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

request

RESTPolicyPromoteRequest

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTPolicyRule

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

10002

comment

string

Strictly Required Field

No explicit technical business logic provided.

a rule

from

string

Strictly Required Field

group name

nv.iperfc

to

string

Strictly Required Field

group name

Host:10.2.127.3

ports

string

Strictly Required Field

free-style port list

any

action

string

Strictly Required Field

No explicit technical business logic provided.

allow

applications

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

learned

boolean

Strictly Required Field

No explicit technical business logic provided.

true

disable

boolean

Strictly Required Field

No explicit technical business logic provided.

false

created_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516563263

last_modified_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516573243

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

priority

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

0

match_counter

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

699

last_match_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1736811451

Schema Registry Identity Token Blueprint: RESTPolicyRuleActionData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

move

RESTPolicyRuleMove

Optional Variable

No explicit technical business logic provided.

N/A

insert

RESTPolicyRuleInsert

Optional Variable

No explicit technical business logic provided.

N/A

rules

Array < RESTPolicyRule >

Optional Variable

No explicit technical business logic provided.

N/A

delete

Array < integer >

Optional Variable

No explicit technical business logic provided.

[1234]

Schema Registry Identity Token Blueprint: RESTPolicyRuleConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

10001

comment

string

Optional Variable

No explicit technical business logic provided.

a deny rule

from

string

Optional Variable

No explicit technical business logic provided.

nv.iperfclient

to

string

Optional Variable

No explicit technical business logic provided.

external

ports

string

Optional Variable

No explicit technical business logic provided.

any

action

string

Optional Variable

No explicit technical business logic provided.

deny

applications

Array < string >

Optional Variable

No explicit technical business logic provided.

["HTTP", "SSH"]

disable

boolean

Optional Variable

No explicit technical business logic provided.

true

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

priority

integer (uint32)

Optional Variable

No explicit technical business logic provided.

0

Schema Registry Identity Token Blueprint: RESTPolicyRuleConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTPolicyRuleConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

replicate

boolean

Optional Variable

No explicit technical business logic provided.

true

Schema Registry Identity Token Blueprint: RESTPolicyRuleData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rule

RESTPolicyRule

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTPolicyRulesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rules

Array < RESTPolicyRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTPolicyRuleInsert

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

after

integer

Optional Variable

No explicit technical business logic provided.

0

rules

Array < RESTPolicyRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTPolicyRuleMove

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

after

integer

Optional Variable

No explicit technical business logic provided.

0

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

10005

Schema Registry Identity Token Blueprint: RESTPolicyViolationsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

violations

Array < Violation >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTPolicyViolationsWLData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

violation_workloads

Array < RESTViolationWorkload >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTProcessInfo

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

``

pid

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

2394

parent

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

2379

group

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

2394

session

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

2394

cmdline

string

Strictly Required Field

No explicit technical business logic provided.

/sbin/runsvdir

root

boolean

Strictly Required Field

No explicit technical business logic provided.

true

user

string

Strictly Required Field

No explicit technical business logic provided.

root

status

string

Strictly Required Field

No explicit technical business logic provided.

Sleeping

start_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561258

action

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTProcessList

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

processes

Array < RESTProcessInfo >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTProcessProfileEntry

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

name

path

string

Optional Variable

No explicit technical business logic provided.

path

user

string

Optional Variable

No explicit technical business logic provided.

user

uid

integer (int32)

Optional Variable

No explicit technical business logic provided.

1273

action

string

Strictly Required Field

No explicit technical business logic provided.

allow

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

uuid

string (uuid)

Strictly Required Field

No explicit technical business logic provided.

5654bfac-0011-4678-8e67-9eda136f18b1

group

string

Optional Variable

No explicit technical business logic provided.

nodes

created_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561258

last_modified_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561268

Schema Registry Identity Token Blueprint: RESTProcessProfile

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

group

string

Strictly Required Field

No explicit technical business logic provided.

admin

alert_disabled

boolean

Optional Variable

No explicit technical business logic provided.

false

hash_enabled

boolean

Optional Variable

No explicit technical business logic provided.

true

mode

string

Strictly Required Field

No explicit technical business logic provided.

``

process_list

Array < RESTProcessProfileEntry >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTProcessProfileData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

process_profile

RESTProcessProfile

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTProcessProfilesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

process_profiles

Array < RESTProcessProfile >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTProcessProfileConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

group

string

Strictly Required Field

No explicit technical business logic provided.

myGroup

alert_disabled

boolean

Optional Variable

No explicit technical business logic provided.

false

hash_enabled

boolean

Optional Variable

No explicit technical business logic provided.

true

process_change_list

Array < RESTProcessProfileEntryConfig >

Optional Variable

No explicit technical business logic provided.

N/A

process_delete_list

Array < RESTProcessProfileEntryConfig >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTProcessProfileConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

process_profile_config

RESTProcessProfileConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTProcessRulesResp

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

process_rules

Array < RESTProcessUuidEntry >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTProcessUuidEntry

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

active

integer

Optional Variable

No explicit technical business logic provided.

1

group

string

Optional Variable

No explicit technical business logic provided.

nodes

rule

RESTProcessProfileEntry

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAWSAccountKey

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

349695068245

access_key_id

string

Optional Variable

No explicit technical business logic provided.

NSKN3KM0OSN854MZ2LOV90S7DFVCL6

secret_access_key

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

region

string

Strictly Required Field

No explicit technical business logic provided.

us-east-1

Schema Registry Identity Token Blueprint: RESTProcessProfileEntryConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

myEntryConfig

path

string

Strictly Required Field

No explicit technical business logic provided.

``

action

string

Strictly Required Field

No explicit technical business logic provided.

monitor

group

string

Strictly Required Field

No explicit technical business logic provided.

myGroup

Schema Registry Identity Token Blueprint: RESTRegistryConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

myregistry

registry_type

string

Strictly Required Field

No explicit technical business logic provided.

Docker Registry

registry

string

Optional Variable

No explicit technical business logic provided.

https://registry.hub.docker.com/

filters

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

username

string

Optional Variable

No explicit technical business logic provided.

myusername

password

string (password)

Optional Variable

No explicit technical business logic provided.

mypassword

auth_token

string

Optional Variable

No explicit technical business logic provided.

``

auth_with_token

boolean

Optional Variable

No explicit technical business logic provided.

true

rescan_after_db_update

boolean

Optional Variable

No explicit technical business logic provided.

false

scan_layers

boolean

Optional Variable

No explicit technical business logic provided.

false

repo_limit

integer

Optional Variable

No explicit technical business logic provided.

1

tag_limit

integer

Optional Variable

No explicit technical business logic provided.

1

schedule

RESTScanSchedule

Optional Variable

No explicit technical business logic provided.

N/A

aws_key

RESTAWSAccountKeyConfig

Optional Variable

No explicit technical business logic provided.

N/A

jfrog_xray

RESTJfrogXrayConfig

Optional Variable

No explicit technical business logic provided.

N/A

gcr_key

RESTGCRKeyConfig

Optional Variable

No explicit technical business logic provided.

N/A

jfrog_mode

string

Optional Variable

No explicit technical business logic provided.

``

jfrog_aql

boolean

Optional Variable

No explicit technical business logic provided.

false

gitlab_external_url

string

Optional Variable

No explicit technical business logic provided.

``

gitlab_private_token

string

Optional Variable

No explicit technical business logic provided.

``

ibm_cloud_token_url

string

Optional Variable

No explicit technical business logic provided.

``

ibm_cloud_account

string

Optional Variable

No explicit technical business logic provided.

``

ignore_proxy

boolean

Optional Variable

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTRegistryConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTRegistryConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRegistryImageSummary

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

repository

string

Strictly Required Field

No explicit technical business logic provided.

alpine

tag

string

Strictly Required Field

No explicit technical business logic provided.

latest

image_id

string

Strictly Required Field

No explicit technical business logic provided.

d572b7ee3511b21a2b78b8915bc03c5786ad01949704c1418624224c4cae2c5f

digest

string

Strictly Required Field

No explicit technical business logic provided.

bd8ffa77cf1c910b7a90935ca4828472e1c3e303e7cd5260f13d1e09995f173a

size

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1

author

string

Strictly Required Field

No explicit technical business logic provided.

``

run_as_root

boolean

Strictly Required Field

No explicit technical business logic provided.

true

envs

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["PATH=/usr/local/sbin", "GOSU_VERSION=1.12", "REDIS_VERSION=6.0.2"]

labels

object

Strictly Required Field

map key is string type

{"label1": "value1", "label2": "value2"}

layers

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["layer_1", "layer_2"]

status

string

Strictly Required Field

No explicit technical business logic provided.

scheduled

high

integer

Strictly Required Field

No explicit technical business logic provided.

0

medium

integer

Strictly Required Field

No explicit technical business logic provided.

0

result

string

Strictly Required Field

No explicit technical business logic provided.

success

scanned_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561253

scanned_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-21 19:00:53+00:00

created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-21 19:00:53+00:00

base_os

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu:16.04

scanner_version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

cvedb_create_time

string (date-time)

Optional Variable

No explicit technical business logic provided.

2018-06-20 19:00:53+00:00

Schema Registry Identity Token Blueprint: RESTRegistryImageSummaryData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

images

Array < RESTRegistryImageSummary >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRegistryConfigAuth

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

username

string

Optional Variable

No explicit technical business logic provided.

myusername

password

string (password)

Optional Variable

No explicit technical business logic provided.

mypassword

auth_token

string

Optional Variable

No explicit technical business logic provided.

``

auth_with_token

boolean

Optional Variable

No explicit technical business logic provided.

true

aws_key

RESTAWSAccountKeyConfig

Optional Variable

No explicit technical business logic provided.

N/A

gcr_key

RESTGCRKeyConfig

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRegistryConfigScan

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rescan_after_db_update

boolean

Optional Variable

No explicit technical business logic provided.

false

scan_layers

boolean

Optional Variable

No explicit technical business logic provided.

false

repo_limit

integer

Optional Variable

No explicit technical business logic provided.

1

tag_limit

integer

Optional Variable

No explicit technical business logic provided.

1

schedule

RESTScanSchedule

Optional Variable

No explicit technical business logic provided.

N/A

ignore_proxy

boolean

Optional Variable

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTRegistryConfigIntegrations

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

jfrog_mode

string

Optional Variable

No explicit technical business logic provided.

``

jfrog_aql

boolean

Optional Variable

No explicit technical business logic provided.

false

gitlab_external_url

string

Optional Variable

No explicit technical business logic provided.

``

gitlab_private_token

string

Optional Variable

No explicit technical business logic provided.

``

ibm_cloud_token_url

string

Optional Variable

No explicit technical business logic provided.

``

ibm_cloud_account

string

Optional Variable

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTRegistryConfigV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

myregistry

registry_type

string

Strictly Required Field

No explicit technical business logic provided.

Docker Registry

registry

string

Optional Variable

No explicit technical business logic provided.

https://registry.hub.docker.com/

domains

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

filters

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

auth

RESTRegistryConfigAuth

Optional Variable

No explicit technical business logic provided.

N/A

scan

RESTRegistryConfigScan

Optional Variable

No explicit technical business logic provided.

N/A

integrations

RESTRegistryConfigIntegrations

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRegistryConfigDataV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTRegistryConfigV2

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTProxy

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

url

string

Strictly Required Field

No explicit technical business logic provided.

``

username

string

Strictly Required Field

No explicit technical business logic provided.

username

password

string (password)

Optional Variable

No explicit technical business logic provided.

password

Schema Registry Identity Token Blueprint: RESTProxyConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

url

string

Strictly Required Field

No explicit technical business logic provided.

``

username

string

Strictly Required Field

No explicit technical business logic provided.

username

password

string (password)

Optional Variable

No explicit technical business logic provided.

password

Schema Registry Identity Token Blueprint: RESTSystemConfigAutoscale

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

strategy

string

Strictly Required Field

No explicit technical business logic provided.

N/A

min_pods

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

max_pods

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

3

Schema Registry Identity Token Blueprint: RESTSystemConfigTls

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

enable_tls_verification

boolean

Optional Variable

No explicit technical business logic provided.

false

cacerts

Array < string >

Optional Variable

No explicit technical business logic provided.

["-----BEGIN CERTIFICATE-----…​", "-----BEGIN CERTIFICATE-----…​"]

Schema Registry Identity Token Blueprint: RESTSystemConfigAutoscaleConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

strategy

string

Optional Variable

No explicit technical business logic provided.

N/A

min_pods

integer (uint32)

Optional Variable

No explicit technical business logic provided.

1

max_pods

integer (uint32)

Optional Variable

No explicit technical business logic provided.

3

Schema Registry Identity Token Blueprint: RESTSystemConfigSvcCfgV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

new_service_policy_mode

string

Optional Variable

No explicit technical business logic provided.

Discover

new_service_profile_baseline

string

Optional Variable

No explicit technical business logic provided.

zero-drift

Schema Registry Identity Token Blueprint: RESTSystemConfigSyslogCfgV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

syslog_ip

string

Optional Variable

No explicit technical business logic provided.

``

syslog_ip_proto

integer (uint8)

Optional Variable

No explicit technical business logic provided.

6

syslog_port

integer (uint16)

Optional Variable

No explicit technical business logic provided.

514

syslog_level

string

Optional Variable

No explicit technical business logic provided.

INFO

syslog_status

boolean

Optional Variable

No explicit technical business logic provided.

true

syslog_categories

Array < string >

Optional Variable

No explicit technical business logic provided.

["event", "violation", "threat", "incident"]

syslog_in_json

boolean

Optional Variable

No explicit technical business logic provided.

true

single_cve_per_syslog

boolean

Optional Variable

No explicit technical business logic provided.

true

syslog_cve_in_layers

boolean

Optional Variable

No explicit technical business logic provided.

true

syslog_server_cert

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

output_event_to_logs

boolean

Optional Variable

No explicit technical business logic provided.

true

Schema Registry Identity Token Blueprint: RESTSystemConfigAuthCfgV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

auth_order

Array < string >

Optional Variable

No explicit technical business logic provided.

["local", "ldap"]

auth_by_platform

boolean

Optional Variable

No explicit technical business logic provided.

true

rancher_ep

string

Optional Variable

No explicit technical business logic provided.

https://my-rancher.test:30000

Schema Registry Identity Token Blueprint: RESTSystemConfigProxyCfgV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

registry_http_proxy_status

boolean

Optional Variable

No explicit technical business logic provided.

true

registry_https_proxy_status

boolean

Optional Variable

No explicit technical business logic provided.

false

registry_http_proxy

RESTProxy

Optional Variable

No explicit technical business logic provided.

N/A

registry_https_proxy

RESTProxy

Optional Variable

No explicit technical business logic provided.

N/A

registry_http_proxy_cfg

RESTProxyConfig

Optional Variable

No explicit technical business logic provided.

N/A

registry_https_proxy_cfg

RESTProxyConfig

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemConfigIBMSAVCfg2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ibmsa_ep_enabled

boolean

Optional Variable

No explicit technical business logic provided.

false

ibmsa_ep_dashboard_url

string

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemConfigMiscCfgV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

unused_group_aging

integer (uint8)

Optional Variable

No explicit technical business logic provided.

30

cluster_name

string

Optional Variable

No explicit technical business logic provided.

cluster1

controller_debug

Array < string >

Optional Variable

No explicit technical business logic provided.

["scan", "k8s_monitor"]

monitor_service_mesh

boolean

Optional Variable

No explicit technical business logic provided.

true

xff_enabled

boolean

Optional Variable

No explicit technical business logic provided.

false

no_telemetry_report

boolean

Optional Variable

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTPwdProfile

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

default

comment

string

Strictly Required Field

No explicit technical business logic provided.

default

min_len

integer

Strictly Required Field

No explicit technical business logic provided.

6

min_uppercase_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

min_lowercase_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

min_digit_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

min_special_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

enable_password_expiration

boolean

Strictly Required Field

No explicit technical business logic provided.

false

password_expire_after_days

integer

Strictly Required Field

No explicit technical business logic provided.

0

enable_password_history

integer

Strictly Required Field

No explicit technical business logic provided.

0

password_keep_history_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

enable_block_after_failed_login

boolean

Strictly Required Field

No explicit technical business logic provided.

false

block_after_failed_login_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

block_minutes

integer

Strictly Required Field

No explicit technical business logic provided.

0

session_timeout

integer

Strictly Required Field

No explicit technical business logic provided.

300

Schema Registry Identity Token Blueprint: RESTPwdProfileBasic

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

min_len

integer

Strictly Required Field

No explicit technical business logic provided.

6

min_uppercase_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

min_lowercase_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

min_digit_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

min_special_count

integer

Strictly Required Field

No explicit technical business logic provided.

0

Schema Registry Identity Token Blueprint: RESTPwdProfileConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

default

active

boolean

Optional Variable

No explicit technical business logic provided.

true

comment

string

Optional Variable

No explicit technical business logic provided.

``

min_len

integer

Optional Variable

No explicit technical business logic provided.

6

min_uppercase_count

integer

Optional Variable

No explicit technical business logic provided.

0

min_lowercase_count

integer

Optional Variable

No explicit technical business logic provided.

0

min_digit_count

integer

Optional Variable

No explicit technical business logic provided.

0

min_special_count

integer

Optional Variable

No explicit technical business logic provided.

0

enable_password_expiration

boolean

Optional Variable

No explicit technical business logic provided.

false

password_expire_after_days

integer

Optional Variable

No explicit technical business logic provided.

0

enable_password_history

boolean

Optional Variable

No explicit technical business logic provided.

true

password_keep_history_count

integer

Optional Variable

No explicit technical business logic provided.

0

enable_block_after_failed_login

boolean

Optional Variable

No explicit technical business logic provided.

false

block_after_failed_login_count

integer

Optional Variable

No explicit technical business logic provided.

0

block_minutes

integer

Optional Variable

No explicit technical business logic provided.

0

session_timeout

integer

Optional Variable

No explicit technical business logic provided.

300

Schema Registry Identity Token Blueprint: RESTPwdProfileConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTPwdProfileConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTPwdProfileData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

pwd_profile

RESTPwdProfile

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTPwdProfilesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

pwd_profiles

Array < RESTPwdProfile >

Strictly Required Field

No explicit technical business logic provided.

N/A

active_profile_name

string

Strictly Required Field

No explicit technical business logic provided.

default

Schema Registry Identity Token Blueprint: RESTRegistrySummary

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

myregistry

registry_type

string

Strictly Required Field

No explicit technical business logic provided.

Docker Registry

registry

string

Strictly Required Field

No explicit technical business logic provided.

https://registry.hub.docker.com/

username

string

Strictly Required Field

No explicit technical business logic provided.

myusername

password

string (password)

Optional Variable

No explicit technical business logic provided.

mypassword

auth_token

string

Optional Variable

No explicit technical business logic provided.

``

auth_with_token

boolean

Strictly Required Field

No explicit technical business logic provided.

true

filters

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

rescan_after_db_update

boolean

Strictly Required Field

No explicit technical business logic provided.

false

scan_layers

boolean

Strictly Required Field

No explicit technical business logic provided.

false

repo_limit

integer

Strictly Required Field

No explicit technical business logic provided.

1

tag_limit

integer

Strictly Required Field

No explicit technical business logic provided.

1

schedule

RESTScanSchedule

Strictly Required Field

No explicit technical business logic provided.

N/A

aws_key

RESTAWSAccountKey

Optional Variable

No explicit technical business logic provided.

N/A

jfrog_xray

RESTJfrogXray

Optional Variable

No explicit technical business logic provided.

N/A

gcr_key

RESTGCRKey

Optional Variable

No explicit technical business logic provided.

N/A

jfrog_mode

string

Strictly Required Field

No explicit technical business logic provided.

``

gitlab_external_url

string

Strictly Required Field

No explicit technical business logic provided.

``

gitlab_private_token

string

Optional Variable

No explicit technical business logic provided.

``

ibm_cloud_token_url

string

Strictly Required Field

No explicit technical business logic provided.

``

ibm_cloud_account

string

Strictly Required Field

No explicit technical business logic provided.

``

status

string

Strictly Required Field

No explicit technical business logic provided.

finished

error_message

string

Strictly Required Field

No explicit technical business logic provided.

``

error_detail

string

Strictly Required Field

No explicit technical business logic provided.

``

started_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

scanned

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

12

scheduled

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

0

scanning

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

0

failed

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

cvedb_version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

cvedb_create_time

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-06-20 19:00:53+00:00

ignore_proxy

boolean

Optional Variable

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTRegistrySummaryData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

summary

RESTRegistrySummary

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRegistrySummaryListData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

summarys

Array < RESTRegistrySummary >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTResponseRule

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1001

event

string

Strictly Required Field

No explicit technical business logic provided.

``

comment

string

Strictly Required Field

No explicit technical business logic provided.

``

group

string

Strictly Required Field

No explicit technical business logic provided.

``

conditions

Array < RESTCLUSEventCondition >

Strictly Required Field

No explicit technical business logic provided.

N/A

actions

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

webhooks

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

disable

boolean

Strictly Required Field

No explicit technical business logic provided.

false

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTResponseRuleData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rule

RESTResponseRule

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTResponseRulesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rules

Array < RESTResponseRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTResponseRuleConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1001

comment

string

Optional Variable

No explicit technical business logic provided.

``

group

string

Optional Variable

No explicit technical business logic provided.

``

event

string

Optional Variable

No explicit technical business logic provided.

``

conditions

Array < RESTCLUSEventCondition >

Optional Variable

No explicit technical business logic provided.

N/A

actions

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

webhooks

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

disable

boolean

Optional Variable

No explicit technical business logic provided.

false

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTResponseRuleConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTResponseRuleConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTResponseRuleInsert

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

after

integer

Optional Variable

No explicit technical business logic provided.

0

rules

Array < RESTResponseRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTResponseRuleActionData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

insert

RESTResponseRuleInsert

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTResponseRulesExport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ids

Array < integer >

Optional Variable

No explicit technical business logic provided.

N/A

remote_export_options

RESTRemoteExportOptions

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRolePermission

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

ci_scan

read

boolean

Strictly Required Field

No explicit technical business logic provided.

false

write

boolean

Strictly Required Field

No explicit technical business logic provided.

true

Schema Registry Identity Token Blueprint: RESTScanAppPackage

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

app_name

string

Strictly Required Field

No explicit technical business logic provided.

CVE-2019-1549

module_name

string

Strictly Required Field

No explicit technical business logic provided.

openssl

version

string

Strictly Required Field

No explicit technical business logic provided.

1.1.1c-r0

file_name

string

Strictly Required Field

No explicit technical business logic provided.

OPENSSL_init

Schema Registry Identity Token Blueprint: RESTScanAwsFuncDetail

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

scan_brief

RESTScanBrief

Strictly Required Field

No explicit technical business logic provided.

N/A

scan_report

RESTScanReport

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanAwsFuncReport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

function_id

string

Strictly Required Field

No explicit technical business logic provided.

arn:aws:lambda:us-west-1:831010404316:function:nvnodejs

nv_sec_id

string

Strictly Required Field

No explicit technical business logic provided.

``

version

string

Strictly Required Field

No explicit technical business logic provided.

1

scan_result

RESTScanAwsFuncDetail

Strictly Required Field

No explicit technical business logic provided.

N/A

allowed_resources

object

Strictly Required Field

No explicit technical business logic provided.

N/A

req_resources

object

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanBrief

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

status

string

Strictly Required Field

No explicit technical business logic provided.

scheduled

high

integer

Strictly Required Field

No explicit technical business logic provided.

0

medium

integer

Strictly Required Field

No explicit technical business logic provided.

0

result

string

Strictly Required Field

No explicit technical business logic provided.

success

scanned_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561253

scanned_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-21 19:00:53+00:00

base_os

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu:16.04

scanner_version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

cvedb_create_time

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-06-20 19:00:53+00:00

Schema Registry Identity Token Blueprint: RESTScanConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

auto_scan

boolean

Strictly Required Field

Global auto-scan setting. When true, auto-scan is adopted unless one of the detailed control flags (enable_auto_scan_workload or enable_auto_scan_host) is explicitly provided (non-nil).

false

enable_auto_scan_workload

boolean

Optional Variable

Optional detailed control for workload auto-scan. If provided (non-nil), its value is adopted.

false

enable_auto_scan_host

boolean

Optional Variable

Optional detailed control for host auto-scan. If provided (non-nil), its value is adopted.

false

Schema Registry Identity Token Blueprint: RESTScanConfigConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

auto_scan

boolean

Optional Variable

Global auto-scan setting. When true, auto-scan is adopted unless one of the detailed control flags (enable_auto_scan_workload or enable_auto_scan_host) is explicitly provided (non-nil).

false

enable_auto_scan_workload

boolean

Optional Variable

Optional detailed control for workload auto-scan. If provided (non-nil), its value is adopted.

false

enable_auto_scan_host

boolean

Optional Variable

Optional detailed control for host auto-scan. If provided (non-nil), its value is adopted.

false

Schema Registry Identity Token Blueprint: RESTScanConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTScanConfigConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanConfigResp

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTScanConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanImageSummaryData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

images

Array < RESTScanImageSummary >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanImageSummary

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

image

string

Strictly Required Field

No explicit technical business logic provided.

calico/node:v3.8.2

image_id

string

Strictly Required Field

No explicit technical business logic provided.

11cd78b9e13d420f93d5d5b2611e803bda012ae5cd8b476d4cc328dc133773ce

author

string

Strictly Required Field

No explicit technical business logic provided.

``

status

string

Strictly Required Field

No explicit technical business logic provided.

finished

high

integer

Strictly Required Field

No explicit technical business logic provided.

26

medium

integer

Strictly Required Field

No explicit technical business logic provided.

33

result

string

Strictly Required Field

No explicit technical business logic provided.

succeeded

scanned_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1593130227

scanned_at

string

Strictly Required Field

No explicit technical business logic provided.

2020-06-26 00:10:27+00:00

created_at

string

Strictly Required Field

No explicit technical business logic provided.

2020-06-26 00:10:27+00:00

base_os

string

Strictly Required Field

No explicit technical business logic provided.

debian:10

scanner_version

string

Strictly Required Field

No explicit technical business logic provided.

1.938

cvedb_create_time

string

Strictly Required Field

No explicit technical business logic provided.

2020-06-25 10:32:40+00:00

Schema Registry Identity Token Blueprint: RESTScanLayer

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

digest

string

Strictly Required Field

No explicit technical business logic provided.

``

cmds

string

Strictly Required Field

No explicit technical business logic provided.

``

vulnerabilities

Array < RESTVulnerability >

Strictly Required Field

No explicit technical business logic provided.

N/A

size

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1

Schema Registry Identity Token Blueprint: RESTScanLayersReport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

layers

Array < RESTScanLayer >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanLayersReportData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

report

RESTScanLayersReport

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanMeta

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

source

string

Strictly Required Field

No explicit technical business logic provided.

github

user

string

Strictly Required Field

No explicit technical business logic provided.

user

job

string

Strictly Required Field

No explicit technical business logic provided.

scan

workspace

string

Strictly Required Field

No explicit technical business logic provided.

/local

function

string

Strictly Required Field

No explicit technical business logic provided.

monitor

region

string

Strictly Required Field

No explicit technical business logic provided.

West

Schema Registry Identity Token Blueprint: RESTScanModule

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

openssl

file

string

Optional Variable

No explicit technical business logic provided.

example.jar

version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

source

string

Strictly Required Field

No explicit technical business logic provided.

github

cves

Array < RESTModuleCve >

Optional Variable

No explicit technical business logic provided.

N/A

cpes

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanner

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

github

cvedb_version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

cvedb_create_time

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-06-20 19:00:53+00:00

server

string

Strictly Required Field

No explicit technical business logic provided.

10.1.5.1

port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

51764

Schema Registry Identity Token Blueprint: RESTScannerData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

scanners

Array < RESTScanner >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanPackageReqData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

source

string

Strictly Required Field

No explicit technical business logic provided.

github

user

string

Strictly Required Field

No explicit technical business logic provided.

user

job

string

Strictly Required Field

No explicit technical business logic provided.

scan

workspace

string

Strictly Required Field

No explicit technical business logic provided.

/local

function

string

Strictly Required Field

No explicit technical business logic provided.

monitor

region

string

Strictly Required Field

No explicit technical business logic provided.

West

application_packages

Array < RESTScanAppPackage >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanPkgReport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

verdict

string

Strictly Required Field

No explicit technical business logic provided.

Scan Report

message

string

Strictly Required Field

No explicit technical business logic provided.

Scan Report

cvedb_version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

cvedb_create_time

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-06-20 19:00:53+00:00

vulnerabilities

Array < RESTVulnerability >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanPkgReportData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

report

RESTScanPkgReport

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanPlatformSummary

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

platform

string

Strictly Required Field

No explicit technical business logic provided.

Kubernetes

kube_version

string

Strictly Required Field

No explicit technical business logic provided.

1.19.2

openshift_version

string

Strictly Required Field

No explicit technical business logic provided.

``

status

string

Strictly Required Field

No explicit technical business logic provided.

finished

high

integer

Strictly Required Field

No explicit technical business logic provided.

3

medium

integer

Strictly Required Field

No explicit technical business logic provided.

1

result

string

Strictly Required Field

No explicit technical business logic provided.

succeeded

scanned_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1593217223

scanned_at

string

Strictly Required Field

No explicit technical business logic provided.

2020-06-27T00:20:23Z

base_os

string

Strictly Required Field

No explicit technical business logic provided.

``

scanner_version

string

Strictly Required Field

No explicit technical business logic provided.

1.932

cvedb_create_time

string

Strictly Required Field

No explicit technical business logic provided.

2020-06-19T10:32:18Z

Schema Registry Identity Token Blueprint: RESTScanPlatformSummaryData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

platforms

Array < RESTScanPlatformSummary >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanReport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

vulnerabilities

Array < RESTVulnerability >

Strictly Required Field

No explicit technical business logic provided.

N/A

modules

Array < RESTScanModule >

Optional Variable

No explicit technical business logic provided.

N/A

checks

Array < RESTBenchItem >

Optional Variable

No explicit technical business logic provided.

N/A

secrets

Array < RESTScanSecret >

Optional Variable

No explicit technical business logic provided.

N/A

setid_perms

Array < RESTScanSetIdPerm >

Optional Variable

No explicit technical business logic provided.

N/A

envs

Array < string >

Optional Variable

No explicit technical business logic provided.

["PATH=/usr/local/sbin", "GOSU_VERSION=1.12", "REDIS_VERSION=6.0.2"]

labels

object

Optional Variable

map key is string type

{"label1": "value1", "label2": "value2"}

cmds

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanReportCursor

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Optional Variable

No explicit technical business logic provided.

N/A

host_name

string

Optional Variable

No explicit technical business logic provided.

N/A

domain

string

Optional Variable

No explicit technical business logic provided.

N/A

cve_name

string

Optional Variable

No explicit technical business logic provided.

N/A

cve_package

string

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulScoreFilter

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

score_version

string

Strictly Required Field

No explicit technical business logic provided.

N/A

score_bottom

number

Strictly Required Field

No explicit technical business logic provided.

N/A

score_top

number

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAssetsScanReportFilter

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

N/A

op

string

Strictly Required Field

No explicit technical business logic provided.

N/A

value

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAssetsScanReportQuery

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

show_accepted

boolean

Optional Variable

No explicit technical business logic provided.

N/A

max_cve_records

integer

Optional Variable

No explicit technical business logic provided.

N/A

cursor

RESTScanReportCursor

Optional Variable

No explicit technical business logic provided.

N/A

view_pod

string

Optional Variable

No explicit technical business logic provided.

N/A

vul_score_filter

RESTVulScoreFilter

Optional Variable

No explicit technical business logic provided.

N/A

filters

Array < RESTAssetsScanReportFilter >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAssetScanData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

workload_name

string

Strictly Required Field

No explicit technical business logic provided.

N/A

workload_domain

string

Strictly Required Field

No explicit technical business logic provided.

N/A

workload_host_name

string

Optional Variable

No explicit technical business logic provided.

N/A

workload_image

string

Strictly Required Field

No explicit technical business logic provided.

N/A

workload_image_id

string

Strictly Required Field

No explicit technical business logic provided.

N/A

workload_image_digest

string

Optional Variable

No explicit technical business logic provided.

N/A

workload_image_repo_digests

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

host_name

string

Strictly Required Field

No explicit technical business logic provided.

N/A

name

string

Strictly Required Field

No explicit technical business logic provided.

CVE-2015-8356

score

number (float32)

Strictly Required Field

No explicit technical business logic provided.

7.2

severity

string

Strictly Required Field

No explicit technical business logic provided.

High

vectors

string

Strictly Required Field

No explicit technical business logic provided.

``

description

string

Strictly Required Field

No explicit technical business logic provided.

The setup_env function in group.c in sshd in OpenSSH allows local users to gain privileges.

file_name

string

Strictly Required Field

No explicit technical business logic provided.

usr/lib/python3.9

package_name

string

Strictly Required Field

No explicit technical business logic provided.

openssh

package_version

string

Strictly Required Field

No explicit technical business logic provided.

7.2_p2-r0

fixed_version

string

Strictly Required Field

No explicit technical business logic provided.

1:7.2p2-3

link

string

Strictly Required Field

No explicit technical business logic provided.

https://security-tracker.debian.org/tracker/CVE-2015-8356

score_v3

number (float32)

Strictly Required Field

No explicit technical business logic provided.

7.3

vectors_v3

string

Strictly Required Field

No explicit technical business logic provided.

``

published_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561260

last_modified_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561253

cpes

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

cves

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

feed_rating

string

Strictly Required Field

No explicit technical business logic provided.

``

in_base_image

boolean

Strictly Required Field

No explicit technical business logic provided.

true

tags

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAssetScanReportData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

cursor

RESTScanReportCursor

Optional Variable

No explicit technical business logic provided.

N/A

scan_data

Array < RESTAssetScanData >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanReportData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

report

RESTScanReport

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanRepoReport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

verdict

string

Optional Variable

No explicit technical business logic provided.

``

image_id

string

Strictly Required Field

No explicit technical business logic provided.

d572b7ee3511b21a2b78b8915bc03c5786ad01949704c1418624224c4cae2c5f

registry

string

Strictly Required Field

No explicit technical business logic provided.

https://registry.hub.docker.com/

repository

string

Strictly Required Field

No explicit technical business logic provided.

alpine

tag

string

Strictly Required Field

No explicit technical business logic provided.

latest

digest

string

Strictly Required Field

No explicit technical business logic provided.

bd8ffa77cf1c910b7a90935ca4828472e1c3e303e7cd5260f13d1e09995f173a

size

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1

author

string

Strictly Required Field

No explicit technical business logic provided.

``

base_os

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu:16.04

created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-21 19:00:53+00:00

cvedb_version

string

Strictly Required Field

No explicit technical business logic provided.

1.00

cvedb_create_time

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-06-20 19:00:53+00:00

layers

Array < RESTScanLayer >

Strictly Required Field

No explicit technical business logic provided.

N/A

vulnerabilities

Array < RESTVulnerability >

Strictly Required Field

No explicit technical business logic provided.

N/A

modules

Array < RESTScanModule >

Strictly Required Field

No explicit technical business logic provided.

N/A

envs

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["PATH=/usr/local/sbin", "GOSU_VERSION=1.12", "REDIS_VERSION=6.0.2"]

labels

object

Strictly Required Field

map key is string type

{"label1": "value1", "label2": "value2"}

Schema Registry Identity Token Blueprint: RESTScanRepoReportData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

report

RESTScanRepoReport

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanRepoReq

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

metadata

RESTScanMeta

Strictly Required Field

No explicit technical business logic provided.

N/A

registry

string

Strictly Required Field

No explicit technical business logic provided.

https://registry.hub.docker.com/

username

string

Optional Variable

No explicit technical business logic provided.

myusername

password

string (password)

Optional Variable

No explicit technical business logic provided.

mypassword

repository

string

Strictly Required Field

No explicit technical business logic provided.

alpine

tag

string

Strictly Required Field

No explicit technical business logic provided.

latest

scan_layers

boolean

Strictly Required Field

No explicit technical business logic provided.

false

base_image

string

Strictly Required Field

No explicit technical business logic provided.

alpine

ignore_proxy

boolean

Optional Variable

No explicit technical business logic provided.

true

Schema Registry Identity Token Blueprint: RESTScanRepoReqData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

request

RESTScanRepoReq

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanSchedule

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

schedule

string

Strictly Required Field

No explicit technical business logic provided.

manual

interval

integer

Strictly Required Field

No explicit technical business logic provided.

5

Schema Registry Identity Token Blueprint: RESTScanSecret

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

type

string

Strictly Required Field

No explicit technical business logic provided.

``

evidence

string

Strictly Required Field

No explicit technical business logic provided.

``

path

string

Strictly Required Field

No explicit technical business logic provided.

``

suggestion

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTScanSetIdPerm

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

type

string

Strictly Required Field

No explicit technical business logic provided.

``

evidence

string

Strictly Required Field

No explicit technical business logic provided.

``

path

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTScanStatus

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

scanned

integer

Strictly Required Field

No explicit technical business logic provided.

12

scheduled

integer

Strictly Required Field

No explicit technical business logic provided.

0

scanning

integer

Strictly Required Field

No explicit technical business logic provided.

0

failed

integer

Strictly Required Field

No explicit technical business logic provided.

1

cvedb_version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

cvedb_create_time

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-06-20 19:00:53+00:00

Schema Registry Identity Token Blueprint: RESTScanSummary

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

7304e72fd093155c4cbcd65d07375329b2db82cc679

name

string

Strictly Required Field

No explicit technical business logic provided.

k8s_POD.d86c_calico-node-mzhtk_kube-system_0050565a_365c13d

display_name

string

Strictly Required Field

No explicit technical business logic provided.

calico-node-mzhtk

image

string

Strictly Required Field

No explicit technical business logic provided.

calico

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

core

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

state

string

Strictly Required Field

No explicit technical business logic provided.

exit

service

string

Strictly Required Field

No explicit technical business logic provided.

kafkazookeeper

service_group

string

Strictly Required Field

No explicit technical business logic provided.

nv.calico

share_ns_with

string

Optional Variable

No explicit technical business logic provided.

cc0709d522749203042e89dba28bf6924a4b0d360648

cap_sniff

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cap_quarantine

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cap_change_mode

boolean

Strictly Required Field

No explicit technical business logic provided.

true

policy_mode

string

Optional Variable

No explicit technical business logic provided.

Discover

scan_summary

RESTScanBrief

Strictly Required Field

No explicit technical business logic provided.

N/A

quarantine_reason

string

Optional Variable

No explicit technical business logic provided.

violation

service_mesh

boolean

Strictly Required Field

No explicit technical business logic provided.

true

service_mesh_sidecar

boolean

Strictly Required Field

No explicit technical business logic provided.

true

privileged

boolean

Strictly Required Field

No explicit technical business logic provided.

false

run_as_root

boolean

Strictly Required Field

No explicit technical business logic provided.

true

status

string

Strictly Required Field

No explicit technical business logic provided.

finished

high

integer

Strictly Required Field

No explicit technical business logic provided.

15

medium

integer

Strictly Required Field

No explicit technical business logic provided.

127

result

string

Strictly Required Field

No explicit technical business logic provided.

success

scanned_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561253

scanned_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-21 19:00:53+00:00

base_os

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu:16.04

scanner_version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

host

string

Strictly Required Field

No explicit technical business logic provided.

couchbase-s

children

Array < RESTScanSummary >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanStatusData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

status

RESTScanStatus

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScanCacheStat

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

record_count

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

record_total_size

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

cache_misses

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

cache_hits

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

Schema Registry Identity Token Blueprint: RESTScanCacheData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

cache_records

Array < RESTScanCacheRecord >

Strictly Required Field

No explicit technical business logic provided.

N/A

record_total_size

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

cache_misses

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

cache_hits

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

Schema Registry Identity Token Blueprint: RESTScanCacheRecord

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

layer_id

string

Strictly Required Field

No explicit technical business logic provided.

``

size

integer (uint64)

Strictly Required Field

No explicit technical business logic provided.

0

reference_count

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

0

last_referred

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2022-03-17T17:31:55.832768041Z

Schema Registry Identity Token Blueprint: RESTSecurityData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

threats

Array < Threat >

Strictly Required Field

No explicit technical business logic provided.

N/A

incidents

Array < Incident >

Strictly Required Field

No explicit technical business logic provided.

N/A

violations

Array < Violation >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServerLDAP

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

directory

string

Strictly Required Field

No explicit technical business logic provided.

``

hostname

string

Strictly Required Field

No explicit technical business logic provided.

172.17.0.3

port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

389

ssl

boolean

Strictly Required Field

No explicit technical business logic provided.

false

base_dn

string

Strictly Required Field

No explicit technical business logic provided.

dc=example,dc=org

group_dn

string

Strictly Required Field

No explicit technical business logic provided.

dc=example,dc=org

bind_dn

string

Strictly Required Field

No explicit technical business logic provided.

cn=admin,dc=example,dc=org

bind_password

string

Optional Variable

No explicit technical business logic provided.

mypassword

group_member_attr

string

Strictly Required Field

No explicit technical business logic provided.

``

username_attr

string

Strictly Required Field

No explicit technical business logic provided.

``

enable

boolean

Strictly Required Field

No explicit technical business logic provided.

false

default_role

string

Strictly Required Field

No explicit technical business logic provided.

reader

role_groups

object

Optional Variable

No explicit technical business logic provided.

N/A

group_mapped_roles

Array < GroupRoleMapping >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServerOIDC

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

issuer

string

Strictly Required Field

No explicit technical business logic provided.

https://dev-256438.oktapreview.com

authorization_endpoint

string

Strictly Required Field

No explicit technical business logic provided.

https://dev-256438.oktapreview.com/oauth2/v1/authorize

token_endpoint

string

Strictly Required Field

No explicit technical business logic provided.

https://dev-256438.oktapreview.com/oauth2/v1/token

user_info_endpoint

string

Strictly Required Field

No explicit technical business logic provided.

https://dev-256438.oktapreview.com/oauth2/v1/userinfo

client_id

string

Strictly Required Field

No explicit technical business logic provided.

0oai4gal8xXh0itGi0h7

ClientSecret

string

Optional Variable

No explicit technical business logic provided.

``

group_claim

string

Strictly Required Field

No explicit technical business logic provided.

``

scopes

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

enable

boolean

Strictly Required Field

No explicit technical business logic provided.

true

default_role

string

Strictly Required Field

No explicit technical business logic provided.

admin

use_proxy

boolean

Optional Variable

No explicit technical business logic provided.

false

role_groups

object

Optional Variable

No explicit technical business logic provided.

N/A

group_mapped_roles

Array < GroupRoleMapping >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServerOIDCConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

issuer

string

Strictly Required Field

No explicit technical business logic provided.

https://dev-256438.oktapreview.com

client_id

string

Strictly Required Field

No explicit technical business logic provided.

0oai4gcl8xXh2itGi1h7

client_secret

string

Optional Variable

No explicit technical business logic provided.

QJju4mL1VLU0CAcD05WJ83K0D_e0gQEydowOvVqv

group_claim

string

Strictly Required Field

No explicit technical business logic provided.

``

scopes

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

enable

boolean

Strictly Required Field

No explicit technical business logic provided.

true

default_role

string

Strictly Required Field

No explicit technical business logic provided.

admin

use_proxy

boolean

Optional Variable

No explicit technical business logic provided.

false

role_groups

object

Optional Variable

No explicit technical business logic provided.

N/A

group_mapped_roles

Array < GroupRoleMapping >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServerSAML

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sso_url

string

Strictly Required Field

No explicit technical business logic provided.

https://dev-2588.oktapreview.com/app/examplesamlapp_1/exjlpo0/sso/saml

issuer

string

Strictly Required Field

No explicit technical business logic provided.

http://www.okta.com/exkgp9avqo07

x509_cert

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

group_claim

string

Strictly Required Field

No explicit technical business logic provided.

``

enable

boolean

Strictly Required Field

No explicit technical business logic provided.

true

default_role

string

Strictly Required Field

No explicit technical business logic provided.

admin

role_groups

object

Optional Variable

No explicit technical business logic provided.

N/A

group_mapped_roles

Array < GroupRoleMapping >

Optional Variable

No explicit technical business logic provided.

N/A

x509_certs

Array < RESTX509CertInfo >

Optional Variable

No explicit technical business logic provided.

N/A

slo_enabled

boolean

Optional Variable

No explicit technical business logic provided.

true

slo_url

string

Optional Variable

No explicit technical business logic provided.

https://dev.oktapreview.com/app/examplesamlapp_1/exjlpo0/slo/saml

signing_cert

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

Schema Registry Identity Token Blueprint: RESTServer

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

server_name

string

Strictly Required Field

No explicit technical business logic provided.

iperfserver

server_type

string

Strictly Required Field

No explicit technical business logic provided.

ldap

ldap

RESTServerLDAP

Optional Variable

No explicit technical business logic provided.

N/A

saml

RESTServerSAML

Optional Variable

No explicit technical business logic provided.

N/A

oidc

RESTServerOIDC

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServerData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

server

RESTServer

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServersData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

servers

Array < RESTServer >

Strictly Required Field

No explicit technical business logic provided.

N/A

mappable_role

RESTMappableRoles

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServerLDAPConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

directory

string

Optional Variable

No explicit technical business logic provided.

``

hostname

string

Optional Variable

No explicit technical business logic provided.

1.2.3.4

port

integer (uint16)

Optional Variable

No explicit technical business logic provided.

1234

ssl

boolean

Optional Variable

No explicit technical business logic provided.

true

base_dn

string

Optional Variable

No explicit technical business logic provided.

dc=win,dc=nv,dc=com

group_dn

string

Optional Variable

No explicit technical business logic provided.

dc=win,dc=nv,dc=com

bind_dn

string

Optional Variable

No explicit technical business logic provided.

administrator

bind_password

string

Optional Variable

No explicit technical business logic provided.

2222

group_member_attr

string

Optional Variable

No explicit technical business logic provided.

``

username_attr

string

Optional Variable

No explicit technical business logic provided.

``

enable

boolean

Optional Variable

No explicit technical business logic provided.

true

default_role

string

Optional Variable

No explicit technical business logic provided.

admin

role_groups

object

Optional Variable

No explicit technical business logic provided.

N/A

group_mapped_roles

Array < GroupRoleMapping >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServerSAMLConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sso_url

string

Strictly Required Field

No explicit technical business logic provided.

https://dev-258.oktapreview.com/app/88_examplesamlapp_1/exYKIvqo0h7/sso/saml

issuer

string

Strictly Required Field

No explicit technical business logic provided.

http://www.okta.com/xkbjKIvo0h

x509_cert

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

group_claim

string

Strictly Required Field

No explicit technical business logic provided.

``

enable

boolean

Optional Variable

No explicit technical business logic provided.

true

default_role

string

Optional Variable

No explicit technical business logic provided.

admin

role_groups

object

Optional Variable

No explicit technical business logic provided.

N/A

group_mapped_roles

Array < GroupRoleMapping >

Optional Variable

No explicit technical business logic provided.

N/A

x509_cert_extra

Array < string >

Optional Variable

No explicit technical business logic provided.

["E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF", "E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF"]

slo_enabled

boolean

Optional Variable

No explicit technical business logic provided.

true

slo_url

string

Optional Variable

No explicit technical business logic provided.

https://dev.oktapreview.com/app/examplesamlapp_1/exjlpo0/slo/saml

signing_cert

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

signing_key

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

Schema Registry Identity Token Blueprint: RESTServerConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

ad

ldap

RESTServerLDAPConfig

Optional Variable

No explicit technical business logic provided.

N/A

saml

RESTServerSAMLConfig

Optional Variable

No explicit technical business logic provided.

N/A

oidc

RESTServerOIDCConfig

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServerConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTServerConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServerRoleGroupsConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

reader

role

string

Strictly Required Field

No explicit technical business logic provided.

reader

groups

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["reader1", "reader2"]

Schema Registry Identity Token Blueprint: RESTServerRoleGroupsConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTServerRoleGroupsConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTService

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

iperfc

comment

string

Strictly Required Field

No explicit technical business logic provided.

``

policy_mode

string

Strictly Required Field

No explicit technical business logic provided.

Learn

profile_mode

string

Strictly Required Field

No explicit technical business logic provided.

Learn

not_scored

boolean

Strictly Required Field

No explicit technical business logic provided.

false

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

core

members

Array < RESTWorkloadBrief >

Strictly Required Field

No explicit technical business logic provided.

N/A

policy_rules

Array < RESTPolicyRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

response_rules

Array < RESTResponseRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

service_addr

RESTIPPort

Optional Variable

No explicit technical business logic provided.

N/A

ingress_exposure

boolean

Strictly Required Field

No explicit technical business logic provided.

true

egress_exposure

boolean

Strictly Required Field

No explicit technical business logic provided.

false

baseline_profile

string

Strictly Required Field

No explicit technical business logic provided.

``

cap_change_mode

boolean

Optional Variable

No explicit technical business logic provided.

false

cap_scorable

boolean

Optional Variable

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTServiceData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

service

RESTService

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServicesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

services

Array < RESTService >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServiceConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

``

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

comment

string

Strictly Required Field

No explicit technical business logic provided.

``

policy_mode

string

Optional Variable

No explicit technical business logic provided.

``

baseline_profile

string

Optional Variable

No explicit technical business logic provided.

``

not_scored

boolean

Optional Variable

No explicit technical business logic provided.

true

Schema Registry Identity Token Blueprint: RESTServiceConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTServiceConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTServiceBatchConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

services

Array < string >

Optional Variable

No explicit technical business logic provided.

["iperfserver", "iperfclient"]

policy_mode

string

Optional Variable

No explicit technical business logic provided.

Monitor

baseline_profile

string

Optional Variable

No explicit technical business logic provided.

``

not_scored

boolean

Optional Variable

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTServiceBatchConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTServiceBatchConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSnifferArgs

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

file_number

integer (uint32)

Optional Variable

No explicit technical business logic provided.

50

duration

integer (uint32)

Optional Variable

No explicit technical business logic provided.

50

filter

string

Optional Variable

No explicit technical business logic provided.

\ port\ 1381

Schema Registry Identity Token Blueprint: RESTSnifferArgsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sniffer

RESTSnifferArgs

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSnifferData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sniffer

RESTSnifferInfo

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSniffersData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sniffers

Array < RESTSnifferInfo >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSnifferInfo

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

e272b888bbb0765d3c172ab8477b78b

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

479e272bb78b8bbb0765156c9c6cda7b8941692fc

container_id

string

Strictly Required Field

No explicit technical business logic provided.

79e82a60d019dba04e8993534c99d1c5b6286247f58

file_number

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

size

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

60273

status

string

Strictly Required Field

No explicit technical business logic provided.

running

args

string

Strictly Required Field

No explicit technical business logic provided.

-C 10 -w /var/cm/pcap/3ccad_ -W 10 ether host 6f:61:35:50:10:0c

start_time

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1509410381

stop_time

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1509432360

Schema Registry Identity Token Blueprint: RESTStats

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

interval

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

5

total

RESTMetry

Strictly Required Field

No explicit technical business logic provided.

N/A

span_1

RESTMetry

Strictly Required Field

No explicit technical business logic provided.

N/A

span_12

RESTMetry

Strictly Required Field

No explicit technical business logic provided.

N/A

span_60

RESTMetry

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSysAtmoConfigConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

mode_auto_d2m

boolean

Optional Variable

No explicit technical business logic provided.

false

mode_auto_d2m_duration

integer (int64)

Optional Variable

No explicit technical business logic provided.

1505755716

mode_auto_m2p

boolean

Optional Variable

No explicit technical business logic provided.

false

mode_auto_m2p_duration

integer (int64)

Optional Variable

No explicit technical business logic provided.

1505755716

Schema Registry Identity Token Blueprint: RESTSysNetConfigConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

net_service_status

boolean

Optional Variable

No explicit technical business logic provided.

true

net_service_policy_mode

string

Optional Variable

No explicit technical business logic provided.

``

disable_net_policy

boolean

Optional Variable

No explicit technical business logic provided.

false

detect_unmanaged_wl

boolean

Optional Variable

No explicit technical business logic provided.

true

strict_group_mode

boolean

Optional Variable

No explicit technical business logic provided.

true

Schema Registry Identity Token Blueprint: RESTSystemConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

new_service_policy_mode

string

Strictly Required Field

No explicit technical business logic provided.

Discover

new_service_profile_baseline

string

Strictly Required Field

No explicit technical business logic provided.

zero-drift

unused_group_aging

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

123

syslog_ip

string

Strictly Required Field

No explicit technical business logic provided.

10.1.0.14

syslog_ip_proto

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

6

syslog_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

514

syslog_level

string

Strictly Required Field

No explicit technical business logic provided.

INFO

syslog_status

boolean

Strictly Required Field

No explicit technical business logic provided.

false

syslog_categories

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["event", "violation", "threat", "incident"]

syslog_in_json

boolean

Strictly Required Field

No explicit technical business logic provided.

true

single_cve_per_syslog

boolean

Strictly Required Field

No explicit technical business logic provided.

false

syslog_cve_in_layers

boolean

Strictly Required Field

No explicit technical business logic provided.

false

syslog_server_cert

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

output_event_to_logs

boolean

Strictly Required Field

No explicit technical business logic provided.

true

auth_order

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["local", "ldap"]

auth_by_platform

boolean

Strictly Required Field

No explicit technical business logic provided.

true

rancher_ep

string

Strictly Required Field

No explicit technical business logic provided.

``

configured_internal_subnets

Array < string >

Optional Variable

No explicit technical business logic provided.

["69.89.0.0/16", "172.217.5.0/23"]

webhooks

Array < RESTWebhook >

Strictly Required Field

No explicit technical business logic provided.

N/A

cluster_name

string

Strictly Required Field

No explicit technical business logic provided.

cluster1

controller_debug

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["cpath", "scan", "k8s_monitor"]

csp_type

string

Optional Variable

No explicit technical business logic provided.

aws

monitor_service_mesh

boolean

Strictly Required Field

No explicit technical business logic provided.

true

registry_http_proxy_status

boolean

Strictly Required Field

No explicit technical business logic provided.

true

registry_https_proxy_status

boolean

Strictly Required Field

No explicit technical business logic provided.

false

registry_http_proxy

RESTProxy

Strictly Required Field

No explicit technical business logic provided.

N/A

registry_https_proxy

RESTProxy

Strictly Required Field

No explicit technical business logic provided.

N/A

ibmsa_ep_enabled

boolean

Strictly Required Field

No explicit technical business logic provided.

false

ibmsa_ep_start

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

ibmsa_ep_dashboard_url

string

Strictly Required Field

No explicit technical business logic provided.

``

ibmsa_ep_connected_at

string

Strictly Required Field

No explicit technical business logic provided.

``

xff_enabled

boolean

Strictly Required Field

No explicit technical business logic provided.

false

net_service_status

boolean

Strictly Required Field

No explicit technical business logic provided.

false

net_service_policy_mode

string

Strictly Required Field

No explicit technical business logic provided.

Monitor

mode_auto_d2m

boolean

Strictly Required Field

No explicit technical business logic provided.

false

mode_auto_d2m_duration

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1505755716

mode_auto_m2p

boolean

Strictly Required Field

No explicit technical business logic provided.

false

mode_auto_m2p_duration

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1505755716

scanner_autoscale

RESTSystemConfigAutoscale

Strictly Required Field

No explicit technical business logic provided.

N/A

no_telemetry_report

boolean

Strictly Required Field

No explicit technical business logic provided.

false

Schema Registry Identity Token Blueprint: RESTSystemConfigAuthV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

auth_order

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["local", "ldap"]

auth_by_platform

boolean

Strictly Required Field

No explicit technical business logic provided.

true

rancher_ep

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTSystemConfigIBMSAV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ibmsa_ep_enabled

boolean

Strictly Required Field

No explicit technical business logic provided.

false

ibmsa_ep_start

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

ibmsa_ep_dashboard_url

string

Strictly Required Field

No explicit technical business logic provided.

``

ibmsa_ep_connected_at

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTSystemConfigMiscV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

configured_internal_subnets

Array < string >

Optional Variable

No explicit technical business logic provided.

["69.89.0.0/16", "172.217.5.0/23"]

unused_group_aging

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

123

cluster_name

string

Strictly Required Field

No explicit technical business logic provided.

cluster1

controller_debug

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["scan", "k8s_monitor"]

csp_type

string

Optional Variable

No explicit technical business logic provided.

aws

monitor_service_mesh

boolean

Strictly Required Field

No explicit technical business logic provided.

true

xff_enabled

boolean

Strictly Required Field

No explicit technical business logic provided.

false

no_telemetry_report

boolean

Strictly Required Field

No explicit technical business logic provided.

false

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemConfigModeAutoV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

mode_auto_d2m

boolean

Strictly Required Field

No explicit technical business logic provided.

false

mode_auto_d2m_duration

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1505755716

mode_auto_m2p

boolean

Strictly Required Field

No explicit technical business logic provided.

false

mode_auto_m2p_duration

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1505755716

Schema Registry Identity Token Blueprint: RESTSystemConfigNetSvcV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

net_service_status

boolean

Strictly Required Field

No explicit technical business logic provided.

true

new_service_profile_baseline

string

Strictly Required Field

No explicit technical business logic provided.

zero-drift

disable_net_policy

boolean

Strictly Required Field

No explicit technical business logic provided.

false

detect_unmanaged_wl

boolean

Strictly Required Field

No explicit technical business logic provided.

true

strict_group_mode

boolean

Strictly Required Field

No explicit technical business logic provided.

true

Schema Registry Identity Token Blueprint: RESTSystemConfigNewSvcV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

new_service_policy_mode

string

Strictly Required Field

No explicit technical business logic provided.

Discover

new_service_profile_baseline

string

Strictly Required Field

No explicit technical business logic provided.

zero-drift

Schema Registry Identity Token Blueprint: RESTSystemConfigProxyV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

registry_http_proxy_status

boolean

Strictly Required Field

No explicit technical business logic provided.

true

registry_https_proxy_status

boolean

Strictly Required Field

No explicit technical business logic provided.

false

registry_http_proxy

RESTProxy

Strictly Required Field

No explicit technical business logic provided.

N/A

registry_https_proxy

RESTProxy

Strictly Required Field

No explicit technical business logic provided.

N/A

registry_http_proxy_cfg

RESTProxyConfig

Optional Variable

No explicit technical business logic provided.

N/A

registry_https_proxy_cfg

RESTProxyConfig

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemConfigSyslogV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

syslog_ip

string

Strictly Required Field

No explicit technical business logic provided.

10.1.0.14

syslog_ip_proto

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

6

syslog_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

514

syslog_level

string

Strictly Required Field

No explicit technical business logic provided.

INFO

syslog_status

boolean

Strictly Required Field

No explicit technical business logic provided.

false

syslog_categories

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["event", "violation", "threat", "incident"]

syslog_in_json

boolean

Strictly Required Field

No explicit technical business logic provided.

true

single_cve_per_syslog

boolean

Strictly Required Field

No explicit technical business logic provided.

false

syslog_cve_in_layers

boolean

Strictly Required Field

No explicit technical business logic provided.

false

syslog_server_cert

string

Strictly Required Field

No explicit technical business logic provided.

``

output_event_to_logs

boolean

Strictly Required Field

No explicit technical business logic provided.

true

Schema Registry Identity Token Blueprint: RESTSystemConfigV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

new_svc

RESTSystemConfigNewSvcV2

Strictly Required Field

No explicit technical business logic provided.

N/A

syslog

RESTSystemConfigSyslogV2

Strictly Required Field

No explicit technical business logic provided.

N/A

auth

RESTSystemConfigAuthV2

Strictly Required Field

No explicit technical business logic provided.

N/A

misc

RESTSystemConfigMiscV2

Strictly Required Field

No explicit technical business logic provided.

N/A

webhooks

Array < RESTWebhook >

Strictly Required Field

No explicit technical business logic provided.

N/A

proxy

RESTSystemConfigProxyV2

Strictly Required Field

No explicit technical business logic provided.

N/A

ibmsa

RESTSystemConfigIBMSAV2

Strictly Required Field

No explicit technical business logic provided.

N/A

net_svc

RESTSystemConfigNetSvcV2

Strictly Required Field

No explicit technical business logic provided.

N/A

mode_auto

RESTSystemConfigModeAutoV2

Strictly Required Field

No explicit technical business logic provided.

N/A

scanner_autoscale

RESTSystemConfigAutoscale

Strictly Required Field

No explicit technical business logic provided.

N/A

tls_cfg

RESTSystemConfigTls

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTSystemConfig

Optional Variable

No explicit technical business logic provided.

N/A

fed_config

RESTFedSystemConfig

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemConfigDataV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTSystemConfigV2

Optional Variable

No explicit technical business logic provided.

N/A

fed_config

RESTFedSystemConfig

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUpgradeInfo

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

version

string

Optional Variable

No explicit technical business logic provided.

v5.3.0

release_date

string

Optional Variable

No explicit technical business logic provided.

2023-10-12T00:41:38.00Z

tag

string

Optional Variable

No explicit technical business logic provided.

v5.3.0

Schema Registry Identity Token Blueprint: RESTCheckUpgradeInfo

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

min_upgrade_version

RESTUpgradeInfo

Optional Variable

No explicit technical business logic provided.

N/A

max_upgrade_version

RESTUpgradeInfo

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTNvAlert

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Optional Variable

No explicit technical business logic provided.

d08afddc9f4516b68a82d7ff4da20fb3

message

string

Optional Variable

No explicit technical business logic provided.

Managed cluster cluster.local-42 is disconnected from primary cluster

Schema Registry Identity Token Blueprint: RESTNvAlertGroup

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

type

string

Optional Variable

No explicit technical business logic provided.

RBAC

data

Array < RESTNvAlert >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTNvAcceptableAlerts

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

clusterrole_alerts

RESTNvAlertGroup

Optional Variable

No explicit technical business logic provided.

N/A

clusterrolebinding_alerts

RESTNvAlertGroup

Optional Variable

No explicit technical business logic provided.

N/A

role_alerts

RESTNvAlertGroup

Optional Variable

No explicit technical business logic provided.

N/A

rolebinding_alerts

RESTNvAlertGroup

Optional Variable

No explicit technical business logic provided.

N/A

neuvector_crd_alerts

RESTNvAlertGroup

Optional Variable

No explicit technical business logic provided.

N/A

certificate_alerts

RESTNvAlertGroup

Optional Variable

No explicit technical business logic provided.

N/A

other_alerts

RESTNvAlertGroup

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTNvAlerts

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

neuvector_upgrade_info

RESTCheckUpgradeInfo

Optional Variable

No explicit technical business logic provided.

N/A

acceptable_alerts

RESTNvAcceptableAlerts

Optional Variable

No explicit technical business logic provided.

N/A

accepted_alerts

Array < string >

Optional Variable

No explicit technical business logic provided.

["Managed cluster cluster.local-42 is disconnected from primary cluster", "Internal CA certificate will be expired in 180 days"]

Schema Registry Identity Token Blueprint: RESTSystemConfigConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

new_service_policy_mode

string

Optional Variable

No explicit technical business logic provided.

Discover

new_service_profile_baseline

string

Optional Variable

No explicit technical business logic provided.

zero-drift

unused_group_aging

integer (uint8)

Optional Variable

No explicit technical business logic provided.

123

syslog_ip

string

Optional Variable

No explicit technical business logic provided.

``

syslog_ip_proto

integer (uint8)

Optional Variable

No explicit technical business logic provided.

6

syslog_port

integer (uint16)

Optional Variable

No explicit technical business logic provided.

514

syslog_level

string

Optional Variable

No explicit technical business logic provided.

INFO

syslog_status

boolean

Optional Variable

No explicit technical business logic provided.

false

syslog_categories

Array < string >

Optional Variable

No explicit technical business logic provided.

["event", "violation", "threat", "incident"]

syslog_in_json

boolean

Optional Variable

No explicit technical business logic provided.

true

syslog_server_cert

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

single_cve_per_syslog

boolean

Optional Variable

No explicit technical business logic provided.

true

syslog_cve_in_layers

boolean

Optional Variable

No explicit technical business logic provided.

true

output_event_to_logs

boolean

Optional Variable

No explicit technical business logic provided.

true

auth_order

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

auth_by_platform

boolean

Optional Variable

No explicit technical business logic provided.

true

rancher_ep

string

Optional Variable

No explicit technical business logic provided.

``

webhooks

Array < RESTWebhook >

Optional Variable

No explicit technical business logic provided.

N/A

cluster_name

string

Optional Variable

No explicit technical business logic provided.

cluster1

controller_debug

Array < string >

Optional Variable

No explicit technical business logic provided.

["cpath", "scan", "k8s_monitor"]

monitor_service_mesh

boolean

Optional Variable

No explicit technical business logic provided.

true

registry_http_proxy_status

boolean

Optional Variable

No explicit technical business logic provided.

true

registry_https_proxy_status

boolean

Optional Variable

No explicit technical business logic provided.

false

registry_http_proxy

RESTProxy

Optional Variable

No explicit technical business logic provided.

N/A

registry_https_proxy

RESTProxy

Optional Variable

No explicit technical business logic provided.

N/A

ibmsa_ep_enabled

boolean

Optional Variable

No explicit technical business logic provided.

false

ibmsa_ep_dashboard_url

string

Optional Variable

No explicit technical business logic provided.

``

xff_enabled

boolean

Optional Variable

No explicit technical business logic provided.

false

scanner_autoscale

RESTSystemConfigAutoscale

Optional Variable

No explicit technical business logic provided.

N/A

no_telemetry_report

boolean

Optional Variable

No explicit technical business logic provided.

false

remote_repositories

Array < RESTRemoteRepository >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemConfigConfigV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

svc_cfg

RESTSystemConfigSvcCfgV2

Optional Variable

No explicit technical business logic provided.

N/A

syslog_cfg

RESTSystemConfigSyslogCfgV2

Optional Variable

No explicit technical business logic provided.

N/A

auth_cfg

RESTSystemConfigAuthCfgV2

Optional Variable

No explicit technical business logic provided.

N/A

proxy_cfg

RESTSystemConfigProxyCfgV2

Optional Variable

No explicit technical business logic provided.

N/A

webhooks

Array < RESTWebhook >

Optional Variable

No explicit technical business logic provided.

N/A

ibmsa_cfg

RESTSystemConfigIBMSAVCfg2

Optional Variable

No explicit technical business logic provided.

N/A

scanner_autoscale_cfg

RESTSystemConfigAutoscaleConfig

Optional Variable

No explicit technical business logic provided.

N/A

remote_repositories

Array < RESTRemoteRepository >

Optional Variable

No explicit technical business logic provided.

N/A

misc_cfg

RESTSystemConfigMiscCfgV2

Optional Variable

No explicit technical business logic provided.

N/A

tls_cfg

RESTSystemConfigTls

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTFedSystemConfigConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

webhooks

Array < RESTWebhook >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemConfigConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTSystemConfigConfig

Optional Variable

No explicit technical business logic provided.

N/A

fed_config

RESTFedSystemConfigConfig

Optional Variable

No explicit technical business logic provided.

N/A

net_config

RESTSysNetConfigConfig

Optional Variable

No explicit technical business logic provided.

N/A

atmo_config

RESTSysAtmoConfigConfig

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemConfigConfigDataV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config_v2

RESTSystemConfigConfigV2

Optional Variable

No explicit technical business logic provided.

N/A

fed_config

RESTFedSystemConfigConfig

Optional Variable

No explicit technical business logic provided.

N/A

net_config

RESTSysNetConfigConfig

Optional Variable

No explicit technical business logic provided.

N/A

atmo_config

RESTSysAtmoConfigConfig

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemSummary

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

hosts

integer

Strictly Required Field

No explicit technical business logic provided.

1

controllers

integer

Strictly Required Field

No explicit technical business logic provided.

1

enforcers

integer

Strictly Required Field

No explicit technical business logic provided.

1

disconnected_enforcers

integer

Strictly Required Field

No explicit technical business logic provided.

1

workloads

integer

Strictly Required Field

No explicit technical business logic provided.

0

running_workloads

integer

Strictly Required Field

No explicit technical business logic provided.

100

running_pods

integer

Strictly Required Field

No explicit technical business logic provided.

100

services

integer

Strictly Required Field

No explicit technical business logic provided.

10

policy_rules

integer

Strictly Required Field

No explicit technical business logic provided.

2

scanners

integer

Strictly Required Field

No explicit technical business logic provided.

3

platform

string

Strictly Required Field

No explicit technical business logic provided.

Docker

kube_version

string

Strictly Required Field

No explicit technical business logic provided.

1.19.2

openshift_version

string

Strictly Required Field

No explicit technical business logic provided.

``

cvedb_version

string

Strictly Required Field

No explicit technical business logic provided.

1.011

cvedb_create_time

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-06-20 19:00:53+00:00

component_versions

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemSummaryData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

summary

RESTSystemSummary

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemRequest

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

baseline_profile

string

Optional Variable

No explicit technical business logic provided.

Zero-Drift

policy_mode

string

Optional Variable

No explicit technical business logic provided.

Discover

unquarantine

RESTUnquarReq

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemRequestData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

request

RESTSystemRequest

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSystemWebhookConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTWebhook

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTThreatData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

threat

Threat

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTThreatsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

threats

Array < Threat >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTToken

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

token

string

Strictly Required Field

No explicit technical business logic provided.

1d3123585728afee5c37d410a2fbad43

fullname

string

Strictly Required Field

No explicit technical business logic provided.

admin

server

string

Strictly Required Field

No explicit technical business logic provided.

server1

username

string

Strictly Required Field

No explicit technical business logic provided.

admin

password

string

Strictly Required Field

No explicit technical business logic provided.

``

email

string (email)

Strictly Required Field

No explicit technical business logic provided.

user@email.com

role

string

Strictly Required Field

No explicit technical business logic provided.

admin

global_permissions

Array < RESTRolePermission >

Optional Variable

permissions on global domain. only for Rancher SSO

N/A

timeout

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

300

locale

string

Strictly Required Field

No explicit technical business logic provided.

en

default_password

boolean

Strictly Required Field

No explicit technical business logic provided.

N/A

modify_password

boolean

Strictly Required Field

No explicit technical business logic provided.

N/A

role_domains

object

Optional Variable

Object key is role and value is array of domains

N/A

domain_permissions

Array < RESTRolePermission >

Optional Variable

permissions on namespaces. only for Rancher SSO

N/A

extra_permissions

Array < RESTRolePermission >

Optional Variable

extra permissions(other than 'role') on global domain. only for Rancher SSO

N/A

extra_permissions_domains

Array < RESTPermitsAssigned >

Optional Variable

list of extra permissions(other than specified in 'role_domains') on namespaces. only for Rancher SSO

N/A

remote_role_permissions

object

Optional Variable

role/permissions on managed clusters in fed. only for Rancher SSO

N/A

last_login_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1505755716

last_login_at

string

Strictly Required Field

No explicit technical business logic provided.

``

login_count

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

Schema Registry Identity Token Blueprint: RESTTokenData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

token

RESTToken

Strictly Required Field

No explicit technical business logic provided.

N/A

password_days_until_expire

integer

Strictly Required Field

No explicit technical business logic provided.

None

password_hours_until_expire

integer

Strictly Required Field

No explicit technical business logic provided.

None

need_to_reset_password

boolean

Optional Variable

prompt the uer to login again & provide the new password to reset after login

N/A

Schema Registry Identity Token Blueprint: RESTUnquarReq

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

response_rule

integer (uint32)

Optional Variable

No explicit technical business logic provided.

1007

group

string

Optional Variable

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTUser

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

fullname

string

Strictly Required Field

No explicit technical business logic provided.

admin

server

string

Strictly Required Field

No explicit technical business logic provided.

server1

username

string

Strictly Required Field

No explicit technical business logic provided.

admin

password

string (password)

Optional Variable

No explicit technical business logic provided.

mypassword

email

string (email)

Strictly Required Field

No explicit technical business logic provided.

user@mail.com

role

string

Strictly Required Field

role on global domain

admin

extra_permissions

Array < RESTRolePermission >

Optional Variable

extra permissions(other than 'role') extra permissions(other than 'Role') on global domain. only for Rancher SSO

N/A

timeout

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

300

locale

string

Strictly Required Field

No explicit technical business logic provided.

en

default_password

boolean

Strictly Required Field

If the user is using default password

N/A

modify_password

boolean

Strictly Required Field

If the password should be modified

N/A

role_domains

object

Optional Variable

map of roles on namespaces

N/A

extra_permissions_domains

Array < RESTPermitsAssigned >

Optional Variable

list of extra permissions(other than 'role_domains') for namespaces on managed clusters in fed. only for Rancher SSO

N/A

remote_role_permissions

object

Optional Variable

role/permissions on managed clusters in fed. only for Rancher SSO

N/A

last_login_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1505755716

last_login_at

string

Strictly Required Field

No explicit technical business logic provided.

``

login_count

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

blocked_for_failed_login

boolean

Strictly Required Field

No explicit technical business logic provided.

false

blocked_for_password_expired

boolean

Strictly Required Field

No explicit technical business logic provided.

false

password_resettable

boolean

Strictly Required Field

whether the user’s password can be reset by the current login user

false

Schema Registry Identity Token Blueprint: RESTPermitsAssigned

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

permissions

Array < RESTRolePermission >

Optional Variable

array of permissions

N/A

domains

Array < string >

Optional Variable

array of domains that have the same permissions

["domain1", "domain2"]

Schema Registry Identity Token Blueprint: RESTRemoteRolePermits

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

role

string

Strictly Required Field

global role on managed clusters in fed

admin

role_domains

object

Optional Variable

role → domains on managed clusters in fed

N/A

extra_permissions

Array < RESTRolePermission >

Optional Variable

extra permissions(other than 'role') for global domain on managed clusters in fed. only for Rancher SSO

N/A

extra_permissions_domains

Array < RESTPermitsAssigned >

Optional Variable

list of extra permissions(other than 'role_domains') for namespaces on managed clusters in fed. only for Rancher SSO

N/A

Schema Registry Identity Token Blueprint: RESTUserData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

user

RESTUser

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUserPwdConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

fullname

string

Strictly Required Field

No explicit technical business logic provided.

admin

clear_failed_login

boolean

Optional Variable

No explicit technical business logic provided.

true

new_password

string

Optional Variable

No explicit technical business logic provided.

``

force_reset_password

boolean

Optional Variable

whether to reset password even it’s not expired yet

false

reset_password_in_next_login

boolean

Optional Variable

whether the target user needs ti reset password in the next login

true

Schema Registry Identity Token Blueprint: RESTUserPwdConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTUserPwdConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUserRole

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

ciops

comment

string

Strictly Required Field

No explicit technical business logic provided.

CI Integration role

reserved

boolean

Strictly Required Field

No explicit technical business logic provided.

true

permissions

Array < RESTRolePermission >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUserRoleConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

customadmin

comment

string

Strictly Required Field

No explicit technical business logic provided.

``

permissions

Array < RESTRolePermission >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUserRoleConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTUserRoleConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUserRoleData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

role

RESTUserRole

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUserRolesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

roles

Array < RESTUserRole >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUsersData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

users

Array < RESTUser >

Strictly Required Field

No explicit technical business logic provided.

N/A

global_roles

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["admin", "reader"]

domain_roles

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["role1", "role2"]

roles_not_for_domain

Array < string >

Optional Variable

No explicit technical business logic provided.

["ciops", "role4"]

Schema Registry Identity Token Blueprint: RESTUserConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

fullname

string

Strictly Required Field

No explicit technical business logic provided.

name

password

string (password)

Optional Variable

No explicit technical business logic provided.

mypassword

new_password

string

Optional Variable

No explicit technical business logic provided.

newpassword

pwd_profile

string

Strictly Required Field

No explicit technical business logic provided.

None

email

string (email)

Optional Variable

No explicit technical business logic provided.

user@mail.com

role

string

Optional Variable

No explicit technical business logic provided.

admin

timeout

integer (uint32)

Optional Variable

No explicit technical business logic provided.

300

locale

string

Optional Variable

No explicit technical business logic provided.

en

role_domains

object

Optional Variable

Object key is role and value is array of domains

N/A

Schema Registry Identity Token Blueprint: RESTUserConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTUserConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUserRoleDomainsConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

fullname

string

Strictly Required Field

No explicit technical business logic provided.

name

role

string

Strictly Required Field

No explicit technical business logic provided.

myrole

domains

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTUserRoleDomainsConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTUserRoleDomainsConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTViolationWorkload

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

workload

RESTWorkloadBrief

Strictly Required Field

No explicit technical business logic provided.

N/A

count

integer

Strictly Required Field

No explicit technical business logic provided.

2

Schema Registry Identity Token Blueprint: RESTVulnerability

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

CVE-2015-8356

score

number (float32)

Strictly Required Field

No explicit technical business logic provided.

7.2

severity

string

Strictly Required Field

No explicit technical business logic provided.

High

vectors

string

Strictly Required Field

No explicit technical business logic provided.

``

description

string

Strictly Required Field

No explicit technical business logic provided.

The setup_env function in group.c in sshd in OpenSSH allows local users to gain privileges.

file_name

string

Strictly Required Field

No explicit technical business logic provided.

usr/lib/python3.9

package_name

string

Strictly Required Field

No explicit technical business logic provided.

openssh

package_version

string

Strictly Required Field

No explicit technical business logic provided.

7.2_p2-r0

fixed_version

string

Strictly Required Field

No explicit technical business logic provided.

1:7.2p2-3

link

string

Strictly Required Field

No explicit technical business logic provided.

https://security-tracker.debian.org/tracker/CVE-2015-8356

score_v3

number (float32)

Strictly Required Field

No explicit technical business logic provided.

7.3

vectors_v3

string

Strictly Required Field

No explicit technical business logic provided.

``

published_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561260

last_modified_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561253

cpes

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

cves

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

feed_rating

string

Strictly Required Field

No explicit technical business logic provided.

``

in_base_image

boolean

Strictly Required Field

No explicit technical business logic provided.

true

tags

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulnerabilityAsset

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

``

severity

string

Strictly Required Field

No explicit technical business logic provided.

``

description

string

Strictly Required Field

No explicit technical business logic provided.

``

packages

object

Optional Variable

map key is string type

N/A

package_name

string

Strictly Required Field

No explicit technical business logic provided.

``

link

string

Strictly Required Field

No explicit technical business logic provided.

``

score

number (float32)

Strictly Required Field

No explicit technical business logic provided.

7.2

vectors

string

Strictly Required Field

No explicit technical business logic provided.

``

score_v3

number (float32)

Strictly Required Field

No explicit technical business logic provided.

7.3

vectors_v3

string

Strictly Required Field

No explicit technical business logic provided.

``

published_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561260

last_modified_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516561253

workloads

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

nodes

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

images

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

platforms

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulnerabilityProfile

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

default

entries

Array < RESTVulnerabilityProfileEntry >

Strictly Required Field

No explicit technical business logic provided.

N/A

cfg_type

string

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulnerabilityProfileConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

default

entries

Array < RESTVulnerabilityProfileEntry >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulnerabilityProfileConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTVulnerabilityProfileConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulnerabilityProfileEntryConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTVulnerabilityProfileEntry

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulnerabilityProfileData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

profile

RESTVulnerabilityProfile

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulnerabilityProfilesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

profiles

Array < RESTVulnerabilityProfile >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulnerabilityProfileEntry

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1003

name

string

Strictly Required Field

No explicit technical business logic provided.

CVE-2020-29661

comment

string

Strictly Required Field

No explicit technical business logic provided.

Accepted by admin at Dec 09, 2021 12:00:02 from Vulnerabilities page

days

integer (uint)

Strictly Required Field

No explicit technical business logic provided.

0

domains

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["domain1", "domain2"]

images

Array < string >

Strictly Required Field

No explicit technical business logic provided.

[]

Schema Registry Identity Token Blueprint: RESTVulnProfilesExport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

names

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

remote_export_options

RESTRemoteExportOptions

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTVulnPackageVersion

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

package_version

string

Strictly Required Field

No explicit technical business logic provided.

``

fixed_version

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTFedConfigExport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

remote_export_options

RESTRemoteExportOptions

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

``

action

string

Strictly Required Field

No explicit technical business logic provided.

``

comment

string

Optional Variable

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTWafCriteriaEntry

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

key

string

Strictly Required Field

No explicit technical business logic provided.

pattern

value

string

Strictly Required Field

No explicit technical business logic provided.

[0-9]

op

string

Strictly Required Field

No explicit technical business logic provided.

regex

context

string

Optional Variable

No explicit technical business logic provided.

packet

Schema Registry Identity Token Blueprint: RESTWafGroupConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

``

status

boolean

Optional Variable

No explicit technical business logic provided.

false

delete

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

sensors

Array < RESTWafConfig >

Optional Variable

No explicit technical business logic provided.

N/A

replace

Array < RESTWafConfig >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafGroupConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTWafGroupConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafGroup

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

nv.kube-proxy.kube-system

status

boolean

Strictly Required Field

No explicit technical business logic provided.

true

sensors

Array < RESTWafSetting >

Strictly Required Field

No explicit technical business logic provided.

N/A

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafGroupData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

waf_group

RESTWafGroup

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafGroupsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

waf_groups

Array < RESTWafGroup >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafRule

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

test

id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

40003

patterns

Array < RESTWafCriteriaEntry >

Strictly Required Field

No explicit technical business logic provided.

N/A

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafRuleData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rule

RESTWafRuleDetail

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafRuleDetail

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sensors

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

rules

Array < RESTWafRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafRulesData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rules

Array < RESTWafRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafSensor

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

test4321546242574254672462572452615362453

groups

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

rules

Array < RESTWafRule >

Strictly Required Field

No explicit technical business logic provided.

N/A

comment

string

Strictly Required Field

No explicit technical business logic provided.

``

predefine

boolean

Strictly Required Field

No explicit technical business logic provided.

false

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafSensorConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

``

change

Array < RESTWafRule >

Optional Variable

No explicit technical business logic provided.

N/A

delete

Array < RESTWafRule >

Optional Variable

No explicit technical business logic provided.

N/A

rules

Array < RESTWafRule >

Optional Variable

No explicit technical business logic provided.

N/A

comment

string

Optional Variable

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTWafSensorConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTWafSensorConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafSensorData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sensor

RESTWafSensor

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafSensorExport

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

names

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

remote_export_options

RESTRemoteExportOptions

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafSensorsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

sensors

Array < RESTWafSensor >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWafSetting

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

test

action

string

Strictly Required Field

No explicit technical business logic provided.

deny

exist

boolean

Strictly Required Field

No explicit technical business logic provided.

true

comment

string

Optional Variable

No explicit technical business logic provided.

``

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWebhook

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

slack-webhook

url

string

Strictly Required Field

No explicit technical business logic provided.

https://neuvector.slack.com/archives/C8AU75GKE

enable

boolean

Strictly Required Field

No explicit technical business logic provided.

true

use_proxy

boolean

Strictly Required Field

No explicit technical business logic provided.

false

type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

cfg_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkload

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

7304e72fd093155c4cbcd65d07375329b2db82cc679

name

string

Strictly Required Field

No explicit technical business logic provided.

k8s_POD.d86c_calico-node-mzhtk_kube-system_0050565a_365c13d

display_name

string

Strictly Required Field

No explicit technical business logic provided.

calico-node-mzhtk

pod_name

string

Strictly Required Field

No explicit technical business logic provided.

istio-policy-5cdbc47674-t67p4

image

string

Strictly Required Field

No explicit technical business logic provided.

istio/mixer:1.4.3

image_id

string

Strictly Required Field

No explicit technical business logic provided.

5b7b52f8e75898efe2b7b258322e623c280d856b9f5a527fbbdc25689adf6e95

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

core

domain

string

Strictly Required Field

No explicit technical business logic provided.

istio-system

state

string

Strictly Required Field

No explicit technical business logic provided.

exit

service

string

Strictly Required Field

No explicit technical business logic provided.

kafka.zookeeper

author

string

Strictly Required Field

No explicit technical business logic provided.

``

service_group

string

Strictly Required Field

No explicit technical business logic provided.

nv.calico

share_ns_with

string

Optional Variable

No explicit technical business logic provided.

cc0709d522749203042e89dba28bf6924a4b0d360648

cap_sniff

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cap_quarantine

boolean

Strictly Required Field

No explicit technical business logic provided.

false

cap_change_mode

boolean

Strictly Required Field

No explicit technical business logic provided.

true

policy_mode

string

Optional Variable

No explicit technical business logic provided.

Discover

scan_summary

RESTScanBrief

Strictly Required Field

No explicit technical business logic provided.

N/A

quarantine_reason

string

Optional Variable

No explicit technical business logic provided.

``

service_mesh

boolean

Strictly Required Field

No explicit technical business logic provided.

false

service_mesh_sidecar

boolean

Strictly Required Field

No explicit technical business logic provided.

false

privileged

boolean

Strictly Required Field

No explicit technical business logic provided.

false

run_as_root

boolean

Strictly Required Field

No explicit technical business logic provided.

false

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu1604-k8worker1-calico

host_id

string

Strictly Required Field

No explicit technical business logic provided.

GRSW:3RCY:YL6O:TIGT:666B:OW22:XYQF:YHGI:JB3L

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

002a4f71d9dbdb40db81c31484ac25564fe80574dfbe

enforcer_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

network_mode

string

Strictly Required Field

No explicit technical business logic provided.

host

created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

started_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

finished_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 01:20:02+00:00

running

boolean

Strictly Required Field

No explicit technical business logic provided.

false

secured_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 01:20:02+00:00

exit_code

integer

Strictly Required Field

No explicit technical business logic provided.

0

interfaces

object

Strictly Required Field

map key is string type like "eth0"

N/A

ports

Array < RESTWorkloadPorts >

Strictly Required Field

No explicit technical business logic provided.

N/A

labels

object

Strictly Required Field

map key is string type

{"io.kubernetes.pod.name": "calico-node-mzhtk"}

applications

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

memory_limit

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

0

cpus

string

Strictly Required Field

No explicit technical business logic provided.

``

service_account

string

Strictly Required Field

No explicit technical business logic provided.

``

children

Array < RESTWorkload >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

brief

RESTWorkloadBriefV2

Strictly Required Field

No explicit technical business logic provided.

N/A

security

RESTWorkloadSecurityV2

Strictly Required Field

No explicit technical business logic provided.

N/A

rt_attributes

RESTWorkloadRtAttribesV2

Strictly Required Field

No explicit technical business logic provided.

N/A

children

Array < RESTWorkloadV2 >

Strictly Required Field

No explicit technical business logic provided.

N/A

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

002a4f71d9dbdb40db81c31484ac25564fe80574dfbe

enforcer_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

core

created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

started_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

finished_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 01:20:02+00:00

running

boolean

Strictly Required Field

No explicit technical business logic provided.

false

secured_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 01:20:02+00:00

exit_code

integer

Strictly Required Field

No explicit technical business logic provided.

0

Schema Registry Identity Token Blueprint: RESTWorkloadsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

workloads

Array < RESTWorkload >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadsDataV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

workloads

Array < RESTWorkloadV2 >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadRtAttribesV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

pod_name

string

Strictly Required Field

No explicit technical business logic provided.

istio-policy-5cdbc47674-t67p4

share_ns_with

string

Optional Variable

No explicit technical business logic provided.

cc0709d522749203042e89dba28bf6924a4b0d360648

privileged

boolean

Strictly Required Field

No explicit technical business logic provided.

false

run_as_root

boolean

Strictly Required Field

No explicit technical business logic provided.

false

labels

object

Strictly Required Field

map key is string type

{"io.kubernetes.pod.name": "calico-node-mzhtk"}

memory_limit

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

0

cpus

string

Strictly Required Field

No explicit technical business logic provided.

``

service_account

string

Strictly Required Field

No explicit technical business logic provided.

``

network_mode

string

Strictly Required Field

No explicit technical business logic provided.

host

interfaces

object

Strictly Required Field

map key is string type like "eth0"

N/A

ports

Array < RESTWorkloadPorts >

Strictly Required Field

No explicit technical business logic provided.

N/A

applications

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadSecurityV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

cap_sniff

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cap_quarantine

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cap_change_mode

boolean

Strictly Required Field

No explicit technical business logic provided.

true

service_mesh

boolean

Strictly Required Field

No explicit technical business logic provided.

true

service_mesh_sidecar

boolean

Strictly Required Field

No explicit technical business logic provided.

true

policy_mode

string

Strictly Required Field

No explicit technical business logic provided.

Discover

profile_mode

string

Strictly Required Field

No explicit technical business logic provided.

Discover

baseline_profile

string

Strictly Required Field

No explicit technical business logic provided.

``

quarantine_reason

string

Optional Variable

No explicit technical business logic provided.

violation

scan_summary

RESTScanBrief

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadBrief

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

7304e72fd093155c4cbcd65d07375329b2db82cc679

name

string

Strictly Required Field

No explicit technical business logic provided.

k8s_POD.d86c_calico-node-mzhtk_kube-system_0050565a_365c13d

display_name

string

Strictly Required Field

No explicit technical business logic provided.

calico-node-mzhtk

pod_name

string

Strictly Required Field

No explicit technical business logic provided.

istio-policy-5cdbc47674-t67p4

image

string

Strictly Required Field

No explicit technical business logic provided.

calico

image_id

string

Strictly Required Field

No explicit technical business logic provided.

d572b7ee3511b21a2b78b8915bc03c5786ad01949704c1418624224c4cae2c5f

image_digest

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

image_created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

image_reg_scanned

boolean

Optional Variable

No explicit technical business logic provided.

false

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

core

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

state

string

Strictly Required Field

No explicit technical business logic provided.

exit

service

string

Strictly Required Field

No explicit technical business logic provided.

kafkazookeeper

author

string

Strictly Required Field

No explicit technical business logic provided.

``

service_group

string

Strictly Required Field

No explicit technical business logic provided.

nv.calico

share_ns_with

string

Optional Variable

No explicit technical business logic provided.

cc0709d522749203042e89dba28bf6924a4b0d360648

cap_sniff

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cap_quarantine

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cap_change_mode

boolean

Strictly Required Field

No explicit technical business logic provided.

true

policy_mode

string

Strictly Required Field

No explicit technical business logic provided.

Discover

profile_mode

string

Strictly Required Field

No explicit technical business logic provided.

Discover

scan_summary

RESTScanBrief

Strictly Required Field

No explicit technical business logic provided.

N/A

children

Array < RESTWorkloadBrief >

Strictly Required Field

No explicit technical business logic provided.

N/A

quarantine_reason

string

Optional Variable

No explicit technical business logic provided.

violation

service_mesh

boolean

Strictly Required Field

No explicit technical business logic provided.

true

service_mesh_sidecar

boolean

Strictly Required Field

No explicit technical business logic provided.

true

privileged

boolean

Strictly Required Field

No explicit technical business logic provided.

true

run_as_root

boolean

Strictly Required Field

No explicit technical business logic provided.

true

baseline_profile

string

Strictly Required Field

No explicit technical business logic provided.

``

Schema Registry Identity Token Blueprint: RESTWorkloadBriefV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

7304e72fd093155c4cbcd65d07375329b2db82cc679

name

string

Strictly Required Field

No explicit technical business logic provided.

k8s_POD.d86c_calico-node-mzhtk_kube-system_0050565a_365c13d

display_name

string

Strictly Required Field

No explicit technical business logic provided.

calico-node-mzhtk

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu1604-k8worker1-calico

host_id

string

Strictly Required Field

No explicit technical business logic provided.

GRSW:3RCY:YL6O:TIGT:666B:OW22:XYQF:YHGI:JB3L

image

string

Strictly Required Field

No explicit technical business logic provided.

calico

image_id

string

Strictly Required Field

No explicit technical business logic provided.

d572b7ee3511b21a2b78b8915bc03c5786ad01949704c1418624224c4cae2c5f

image_digest

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

image_created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

image_reg_scanned

boolean

Optional Variable

No explicit technical business logic provided.

false

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

state

string

Strictly Required Field

No explicit technical business logic provided.

exit

service

string

Strictly Required Field

No explicit technical business logic provided.

kafkazookeeper

author

string

Strictly Required Field

No explicit technical business logic provided.

``

service_group

string

Strictly Required Field

No explicit technical business logic provided.

nv.calico

Schema Registry Identity Token Blueprint: RESTWorkloadConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

wire

string

Optional Variable

No explicit technical business logic provided.

default

quarantine

boolean

Strictly Required Field

No explicit technical business logic provided.

true

quarantine_reason

string

Optional Variable

No explicit technical business logic provided.

violation

Schema Registry Identity Token Blueprint: RESTWorkloadConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTWorkloadConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadDetail

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

7304e72fd093155c4cbcd65d07375329b2db82cc679

name

string

Strictly Required Field

No explicit technical business logic provided.

k8s_POD.d86c_calico-node-mzhtk_kube-system_0050565a_365c13d

display_name

string

Strictly Required Field

No explicit technical business logic provided.

calico-node-mzhtk

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

core

domain

string

Strictly Required Field

No explicit technical business logic provided.

``

state

string

Strictly Required Field

No explicit technical business logic provided.

exit

service

string

Strictly Required Field

No explicit technical business logic provided.

kafka.zookeeper

service_group

string

Strictly Required Field

No explicit technical business logic provided.

nv.calico

share_ns_with

string

Optional Variable

No explicit technical business logic provided.

cc0709d522749203042e89dba28bf6924a4b0d360648

policy_mode

string

Optional Variable

No explicit technical business logic provided.

Discover

scan_summary

RESTScanBrief

Optional Variable

No explicit technical business logic provided.

N/A

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu1604-k8worker1-calico

host_id

string

Strictly Required Field

No explicit technical business logic provided.

GRSW:3RCY:YL6O:TIGT:666B:OW22:XYQF:YHGI:JB3L

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

002a4f71d9dbdb40db81c31484ac25564fe80574dfbe

image

string

Strictly Required Field

No explicit technical business logic provided.

gcr.io/google_containers/pause-amd24:3.0

network_mode

string

Strictly Required Field

No explicit technical business logic provided.

host

privileged

boolean

Strictly Required Field

No explicit technical business logic provided.

false

cap_quarantine

boolean

Strictly Required Field

No explicit technical business logic provided.

true

created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

started_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

finished_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 01:20:02+00:00

running

boolean

Strictly Required Field

No explicit technical business logic provided.

false

secured_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 01:20:02+00:00

exit_code

integer

Strictly Required Field

No explicit technical business logic provided.

0

interfaces

object

Strictly Required Field

map key is string type like "eth0"

N/A

ports

Array < RESTWorkloadPorts >

Strictly Required Field

No explicit technical business logic provided.

N/A

labels

object

Strictly Required Field

map key is string type

{"io.kubernetes.pod.name": "calico-node-mzhtk"}

applications

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

memory_limit

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

0

cpus

string

Strictly Required Field

No explicit technical business logic provided.

``

groups

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["nv.iperfclient-pod", "nv.pod"]

app_ports

object

Strictly Required Field

map key is string type

{"TCP": "9999"}

children

Array < RESTWorkloadDetail >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadDetailV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

brief

RESTWorkloadBriefV2

Strictly Required Field

No explicit technical business logic provided.

N/A

security

RESTWorkloadSecurityV2

Strictly Required Field

No explicit technical business logic provided.

N/A

rt_attributes

RESTWorkloadRtAttribesV2

Strictly Required Field

No explicit technical business logic provided.

N/A

children

Array < RESTWorkloadV2 >

Strictly Required Field

No explicit technical business logic provided.

N/A

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

002a4f71d9dbdb40db81c31484ac25564fe80574dfbe

enforcer_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

platform_role

string

Strictly Required Field

No explicit technical business logic provided.

core

created_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

started_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 00:44:02+00:00

finished_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 01:20:02+00:00

running

boolean

Strictly Required Field

No explicit technical business logic provided.

false

secured_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-18 01:20:02+00:00

exit_code

integer

Strictly Required Field

No explicit technical business logic provided.

0

misc

RESTWorkloadDetailMiscV2

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadDetailData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

workload

RESTWorkloadDetail

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadDetailDataV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

workload

RESTWorkloadDetailV2

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadDetailMiscV2

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

groups

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["nv.iperfclient-pod", "nv.pod"]

app_ports

object

Strictly Required Field

map key is string type

{"TCP": "9999"}

children

Array < RESTWorkloadDetailV2 >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadPorts

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ip_proto

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

6

port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

51764

host_ip

string

Strictly Required Field

No explicit technical business logic provided.

10.1.5.1

host_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

5000

Schema Registry Identity Token Blueprint: RESTWorkloadRequest

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

command

string

Optional Variable

No explicit technical business logic provided.

uname -r

Schema Registry Identity Token Blueprint: RESTWorkloadRequestData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

request

RESTWorkloadRequest

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTWorkloadStatsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Strictly Required Field

No explicit technical business logic provided.

0fdf601ddc3ab541386aa8e36fe113593c

read_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-21 06:25:15+00:00

stats

RESTStats

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: Threat

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Optional Variable

No explicit technical business logic provided.

HTTP.Request.Slowloris

level

string

Strictly Required Field

No explicit technical business logic provided.

CRIT

reported_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1505755712

reported_at

string

Strictly Required Field

No explicit technical business logic provided.

2017-09-18T17:28:32Z

cluster_name

string

Strictly Required Field

No explicit technical business logic provided.

cluster1

response_rule_id

integer

Optional Variable

No explicit technical business logic provided.

10005

host_id

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64:ZYA3:NPGZ:IU64:XJ3P:SUU3:QYEF:SLVT

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

2fdc03e027d6483633376609

enforcer_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

id

string

Strictly Required Field

No explicit technical business logic provided.

999-9c96-11e7-83c1-17580b

threat_id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

2017

client_workload_id

string

Strictly Required Field

No explicit technical business logic provided.

7e31a2a4d4074ba459f8c22ee90

client_workload_name

string

Strictly Required Field

No explicit technical business logic provided.

iperfclient

client_workload_domain

string

Optional Variable

No explicit technical business logic provided.

``

client_workload_image

string

Optional Variable

No explicit technical business logic provided.

``

client_workload_service

string

Optional Variable

No explicit technical business logic provided.

``

server_workload_id

string

Strictly Required Field

No explicit technical business logic provided.

2cbab37b43efe049e583924a73a764b096ce8f15ea

server_workload_name

string

Strictly Required Field

No explicit technical business logic provided.

iperfserver

server_workload_domain

string

Optional Variable

No explicit technical business logic provided.

``

server_workload_image

string

Optional Variable

No explicit technical business logic provided.

``

server_workload_service

string

Optional Variable

No explicit technical business logic provided.

``

severity

string

Strictly Required Field

No explicit technical business logic provided.

critical

action

string

Strictly Required Field

No explicit technical business logic provided.

monitor

count

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

1

ether_type

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

2048

client_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

53825

server_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

5000

server_conn_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

5000

icmp_code

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

0

icmp_type

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

0

ip_proto

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

6

client_ip

string

Strictly Required Field

No explicit technical business logic provided.

172.17.0.4

server_ip

string

Strictly Required Field

No explicit technical business logic provided.

172.17.0.3

application

string

Strictly Required Field

No explicit technical business logic provided.

HTTP

sensor

string

Strictly Required Field

No explicit technical business logic provided.

``

group

string

Strictly Required Field

No explicit technical business logic provided.

``

target

string

Strictly Required Field

No explicit technical business logic provided.

true

monitor

boolean

Strictly Required Field

No explicit technical business logic provided.

true

cap_len

integer (uint16)

Optional Variable

No explicit technical business logic provided.

32043

packet

string

Optional Variable

No explicit technical business logic provided.

base64string

message

string

Strictly Required Field

No explicit technical business logic provided.

Header duration=3s, threshold=3s

Schema Registry Identity Token Blueprint: Violation

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Optional Variable

No explicit technical business logic provided.

``

level

string

Strictly Required Field

No explicit technical business logic provided.

WARNING

reported_timestamp

integer (int64)

Strictly Required Field

No explicit technical business logic provided.

1516160219

reported_at

string (date-time)

Strictly Required Field

No explicit technical business logic provided.

2018-01-17 03:36:59+00:00

cluster_name

string

Strictly Required Field

No explicit technical business logic provided.

cluster1

response_rule_id

integer

Optional Variable

No explicit technical business logic provided.

10008

host_id

string

Strictly Required Field

No explicit technical business logic provided.

2AU7:TIEN:O5KX:QK56:LFQP:IJSV:FXBN:QJV7

host_name

string

Strictly Required Field

No explicit technical business logic provided.

ubuntu64

enforcer_id

string

Strictly Required Field

No explicit technical business logic provided.

bced57295eefbd3f3bd0cf798b6184fa789

enforcer_name

string

Strictly Required Field

No explicit technical business logic provided.

allinone

id

string

Strictly Required Field

No explicit technical business logic provided.

e6e19591-75a0-43e9-bebb-145d588e6718

client_id

string

Strictly Required Field

No explicit technical business logic provided.

25f773945fff1d8880b9eb67d26be22f5321d

client_name

string

Strictly Required Field

No explicit technical business logic provided.

iperfclient

client_domain

string

Optional Variable

No explicit technical business logic provided.

``

client_image

string

Optional Variable

No explicit technical business logic provided.

``

client_service

string

Optional Variable

No explicit technical business logic provided.

``

server_id

string

Strictly Required Field

No explicit technical business logic provided.

0350077d87164505597268494acbc8a25109e3

server_name

string

Strictly Required Field

No explicit technical business logic provided.

iperfserver

server_domain

string

Optional Variable

No explicit technical business logic provided.

``

server_image

string

Optional Variable

No explicit technical business logic provided.

``

server_service

string

Optional Variable

No explicit technical business logic provided.

``

server_port

integer (uint16)

Strictly Required Field

No explicit technical business logic provided.

5000

ip_proto

integer (uint8)

Strictly Required Field

No explicit technical business logic provided.

6

applications

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

servers

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["server1", "server2"]

sessions

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

0

policy_action

string

Strictly Required Field

No explicit technical business logic provided.

violate

policy_id

integer (uint32)

Strictly Required Field

No explicit technical business logic provided.

9999

client_ip

string

Strictly Required Field

No explicit technical business logic provided.

172.17.0.4

server_ip

string

Strictly Required Field

No explicit technical business logic provided.

172.17.0.3

fqdn

string

Strictly Required Field

No explicit technical business logic provided.

www.suse.com

Schema Registry Identity Token Blueprint: RESTAdminCustomCriteriaOptions

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ops

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["exist", "notExist"]

values

Array < string >

Optional Variable

No explicit technical business logic provided.

["true", "false"]

valuetype

string

Strictly Required Field

No explicit technical business logic provided.

key

Schema Registry Identity Token Blueprint: RESTAdminCriteriaTemplate

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

kind

string

Strictly Required Field

No explicit technical business logic provided.

podTemplate

rawjson

string

Strictly Required Field

No explicit technical business logic provided.

{"key": "value"}

Schema Registry Identity Token Blueprint: RESTX509CertInfo

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

x509_cert

string

Optional Variable

No explicit technical business logic provided.

E7B0OS/N3KMVCL6KNMZ2+LOV90S7854NSD84P0BF

issuer_cn

string

Optional Variable

No explicit technical business logic provided.

dev-11563853

subject_cn

string

Optional Variable

No explicit technical business logic provided.

dev-11563853

subject_notafter

integer (uint64)

Optional Variable

No explicit technical business logic provided.

1988147822

Schema Registry Identity Token Blueprint: RESTApikey

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

expiration_type

string

Strictly Required Field

No explicit technical business logic provided.

never

expiration_hours

integer (uint32)

Optional Variable

No explicit technical business logic provided.

1

apikey_name

string

Strictly Required Field

No explicit technical business logic provided.

token-cicd-scan

apikey_secret

string

Optional Variable

No explicit technical business logic provided.

0u+tVOWNPRfpCK7p9qz

description

string

Optional Variable

No explicit technical business logic provided.

cicd image scanning

role

string

Strictly Required Field

No explicit technical business logic provided.

admin

role_domains

object

Optional Variable

Object key is role and value is array of domains

N/A

expiration_timestamp

integer (int64)

Optional Variable

No explicit technical business logic provided.

11515020888

created_timestamp

integer (int64)

Optional Variable

No explicit technical business logic provided.

11515020888

created_by_entity

string

Optional Variable

No explicit technical business logic provided.

admin

Schema Registry Identity Token Blueprint: RESTApikeyData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

apikey

RESTApikey

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTApikeysData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

apikeys

Array < RESTApikey >

Strictly Required Field

No explicit technical business logic provided.

N/A

global_roles

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["admin", "reader"]

domain_roles

Array < string >

Strictly Required Field

No explicit technical business logic provided.

["role1", "role2"]

Schema Registry Identity Token Blueprint: RESTApikeyCreationData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

apikey

RESTApikeyCreation

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTApikeyCreation

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

expiration_type

string

Strictly Required Field

No explicit technical business logic provided.

never

expiration_hours

integer (uint32)

Optional Variable

No explicit technical business logic provided.

1

apikey_name

string

Strictly Required Field

No explicit technical business logic provided.

token-cicd-scan

description

string

Optional Variable

No explicit technical business logic provided.

cicd image scanning

role

string

Strictly Required Field

No explicit technical business logic provided.

admin

role_domains

object

Optional Variable

Object key is role and value is array of domains

N/A

Schema Registry Identity Token Blueprint: RESTApikeyGeneratedData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

apikey

RESTApikeyGenerated

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTApikeyGenerated

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

apikey_name

string

Strictly Required Field

No explicit technical business logic provided.

token-cicd-scan

apikey_secret

string

Strictly Required Field

No explicit technical business logic provided.

0u+tVOWNPRfpCK7p9qz

Schema Registry Identity Token Blueprint: REST_SigstoreRootOfTrustCollection

Root Data Layout Composition Representation Base Type

array

Dynamic open-ended mapping composition array runtime environment structure pipeline.

Schema Registry Identity Token Blueprint: REST_SigstoreRootOfTrust_GET

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Optional Variable

No explicit technical business logic provided.

example_name

is_private

boolean

Optional Variable

No explicit technical business logic provided.

true

rootless_keypairs_only

boolean

Optional Variable

it overrides is_private attribute

true

rekor_public_key

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN PUBLIC KEY-----XXXXXXXXXX-----END PUBLIC KEY-----

root_cert

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN CERTIFICATE-----XXXXXXXXXX-----END CERTIFICATE-----

sct_public_key

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN PUBLIC KEY-----XXXXXXXXXX-----END PUBLIC KEY-----

verifiers

Array < REST_SigstoreVerifier >

Optional Variable

No explicit technical business logic provided.

N/A

cfg_type

string

Optional Variable

No explicit technical business logic provided.

N/A

comment

string

Optional Variable

No explicit technical business logic provided.

example comment

Schema Registry Identity Token Blueprint: REST_SigstoreRootOfTrust_POST

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

example_name

is_private

boolean

Optional Variable

No explicit technical business logic provided.

true

rootless_keypairs_only

boolean

Optional Variable

it overrides is_private attribute

true

rekor_public_key

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN PUBLIC KEY-----XXXXXXXXXX-----END PUBLIC KEY-----

root_cert

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN CERTIFICATE-----XXXXXXXXXX-----END CERTIFICATE-----

sct_public_key

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN PUBLIC KEY-----XXXXXXXXXX-----END PUBLIC KEY-----

comment

string

Optional Variable

No explicit technical business logic provided.

example comment

Schema Registry Identity Token Blueprint: REST_SigstoreRootOfTrust_PATCH

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

rekor_public_key

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN PUBLIC KEY-----XXXXXXXXXX-----END PUBLIC KEY-----

root_cert

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN CERTIFICATE-----XXXXXXXXXX-----END CERTIFICATE-----

sct_public_key

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN PUBLIC KEY-----XXXXXXXXXX-----END PUBLIC KEY-----

comment

string

Optional Variable

No explicit technical business logic provided.

example comment

Schema Registry Identity Token Blueprint: REST_SigstoreVerifierCollection

Root Data Layout Composition Representation Base Type

array

Dynamic open-ended mapping composition array runtime environment structure pipeline.

Schema Registry Identity Token Blueprint: REST_SigstoreVerifier

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

name

string

Strictly Required Field

No explicit technical business logic provided.

example name

verifier_type

string

Strictly Required Field

No explicit technical business logic provided.

N/A

public_key

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN PUBLIC KEY-----XXXXXXXXXX-----END PUBLIC KEY-----

cert_issuer

string

Optional Variable

No explicit technical business logic provided.

https://github.com/login/oauth

cert_subject

string

Optional Variable

No explicit technical business logic provided.

cert.subject@example.com

comment

string

Optional Variable

No explicit technical business logic provided.

example comment

Schema Registry Identity Token Blueprint: REST_SigstoreVerifier_PATCH

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

verifier_type

string

Optional Variable

No explicit technical business logic provided.

N/A

public_key

string

Optional Variable

No explicit technical business logic provided.

-----BEGIN PUBLIC KEY-----XXXXXXXXXX-----END PUBLIC KEY-----

cert_issuer

string

Optional Variable

No explicit technical business logic provided.

https://github.com/login/oauth

cert_subject

string

Optional Variable

No explicit technical business logic provided.

cert.subject@example.com

comment

string

Optional Variable

No explicit technical business logic provided.

example comment

Schema Registry Identity Token Blueprint: RESTRemoteRepo_GitHubConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

repository_owner_username

string

Strictly Required Field

No explicit technical business logic provided.

myuser

repository_name

string

Strictly Required Field

No explicit technical business logic provided.

myrepo

repository_branch_name

string

Strictly Required Field

No explicit technical business logic provided.

main

personal_access_token

string

Strictly Required Field

No explicit technical business logic provided.

<access token from GitHub>

personal_access_token_committer_name

string

Strictly Required Field

No explicit technical business logic provided.

myuser

personal_access_token_committer_email

string

Strictly Required Field

No explicit technical business logic provided.

myuser@example.com

Schema Registry Identity Token Blueprint: RESTRemoteRepository

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

nickname

string

Strictly Required Field

No explicit technical business logic provided.

default

provider

string

Strictly Required Field

currently only github is supported

github

comment

string

Optional Variable

No explicit technical business logic provided.

N/A

enable

boolean

Optional Variable

No explicit technical business logic provided.

true

github_configuration

RESTRemoteRepo_GitHubConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRemoteRepository_GitHubConfigConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

repository_owner_username

string

Optional Variable

No explicit technical business logic provided.

myuser

repository_name

string

Optional Variable

No explicit technical business logic provided.

myrepo

repository_branch_name

string

Optional Variable

No explicit technical business logic provided.

main

personal_access_token

string

Optional Variable

No explicit technical business logic provided.

<access token from GitHub>

personal_access_token_committer_name

string

Optional Variable

No explicit technical business logic provided.

myuser

personal_access_token_committer_email

string

Optional Variable

No explicit technical business logic provided.

myuser@example.com

Schema Registry Identity Token Blueprint: RESTRemoteRepositoryConfig

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

nickname

string

Strictly Required Field

No explicit technical business logic provided.

default

comment

string

Optional Variable

No explicit technical business logic provided.

N/A

enable

boolean

Optional Variable

No explicit technical business logic provided.

true

github_configuration

RESTRemoteRepository_GitHubConfigConfig

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRemoteRepositoryConfigData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

config

RESTRemoteRepositoryConfig

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRemoteExportOptions

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

file_path

string

Strictly Required Field

No explicit technical business logic provided.

my_exports/example.yaml

comment

string

Optional Variable

commit message

commit for poc

remote_repository_nickname

string

Strictly Required Field

No explicit technical business logic provided.

default

Schema Registry Identity Token Blueprint: NvPermissions

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

read_value

integer (uint32)

Optional Variable

No explicit technical business logic provided.

N/A

write_value

integer (uint32)

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTAssetIDList

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

ids

Array < string >

Strictly Required Field

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRiskScoreMetricsWL

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

running_pods

integer

Optional Variable

No explicit technical business logic provided.

N/A

privileged_wls

integer

Optional Variable

No explicit technical business logic provided.

N/A

root_wls

integer

Optional Variable

No explicit technical business logic provided.

N/A

discover_ext_eps

integer

Optional Variable

No explicit technical business logic provided.

N/A

monitor_ext_eps

integer

Optional Variable

No explicit technical business logic provided.

N/A

protect_ext_eps

integer

Optional Variable

No explicit technical business logic provided.

N/A

threat_ext_eps

integer

Optional Variable

No explicit technical business logic provided.

N/A

violate_ext_eps

integer

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRiskScoreMetricsGroup

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

groups

integer

Optional Variable

No explicit technical business logic provided.

N/A

discover_groups

integer

Optional Variable

No explicit technical business logic provided.

N/A

monitor_groups

integer

Optional Variable

No explicit technical business logic provided.

N/A

protect_groups

integer

Optional Variable

No explicit technical business logic provided.

N/A

profile_discover_groups

integer

Optional Variable

No explicit technical business logic provided.

N/A

profile_monitor_groups

integer

Optional Variable

No explicit technical business logic provided.

N/A

profile_protect_groups

integer

Optional Variable

No explicit technical business logic provided.

N/A

discover_groups_zero_drift

integer

Optional Variable

No explicit technical business logic provided.

N/A

monitor_groups_zero_drift

integer

Optional Variable

No explicit technical business logic provided.

N/A

protect_groups_zero_drift

integer

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRiskScoreMetricsCVE

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

discover_cves

integer

Optional Variable

No explicit technical business logic provided.

N/A

monitor_cves

integer

Optional Variable

No explicit technical business logic provided.

N/A

protect_cves

integer

Optional Variable

No explicit technical business logic provided.

N/A

platform_cves

integer

Optional Variable

No explicit technical business logic provided.

N/A

host_cves

integer

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTRiskScoreMetrics

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

platform

string

Optional Variable

No explicit technical business logic provided.

N/A

kube_version

string

Optional Variable

No explicit technical business logic provided.

N/A

openshift_version

string

Optional Variable

No explicit technical business logic provided.

N/A

new_service_policy_mode

string

Optional Variable

No explicit technical business logic provided.

N/A

new_service_profile_mode

string

Optional Variable

No explicit technical business logic provided.

N/A

deny_adm_ctrl_rules

integer

Optional Variable

No explicit technical business logic provided.

N/A

hosts

integer

Optional Variable

No explicit technical business logic provided.

N/A

workloads

RESTRiskScoreMetricsWL

Optional Variable

No explicit technical business logic provided.

N/A

groups

RESTRiskScoreMetricsGroup

Optional Variable

No explicit technical business logic provided.

N/A

cves

RESTRiskScoreMetricsCVE

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTExposedEndpoint

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

id

string

Optional Variable

No explicit technical business logic provided.

N/A

name

string

Optional Variable

No explicit technical business logic provided.

N/A

display_name

string

Optional Variable

No explicit technical business logic provided.

N/A

pod_name

string

Optional Variable

No explicit technical business logic provided.

N/A

service

string

Optional Variable

No explicit technical business logic provided.

N/A

severity

string

Optional Variable

No explicit technical business logic provided.

N/A

critical

integer

Optional Variable

No explicit technical business logic provided.

N/A

high

integer

Optional Variable

No explicit technical business logic provided.

N/A

medium

integer

Optional Variable

No explicit technical business logic provided.

N/A

policy_mode

string

Optional Variable

No explicit technical business logic provided.

N/A

policy_action

string

Optional Variable

No explicit technical business logic provided.

N/A

protocols

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

applications

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

ports

Array < string >

Optional Variable

No explicit technical business logic provided.

N/A

entries

Array < RESTConversationReportEntry >

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTConversationReportEntry

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

bytes

integer (uint64)

Optional Variable

No explicit technical business logic provided.

N/A

sessions

integer (uint32)

Optional Variable

No explicit technical business logic provided.

N/A

port

string

Optional Variable

No explicit technical business logic provided.

N/A

application

string

Optional Variable

No explicit technical business logic provided.

N/A

policy_action

string

Optional Variable

No explicit technical business logic provided.

N/A

client_ip

string

Optional Variable

No explicit technical business logic provided.

N/A

server_ip

string

Optional Variable

No explicit technical business logic provided.

N/A

fqdn

string

Optional Variable

No explicit technical business logic provided.

N/A

last_seen_at

integer (int64)

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTSecurityScores

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

new_service_mode_score

integer

Optional Variable

No explicit technical business logic provided.

N/A

service_mode_score

integer

Optional Variable

No explicit technical business logic provided.

N/A

service_mode_score_by_100

integer

Optional Variable

No explicit technical business logic provided.

N/A

exposure_score

integer

Optional Variable

No explicit technical business logic provided.

N/A

exposure_score_by_100

integer

Optional Variable

No explicit technical business logic provided.

N/A

privileged_container_score

integer

Optional Variable

No explicit technical business logic provided.

N/A

run_as_root_score

integer

Optional Variable

No explicit technical business logic provided.

N/A

admission_rule_score

integer

Optional Variable

No explicit technical business logic provided.

N/A

vulnerability_score

integer

Optional Variable

No explicit technical business logic provided.

N/A

vulnerability_score_by_100

integer

Optional Variable

No explicit technical business logic provided.

N/A

security_risk_score

integer

Optional Variable

No explicit technical business logic provided.

N/A

Schema Registry Identity Token Blueprint: RESTScoreMetricsData

Root Data Layout Composition Representation Base Type

object

Property Node Field Key Data Representation Type Validation Posture Contextual Mapping Meaning Mock Payload Sample

metrics

Array < RESTComplianceProfileConfig >

Optional Variable

No explicit technical business logic provided.

N/A

ingress

Array < RESTExposedEndpoint >

Optional Variable

No explicit technical business logic provided.

N/A

egress

Array < RESTExposedEndpoint >

Optional Variable

No explicit technical business logic provided.

N/A

security_scores

RESTSecurityScores

Optional Variable

No explicit technical business logic provided.

N/A