Update README.md
This commit is contained in:
parent
757ece5967
commit
c0ccca98cf
@ -48,7 +48,7 @@ The `Process Monitoring Service` is an ASP.NET Core application configured to ru
|
||||
|
||||
* `GET /api/v1/process`: Get a paginated, sorted, and searchable list of all processes.
|
||||
|
||||
* Example: `/api/v1/process?pretty=true&sortBy=cpuusage&desc=true&limit=10&offset=0&searchName=chrome`
|
||||
* Example: `/api/v1/process?pretty=true&sortBy=cpuusage&desc=true&limit=10&offset=0&search=chrome`
|
||||
|
||||
* `GET /api/v1/process/{pid}`: Get full details for a specific process.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user