Note
Package : spaceone.api.monitoring.v1
Note
Note Methods:
NO
Method
Request Type
Response Type
Description
create
POST /monitoring/v1/notes
update
PUT /monitoring/v1/note/{note_id}
delete
DELETE /monitoring/v1/note/{note_id}
get
GET /monitoring/v1/note/{note_id}
list
GET /monitoring/v1/notes
POST /monitoring/v1/notes/search
stat
POST /monitoring/v1/notes/stat
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
note
string
3
user_id
string
4
project_id
string
5
domain_id
string
6
created_at
string
NoteQuery
No
Field
Type
Required
Description
2
note_id
string
❌
3
alert_id
string
❌
4
user_id
string
❌
5
project_id
string
❌
6
domain_id
string
❌
NoteRequest
No
Field
Type
Required
Description
1
note_id
string
✅
2
domain_id
string
✅
NoteStatQuery
NotesInfo
UpdateNoteRequest
No
Field
Type
Required
Description
1
note_id
string
✅
2
note
string
❌
3
domain_id
string
✅
Last updated