Collector
Last updated
Last updated
A Collector is a plugin collecting data of external infrastructure resources.
Package : spaceone.api.inventory.plugin
Collector Methods:
Initializes a specific Collector. During initialization, the Collector information to be passed to the Collector user is delivered as metadata
. Collector information includes its name and version.
{{< tabs " init " >}}
{{< tab "Request Example" >}}
options (Struct) Required
{{< highlight json >}} {
} {{< /highlight >}} {{< /tab >}}
{{< tab "Response Example" >}}
metadata (Struct) Required
{{< highlight json >}} {
} {{< /highlight >}} {{< /tab >}}
{{< /tabs >}}
Verifies a specific Collector. You must specify the parameter secret_data
, encrypted account data of the Collector to validate.
{{< tabs " verify " >}}
{{< tab "Request Example" >}}
options (Struct) Required
secret_data (Struct) Required
{{< highlight json >}} {
} {{< /highlight >}} {{< /tab >}}
{{< /tabs >}}
Collects data of external infrastructure resources by a specific Collector.
{{< tabs " collect " >}}
{{< tab "Request Example" >}}
options (Struct) Required
secret_data (Struct) Required
filter (Struct) Required
task_options (Struct) Required
{{< highlight json >}} {
} {{< /highlight >}} {{< /tab >}}
{{< /tabs >}}
options (Struct) Required
secret_data (Struct) Required
filter (Struct) Required
task_options (Struct) Required
options (Struct) Required
options (Struct) Required
metadata (Struct) Required
state (State) Required
message (string) Required
resource_type (string) Required
match_rules (Struct) Required
resource (Struct) Required
options (Struct) Required
options (Struct) Required
secret_data (Struct) Required