curl --request POST \
--url https://api.example.com/process.Process/List \
--header 'Content-Type: application/json' \
--data '{}'{
"processes": [
{
"config": {
"cmd": "<string>",
"args": [
"<string>"
],
"envs": {},
"cwd": "<string>"
},
"pid": 123,
"tag": "<string>"
}
]
}The body is of type ListRequest · object.
Success
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.example.com/process.Process/List \
--header 'Content-Type: application/json' \
--data '{}'{
"processes": [
{
"config": {
"cmd": "<string>",
"args": [
"<string>"
],
"envs": {},
"cwd": "<string>"
},
"pid": 123,
"tag": "<string>"
}
]
}