Skip to content

Commit

Permalink
component
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Feb 5, 2024
1 parent 93ecda6 commit 5c7f4e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,19 @@ $ curl -H "Auth: 01707128300216989000" -X GET "http://localhost:5010/subscriptio
]
```

### Component Management

```
$ curl -H "Auth: 01707128300216989000" -X GET "http://localhost:5010/component/maxim-0012"
[
{
"result": [],
"spec": "get",
"type": "component"
}
]
```

### Maintenance Managements

```
Expand Down

0 comments on commit 5c7f4e6

Please sign in to comment.