Cloud Scheduler Jobs¶
Provider: Google Cloud
Service ID: gcp_cloud_scheduler_jobs
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_cloud_scheduler_jobs',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['name', 'state', 'schedule', 'timezone', 'target_type', 'last_attempt']
});
</script>
<div data-sd-service="gcp_cloud_scheduler_jobs" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'state', 'schedule', 'timezone', 'target_type', 'last_attempt', 'next_schedule']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Job Name | gcp_resource_name |
From API field: name |
description |
Description | text |
From API field: description |
schedule |
Schedule (cron) | text |
From API field: schedule |
timezone |
Timezone | text |
From API field: timeZone. Default: UTC |
state |
State | status_badge |
From API field: state |
target_type |
Target Type | boolean_present_label |
From API field: httpTarget. Default: HTTP |
http_method |
HTTP Method | text |
From API field: httpTarget.httpMethod |
http_uri |
Target URI | text |
From API field: httpTarget.uri |
pubsub_topic |
Pub/Sub Topic | gcp_resource_name |
From API field: pubsubTarget.topicName |
last_attempt |
Last Attempt | datetime |
From API field: lastAttemptTime |
next_schedule |
Next Run | datetime |
From API field: nextScheduleTime |
last_status_code |
Last Status | text |
From API field: status.code. Default: 0 |
last_status_msg |
Last Message | text |
From API field: status.message |
= included in default view
Sort Order¶
Results are sorted by: name