AppDynamics APM Platform 22.x Extend AppDynamics AppDynamics APIs Synthetic Monitoring API Current: Get Synthetic Web Monitoring Job Configuration Data API PDF Download PDF Download page Get Synthetic Web Monitoring Job Configuration Data API. Current page All pages Get Synthetic Web Monitoring Job Configuration Data API This page describes the API used to retrieve the Synthetic web monitoring job configuration data.Get Synthetic Job Configuration DataFetches the synthetic job configuration details with the specified JSON payload.Resource URLGET /v1/synthetic/schedule/<id>Response FormatJSONExample { "_id": "job_id", "version": 1, "scheduleRunConfigs": [ { "rate": { "value": 1, "unit": "MINUTES" }, "daysOfWeek": [ "WED", "FRI", "SUN", "SAT", "TUES", "MON", "THUR" ], "timezone": "UTC" } ], "userEnabled": true, "systemEnabled": true, "type": "ALL_BROWSERS", "rate": { "value": 15, "unit": "MINUTES" }, "daysOfWeek": [ "WED", "FRI", "SUN", "SAT", "TUES", "MON", "THUR" ], "timezone": "UTC", "description": "https://appdynamics.com", "appKey": "appKey", "scheduleMode": "NONE", "url": "https://appdynamics.com", "browserCodes": [ "Chrome" ], "chromeVersions": [ "86" ], "locationCodes": [ "BOM", "M50" ], "failOnPageError": true, "captureVisualMetrics": true, "simulateMobileBrowser": false, "networkProfile": { "name": "Native", "downloadKbps": 5000, "uploadKbps": 1000, "roundtripTimeMillis": 28, "packetLossPercent": 0, "isDefault": false }, "timeoutSeconds": 15, "state": { "lastFireTime": "2022-04-06T05:57:16.000Z", "nextFireTime": "2022-04-06T06:00:16.000Z" }, "projectedUsage": { "projectedDailyRuns": 2880, "projectedMonthlyRuns": 86400 }, "performanceCriteria": { "retestOnWarning": false, "retestOnCritical": false, "criterion": [] }, "composableConfig": { "numBeforeConfirmedError": 0, "resourceErrorDetection": { "ignoreWhen": { "resourceUrlContains": [], "resourceMimeType": [] }, "onlyWhen": { "resourceUrlContains": [], "resourceMimeType": [] } } }, "created": "2022-04-05T05:30:36.426Z", "updated": "2022-04-05T05:30:36.426Z" } JSON Request ParameterParameter NameParameter TypeValueDescriptionMandatory RequestidStringJob ID of a synthetic jobUnique identifier of a synthetic job.To get the job ID:Log in to Controller and navigate to User Experience > Browser Apps > <Application Name> > Jobs.Hover over the job name and click the copy icon to copy the job ID.YesResponse Status CodeStatus CodeDescription200Success401Unauthorized404Not found429Throttled500Internal server error ×