Este producto no es compatible con el sitio Datadog seleccionado. ().
Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

gcp_storageinsights_report_detail

ancestors

Type: UNORDERED_LIST_STRING

gcp_status

Type: STRUCT
Provider name: status
Description: Status of the inventory report.

  • code
    Type: INT32
    Provider name: code
    Description: The status code, which should be an enum value of google.rpc.Code.
  • message
    Type: STRING
    Provider name: message
    Description: A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: Name of resource. Format: projects/{project_number}/locations/{location}/reportConfigs/{report-config-id}/reportDetails/{report-detail-id}.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

report_metrics

Type: STRUCT
Provider name: reportMetrics
Description: Metrics of the inventory report.

  • processed_records_count
    Type: INT64
    Provider name: processedRecordsCount
    Description: Count of Cloud Storage objects that are part of the inventory report.

report_path_prefix

Type: STRING
Provider name: reportPathPrefix
Description: Prefix of the object name of each report’s shard. This has the full prefix except the extension and shard_id. For example, if the destination_path is {report-config-id}/dt={datetime}, then the shard object name is gs://my-insights/1A34-F2E456-12B456-1C3D/dt=2022-05-20T06:35/1A34-F2E456-12B456-1C3D_2022-05-20T06:35_5.csv and the value of reportPathPrefix field is gs://my-insights/1A34-F2E456-12B456-1C3D/dt=2022-05-20T06:35/1A34-F2E456-12B456-1C3D_2022-05-20T06:35_.

resource_name

Type: STRING

shards_count

Type: INT64
Provider name: shardsCount
Description: Total shards generated for the inventory report.

snapshot_time

Type: TIMESTAMP
Provider name: snapshotTime
Description: The snapshot time. All the inventory report data is referenced at this point of time.

tags

Type: UNORDERED_LIST_STRING

target_datetime

Type: STRUCT
Provider name: targetDatetime
Description: The date and time of the inventory report generation. This field is auto-populated. The time part of target_datetime is always 0.

  • day
    Type: INT32
    Provider name: day
    Description: Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day.
  • hours
    Type: INT32
    Provider name: hours
    Description: Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value “24:00:00” for scenarios like business closing time.
  • minutes
    Type: INT32
    Provider name: minutes
    Description: Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
  • month
    Type: INT32
    Provider name: month
    Description: Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
  • nanos
    Type: INT32
    Provider name: nanos
    Description: Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
  • seconds
    Type: INT32
    Provider name: seconds
    Description: Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds.
  • time_zone
    Type: STRUCT
    Provider name: timeZone
    Description: Time zone.
    • id
      Type: STRING
      Provider name: id
      Description: IANA Time Zone Database time zone. For example “America/New_York”.
    • version
      Type: STRING
      Provider name: version
      Description: Optional. IANA Time Zone Database version number. For example “2019a”.
  • utc_offset
    Type: STRING
    Provider name: utcOffset
    Description: UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }.
  • year
    Type: INT32
    Provider name: year
    Description: Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.