Cloud = false RecordRequests = true Ignore = [ '.databricks', ] [[Server]] Pattern = "POST /api/2.0/apps" [[Server]] Pattern = "GET /api/2.0/apps/myapp" Response.Body = ''' { "name": "myapp", "description": "", "compute_status": { "state": "ACTIVE", "message": "App compute is active." }, "app_status": { "state": "RUNNING", "message": "Application is running." } } '''