Note

Package : spaceone.api.inventory.v1

Note

Note Methods:

create

POST /inventory/v1/notes

Type
Message

update

PUT /inventory/v1/note/{note_id}

Type
Message

delete

DELETE /inventory/v1/note/{note_id}

Type
Message

get

GET /inventory/v1/note/{note_id}

Type
Message

Response

list

GET /inventory/v1/notes

POST /inventory/v1/notes/search

Type
Message

Request

Response

stat

POST /inventory/v1/notes/stat

Type
Message

Message

CreateNoteRequest

Field
Type
Required
Description

record_id

string

note

string

domain_id

string

GetNoteRequest

Field
Type
Required
Description

note_id

string

domain_id

string

only

list of string

NoteInfo

Field
Type
Description

note_id

string

record_id

string

cloud_service_id

string

note

string

created_by

string

domain_id

string

created_at

string

NoteQuery

Field
Type
Required
Description

note_id

string

record_id

string

cloud_service_id

string

created_by

string

domain_id

string

NoteRequest

Field
Type
Required
Description

note_id

string

domain_id

string

NoteStatQuery

Field
Type
Required
Description

domain_id

string

NotesInfo

Field
Type
Description

total_count

UpdateNoteRequest

Field
Type
Required
Description

note_id

string

note

string

domain_id

string

Last updated