Splunk AppDynamics SaaS Extend Cisco AppDynamics Cisco AppDynamics APIs Synthetic Monitoring API Current: Get Synthetic API Monitoring Job Configuration Data API PDF Download PDF Download page Get Synthetic API Monitoring Job Configuration Data API. Current page All pages Get Synthetic API Monitoring Job Configuration Data API This page describes the API used to retrieve the Synthetic API monitoring job configuration data.Get Synthetic API Monitoring Job Configuration DataFetches the synthetic API monitoring job configuration details with the specified JSON payload.Resource URLGET /v1/synthetic/api/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 an API monitoring jobUnique identifier of an API monitoring job.To get the job ID:Log in to Controller and navigate to User Experience > API Monitoring > <Collection Name> > Jobs.Hover over the job name and click the copy icon to copy the job or schedule ID.YesResponse Status CodeStatus CodeDescription200Success401Unauthorized404Not found429Throttled500Internal server error ×