Note
Package : spaceone.api.monitoring.v1
Note
Note Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
create
POST /monitoring/v1/notes
Type | Message |
Request | |
Response |
update
PUT /monitoring/v1/note/{note_id}
Type | Message |
Request | |
Response |
delete
DELETE /monitoring/v1/note/{note_id}
Type | Message |
Request | |
Response |
get
GET /monitoring/v1/note/{note_id}
Type | Message |
Request | |
Response |
list
GET /monitoring/v1/notes
POST /monitoring/v1/notes/search
stat
POST /monitoring/v1/notes/stat
Type | Message |
Request | |
Response |
Message
CreateNoteRequest
No | Field | Type | Required | Description |
1 | alert_id | string | ✅ | |
2 | note | string | ✅ | |
3 | domain_id | string | ✅ |
GetNoteRequest
No | Field | Type | Required | Description |
1 | note_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
NoteInfo
No | Field | Type | Description |
1 | note_id | string | |
2 | alert_id | string | |
3 | note | string | |
4 | created_by | string | |
5 | project_id | string | |
6 | domain_id | string | |
7 | created_at | string |
NoteQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | note_id | string | ❌ | |
3 | alert_id | string | ❌ | |
4 | created_by | string | ❌ | |
5 | project_id | string | ❌ | |
6 | domain_id | string | ❌ |
NoteRequest
No | Field | Type | Required | Description |
1 | note_id | string | ✅ | |
2 | domain_id | string | ✅ |
NoteStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
NotesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
UpdateNoteRequest
No | Field | Type | Required | Description |
1 | note_id | string | ✅ | |
2 | note | string | ❌ | |
3 | domain_id | string | ✅ |
Last updated