20 lines
708 B
YAML
20 lines
708 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
|
|
help_text:
|
|
brief: Describe a Cloud SCC's long running scan operation.
|
|
description: Describe a Cloud SCC's long running scan operation.
|
|
examples: |
|
|
Return long running scan operation status for operation id (9c5fa5e5-e368-439a-baa4-08c17b77ec23) and organization 123456.
|
|
Operation id is obtained using run-discovery command:
|
|
|
|
$ {command} 9c5fa5e5-e368-439a-baa4-08c17b77ec23 --organization=123456
|
|
|
|
request:
|
|
collection: securitycenter.organizations.operations
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud SCC's API operation to describe.
|
|
spec: !REF googlecloudsdk.command_lib.scc.resources:operation
|