The absolute point in time when the outage started.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
The absolute point in time when the outage ended or will end. If empty or in the future, then it means the outage is still on going.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
details
string
Message describing this outage.
OutageType
Defines the outage type.
Enums
OUTAGE_TYPE_UNSPECIFIED
The outage type is not specified.
OUTAGE_TYPE_INACCESSIBLE_UI
Certain Ads Data Hub UI is not accessible.
OUTAGE_TYPE_QUERY_SERVICE_DOWN
Ads Data Hub query related service is down.
OUTAGE_TYPE_OUT_OF_SLA_DT
Ads Data Hub data-transfer is out of service layer agreement (SLA).
OUTAGE_TYPE_FIELD_NOT_POPULATING
Certain fields are not populating in Ads Data Hub.
OUTAGE_TYPE_ACCOUNT_LINKING_DOWN
Ads Data Hub account linking related service is down.
OUTAGE_TYPE_OUT_OF_SLA_NON_DT
Ads Data Hub non-data-transfer is out of service layer agreement (SLA).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eOutage\u003c/code\u003e resource defines an outage event, including its name, type, start and end times, and details.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOutageType\u003c/code\u003e provides a classification for outages, ranging from UI inaccessibility to service layer agreement violations.\u003c/p\u003e\n"],["\u003cp\u003eOutages can be accessed and listed using the \u003ccode\u003elist\u003c/code\u003e method, which provides details of outages within the past 130 days, ordered chronologically by start time.\u003c/p\u003e\n"],["\u003cp\u003eAn outage's information is represented in JSON format, containing fields for identification, classification, timing, and description.\u003c/p\u003e\n"]]],["The `Outage` resource describes an outage with a unique name, type, start and end times, and details. Outage types include UI inaccessibility, query service downtime, and SLA breaches. The `list` method allows for fetching outages, ordering them by start time in descending order, within a 130-day window. The data is represented in JSON format, with timestamps conforming to RFC3339 UTC \"Zulu\" format.\n"],null,["# REST Resource: outages\n\n- [Resource: Outage](#Outage)\n - [JSON representation](#Outage.SCHEMA_REPRESENTATION)\n- [OutageType](#OutageType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Outage\n----------------\n\nDefines an outage and its information.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"type\": enum (/ads-data-hub/marketers/reference/rest/v1/outages#OutageType), \"startTime\": string, \"endTime\": string, \"details\": string } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Name that uniquely identifies an outage. It has the form outages/\\[outage_id\\], e.g. 'outages/1234'. |\n| `type` | `enum (`[OutageType](/ads-data-hub/marketers/reference/rest/v1/outages#OutageType)`)` The type of this outage. |\n| `startTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` The absolute point in time when the outage started. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| `endTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` The absolute point in time when the outage ended or will end. If empty or in the future, then it means the outage is still on going. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| `details` | `string` Message describing this outage. |\n\nOutageType\n----------\n\nDefines the outage type.\n\n| Enums ||\n|------------------------------------|-------------------------------------------------------------------------|\n| `OUTAGE_TYPE_UNSPECIFIED` | The outage type is not specified. |\n| `OUTAGE_TYPE_INACCESSIBLE_UI` | Certain Ads Data Hub UI is not accessible. |\n| `OUTAGE_TYPE_QUERY_SERVICE_DOWN` | Ads Data Hub query related service is down. |\n| `OUTAGE_TYPE_OUT_OF_SLA_DT` | Ads Data Hub data-transfer is out of service layer agreement (SLA). |\n| `OUTAGE_TYPE_FIELD_NOT_POPULATING` | Certain fields are not populating in Ads Data Hub. |\n| `OUTAGE_TYPE_ACCOUNT_LINKING_DOWN` | Ads Data Hub account linking related service is down. |\n| `OUTAGE_TYPE_OUT_OF_SLA_NON_DT` | Ads Data Hub non-data-transfer is out of service layer agreement (SLA). |\n\n| Methods ------- ||\n|--------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|\n| ### [list](/ads-data-hub/marketers/reference/rest/v1/outages/list) | Lists the outages in descending order of outage start timestamp, and the look back window is 130 days. |"]]