Note
Package : spaceone.api.inventory.v1
Note
Note Methods:
create
POST /inventory/v1/notes
Request
Response
update
PUT /inventory/v1/note/{note_id}
Request
Response
delete
DELETE /inventory/v1/note/{note_id}
Request
Response
get
GET /inventory/v1/note/{note_id}
Request
Response
list
GET /inventory/v1/notes
POST /inventory/v1/notes/search
Request
Response
stat
POST /inventory/v1/notes/stat
Request
Response
Message
CreateNoteRequest
record_id
string
✔
note
string
✔
domain_id
string
✔
GetNoteRequest
note_id
string
✔
domain_id
string
✔
only
list of string
✘
NoteInfo
note_id
string
record_id
string
cloud_service_id
string
note
string
created_by
string
domain_id
string
created_at
string
NoteQuery
query
✘
note_id
string
✘
record_id
string
✘
cloud_service_id
string
✘
created_by
string
✘
domain_id
string
✘
NoteRequest
note_id
string
✔
domain_id
string
✔
NoteStatQuery
query
✔
domain_id
string
✔
NotesInfo
results
total_count
UpdateNoteRequest
note_id
string
✔
note
string
✘
domain_id
string
✔
Last updated