Updated on 2023-01-12 GMT+08:00

Asset Fingerprint - Process Information

Function

This API is used to check process information in asset fingerprints.

URI

GET /v5/{project_id}/asset/process/statistics

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID

Minimum: 1

Maximum: 256

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

path

No

String

Path

Minimum: 1

Maximum: 256

enterprise_project_id

No

String

Enterprise project

Minimum: 1

Maximum: 256

limit

No

Integer

Default value: 10

Minimum: 10

Maximum: 100

Default: 10

offset

No

Integer

Default value: 0

Minimum: 0

Maximum: 10000

Default: 0

Request Parameters

Table 3 Request header parameters

Parameter

Mandatory

Type

Description

x-auth-token

Yes

String

iam token

Minimum: 32

Maximum: 4096

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

total_num

Integer

Total number of process statistics

Minimum: 0

Maximum: 10000

data_list

Array of ProcessStatisticResponseInfo objects

Process statistics list

Table 5 ProcessStatisticResponseInfo

Parameter

Type

Description

path

String

Process name

Minimum: 1

Maximum: 256

num

Integer

Number of processes

Minimum: 0

Maximum: 100000

Example Requests

None

Example Responses

Status code: 200

Number of servers having the process

{
  "total_num" : 1,
  "data_list" : [ {
    "num" : 13,
    "path" : "/usr/lib/systemd/systemd-journald"
  } ]
}

Status Codes

Status Code

Description

200

Number of servers having the process

Error Codes

See Error Codes.