Note

Package : spaceone.api.inventory.v1

Note

Note Methods:

create

POST /inventory/v1/note/create

{{< tabs " create " >}}

{{< tab "Request Example" >}}

CreateNoteRequest

  • record_id (string) Required

  • note (string) Required

{{< highlight json >}} {

} {{< /highlight >}} {{< /tab >}}

{{< tab "Response Example" >}}

NoteInfo

  • note_id (string) Required

  • record_id (string) Required

  • cloud_service_id (string) Required

  • note (string) Required

  • created_by (string) Required

  • domain_id (string) Required

  • workspace_id (string) Required

  • project_id (string) Required

  • created_at (string) Required

{{< highlight json >}} {

} {{< /highlight >}} {{< /tab >}}

{{< /tabs >}}

update

POST /inventory/v1/note/update

{{< tabs " update " >}}

{{< tab "Request Example" >}}

UpdateNoteRequest

  • note_id (string) Required

  • note (string)

{{< highlight json >}} {

} {{< /highlight >}} {{< /tab >}}

{{< tab "Response Example" >}}

NoteInfo

  • note_id (string) Required

  • record_id (string) Required

  • cloud_service_id (string) Required

  • note (string) Required

  • created_by (string) Required

  • domain_id (string) Required

  • workspace_id (string) Required

  • project_id (string) Required

  • created_at (string) Required

{{< highlight json >}} {

} {{< /highlight >}} {{< /tab >}}

{{< /tabs >}}

delete

POST /inventory/v1/note/delete

{{< tabs " delete " >}}

{{< tab "Request Example" >}}

NoteRequest

  • note_id (string) Required

{{< highlight json >}} {

} {{< /highlight >}} {{< /tab >}}

{{< /tabs >}}

get

POST /inventory/v1/note/get

{{< tabs " get " >}}

{{< tab "Request Example" >}}

NoteRequest

  • note_id (string) Required

{{< highlight json >}} {

} {{< /highlight >}} {{< /tab >}}

{{< tab "Response Example" >}}

NoteInfo

  • note_id (string) Required

  • record_id (string) Required

  • cloud_service_id (string) Required

  • note (string) Required

  • created_by (string) Required

  • domain_id (string) Required

  • workspace_id (string) Required

  • project_id (string) Required

  • created_at (string) Required

{{< highlight json >}} {

} {{< /highlight >}} {{< /tab >}}

{{< /tabs >}}

list

POST /inventory/v1/note/list

{{< tabs " list " >}}

{{< tab "Request Example" >}}

NoteQuery

  • query (Query)

  • note_id (string)

  • record_id (string)

  • cloud_service_id (string)

  • created_by (string)

  • workspace_id (string)

  • project_id (string)

{{< highlight json >}} {

} {{< /highlight >}} {{< /tab >}}

{{< /tabs >}}

stat

POST /inventory/v1/note/stat

Message

CreateNoteRequest

  • record_id (string) Required

  • note (string) Required

NoteInfo

  • note_id (string) Required

  • record_id (string) Required

  • cloud_service_id (string) Required

  • note (string) Required

  • created_by (string) Required

  • domain_id (string) Required

  • workspace_id (string) Required

  • project_id (string) Required

  • created_at (string) Required

NoteQuery

  • query (Query)

  • note_id (string)

  • record_id (string)

  • cloud_service_id (string)

  • created_by (string)

  • workspace_id (string)

  • project_id (string)

NoteRequest

  • note_id (string) Required

NoteStatQuery

  • query (StatisticsQuery) Required

NotesInfo

  • results (NoteInfo) Repeated Required

  • total_count (int32) Required

UpdateNoteRequest

  • note_id (string) Required

  • note (string)

Last updated