Variable #
Package : spaceone.api.opsflow.v1
Variable #
Variable Methods:
create #
POST /opsflow/v1/variable/create
update #
POST /opsflow/v1/variable/update
delete #
POST /opsflow/v1/variable/delete
get #
POST /opsflow/v1/variable/get
list #
POST /opsflow/v1/variable/list
stat #
POST /opsflow/v1/variable/stat
Message #
VariableCreateRequest #
name (string)
Requiredvalue (string)
Requiredtags (Struct)
workspace_id (string)
VariableInfo #
name (string)
Requiredvalue (string)
Requiredtags (Struct)
Requireddomain_id (string)
Requiredworkspace_id (string)
Requiredcreated_at (string)
Requiredupdated_at (string)
Required
VariableRequest #
name (string)
Required
VariableSearchQuery #
query (Query)
name (string)
workspace_id (string)
VariableStatQuery #
query (StatisticsQuery)
Required
VariableUpdateRequest #
name (string)
Requiredvalue (string)
tags (Struct)
VariablesInfo #
results (VariableInfo)
RepeatedRequiredtotal_count (int32)
Required