Note

Package : spaceone.api.inventory.v1

Note

Note Methods:

Method
Request
Response

create

POST /inventory/v1/notes

Type
Message

Request

Response

update

PUT /inventory/v1/note/{note_id}

Type
Message

Request

Response

delete

DELETE /inventory/v1/note/{note_id}

Type
Message

Request

Response

get

GET /inventory/v1/note/{note_id}

Type
Message

Request

Response

list

GET /inventory/v1/notes

POST /inventory/v1/notes/search

Type
Message

Request

Response

stat

POST /inventory/v1/notes/stat

Type
Message

Request

Response

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

query

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

query

domain_id

string

NotesInfo

Field
Type
Description

results

total_count

UpdateNoteRequest

Field
Type
Required
Description

note_id

string

note

string

domain_id

string

Last updated