Registro #1566550

Requisição

Routezoom/add-licensed
Metodo da requisiçãoCLI

Profiling

Duração5,004
Memória2,528 MiB
Criado2025-10-14 21:30:02

Log Messages

Total 50 itens.
#TimeSince previousLevelCategoryMessage
   
121:30:01.407
< 0ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=139.82.9.37;port=5432;dbname=zoom_audit_db
221:30:01.434
< 26ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'audit_entry' AND d.nspname = 'public' ORDER BY a.attnum;
321:30:01.452
< 18ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='audit_entry' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
421:30:01.503
< 50ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=139.82.9.37;port=5432;dbname=zoom_db
521:30:01.534
< 31ms >
infoyii\db\Command::querySELECT EXISTS(SELECT "meeting"."id" AS "id", "host"."id" AS "host_id", "meeting"."start" AS "start", "meeting"."end" AS "end", "meeting"."created_by" AS "created_by", "meeting"."zoom_host_id" AS "zoom_host_id", "meeting"."auto_recording" AS "auto_recording" FROM "meeting" LEFT JOIN "host" ON "meeting"."host_id" = "host"."id" WHERE "meeting"."status"='In Progress')
621:30:01.540
< 6ms >
infoyii\db\Command::querySELECT "meeting"."id" AS "id", "host"."id" AS "host_id", "meeting"."start" AS "start", "meeting"."end" AS "end", "meeting"."created_by" AS "created_by", "meeting"."zoom_host_id" AS "zoom_host_id", "meeting"."auto_recording" AS "auto_recording" FROM "meeting" LEFT JOIN "host" ON "meeting"."host_id" = "host"."id" WHERE "meeting"."status"='In Progress'
721:30:01.547
< 7ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'meeting' AND d.nspname = 'public' ORDER BY a.attnum;
821:30:01.562
< 14ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='meeting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
921:30:01.576
< 13ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'user' AND d.nspname = 'public' ORDER BY a.attnum;
1021:30:01.583
< 7ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='user' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
1121:30:01.588
< 4ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE "id"=4
1221:30:01.600
< 12ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE ("access_token"='') AND ("status"=10)
1321:30:01.604
< 3ms >
infoyii\httpclient\StreamTransport::sendPOST https://zoom.us/oauth/token Host: zoom.us Authorization: Basic UnRpM01COWdROFduTW03QVV5RUtCZzpEcW5ocGNSRXNDa014aWZQeFZLODB6cGU2ZUI0UjI3SQ== Content-Type: application/x-www-form-urlencoded; charset=UTF-8 grant_type=account_credentials&account_id=tlFjyDPZSOqMAv7HVd-Ddg
1421:30:02.065
< 461ms >
infoyii\httpclient\StreamTransport::sendPATCH https://api.zoom.us/v2/users/IeqnIHZpRHeOxRO0IU4eYg Content-Type: application/json; charset=UTF-8 Authorization: Bearer eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6IjkxNmZhNzBkLTI3ZmMtNGUwZS1iYjFjLWI4MTZhNDYwN2JiMiJ9.eyJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiI3dzNpR0FCd1F4bWtLTTMtaGFjY0tBIiwidmVyIjoxMCwiYXVpZCI6IjFjY2FiN2YwOTQ4MDkwZmM1ZmUxNGFhMWVjM2I5YWJjNGQ2YzY2NGVhYTExNjkxODRmY2VmZWQxZWI1OTI0MTIiLCJuYmYiOjE3NjA0ODgyMDIsImNvZGUiOiJZZHV3NWpNaFRRT1RTMkZKVUNOS25RMW5CTzVUR2NFaW8iLCJpc3MiOiJ6bTpjaWQ6UnRpM01COWdROFduTW03QVV5RUtCZyIsImdubyI6MCwiZXhwIjoxNzYwNDkxODAyLCJ0eXBlIjozLCJpYXQiOjE3NjA0ODgyMDIsImFpZCI6InRsRmp5RFBaU09xTUF2N0hWZC1EZGcifQ.x7kSFrg-duM0rF99RU5mXZhZSz6QxktIVluoS5ILopjD1WuUhucDvVGlx2LtLrEGrOU8aipqXvtfwhn1azv2vw {"type":2}
1521:30:02.770
< 704ms >
infoyii\db\Command::executeUPDATE "meeting" SET "basic"=0, "licensed"=1, "updated_by"=NULL, "updated_at"=1760488201 WHERE "id"=6158
1621:30:02.776
< 6ms >
infoyii\db\Command::queryINSERT INTO "audit_entry" ("route", "request_method", "created") VALUES ('zoom/add-licensed', 'CLI', '2025-10-14 21:30:02') RETURNING "id"
1721:30:02.783
< 6ms >
infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END AS enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT JOIN pg_constraint ct ON ct.conrelid = c.oid AND ct.contype = 'p' WHERE a.attnum > 0 AND t.typname != '' AND NOT a.attisdropped AND c.relname = 'audit_trail' AND d.nspname = 'public' ORDER BY a.attnum;
1821:30:02.792
< 9ms >
infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='audit_trail' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
1921:30:02.798
< 6ms >
infoyii\db\Command::executeINSERT INTO "audit_trail" ("entry_id", "user_id", "old_value", "new_value", "action", "model", "model_id", "field", "created") VALUES (1566550, NULL, '', '1', 'UPDATE', 'app\modules\v1\models\Meeting', '6158', 'licensed', '2025-10-14 21:30:02'), (1566550, NULL, '', '0', 'UPDATE', 'app\modules\v1\models\Meeting', '6158', 'basic', '2025-10-14 21:30:02')
2021:30:02.804
< 6ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE "id"=4
2121:30:02.808
< 3ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE ("access_token"='') AND ("status"=10)
2221:30:02.816
< 8ms >
infoyii\httpclient\StreamTransport::sendPOST https://zoom.us/oauth/token Host: zoom.us Authorization: Basic UnRpM01COWdROFduTW03QVV5RUtCZzpEcW5ocGNSRXNDa014aWZQeFZLODB6cGU2ZUI0UjI3SQ== Content-Type: application/x-www-form-urlencoded; charset=UTF-8 grant_type=account_credentials&account_id=tlFjyDPZSOqMAv7HVd-Ddg
2321:30:03.110
< 293ms >
infoyii\httpclient\StreamTransport::sendPATCH https://api.zoom.us/v2/users/dGX1fq8yS4unN5tDLhcgIg Content-Type: application/json; charset=UTF-8 Authorization: Bearer eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6ImFiMjhkNDNhLTY0YTItNDI4Ni1hYjhiLWJiYmEzNjJjNGJkNyJ9.eyJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiI3dzNpR0FCd1F4bWtLTTMtaGFjY0tBIiwidmVyIjoxMCwiYXVpZCI6IjFjY2FiN2YwOTQ4MDkwZmM1ZmUxNGFhMWVjM2I5YWJjNGQ2YzY2NGVhYTExNjkxODRmY2VmZWQxZWI1OTI0MTIiLCJuYmYiOjE3NjA0ODgyMDMsImNvZGUiOiJTaFNJSHRneFE2NkdDdF9rT3RfMDRBNm9CSWRNNWN1dWwiLCJpc3MiOiJ6bTpjaWQ6UnRpM01COWdROFduTW03QVV5RUtCZyIsImdubyI6MCwiZXhwIjoxNzYwNDkxODAzLCJ0eXBlIjozLCJpYXQiOjE3NjA0ODgyMDMsImFpZCI6InRsRmp5RFBaU09xTUF2N0hWZC1EZGcifQ.auvFde1_THLhJ5rtrRAUvyGRg7-bgiDzpmRlheiki5XC31sF6fodO-Fhuox4thtPrXGK9Nl71vqM9o1eUYf_WA {"type":2}
2421:30:03.493
< 383ms >
infoyii\db\Command::executeUPDATE "meeting" SET "basic"=0, "licensed"=1, "updated_by"=NULL, "updated_at"=1760488201 WHERE "id"=6155
2521:30:03.498
< 4ms >
infoyii\db\Command::executeINSERT INTO "audit_trail" ("entry_id", "user_id", "old_value", "new_value", "action", "model", "model_id", "field", "created") VALUES (1566550, NULL, '', '1', 'UPDATE', 'app\modules\v1\models\Meeting', '6155', 'licensed', '2025-10-14 21:30:03'), (1566550, NULL, '', '0', 'UPDATE', 'app\modules\v1\models\Meeting', '6155', 'basic', '2025-10-14 21:30:03')
2621:30:03.503
< 5ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE "id"=4
2721:30:03.505
< 2ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE ("access_token"='') AND ("status"=10)
2821:30:03.508
< 2ms >
infoyii\httpclient\StreamTransport::sendPOST https://zoom.us/oauth/token Host: zoom.us Authorization: Basic UnRpM01COWdROFduTW03QVV5RUtCZzpEcW5ocGNSRXNDa014aWZQeFZLODB6cGU2ZUI0UjI3SQ== Content-Type: application/x-www-form-urlencoded; charset=UTF-8 grant_type=account_credentials&account_id=tlFjyDPZSOqMAv7HVd-Ddg
2921:30:03.838
< 329ms >
infoyii\httpclient\StreamTransport::sendPATCH https://api.zoom.us/v2/users/lKgat1qhRE2AQMNevF1QUQ Content-Type: application/json; charset=UTF-8 Authorization: Bearer eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6ImRkYTVlMTQ1LTVkMzQtNDBhMi1hYWVlLTA5ZWQ1ODkzZGI4NCJ9.eyJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiI3dzNpR0FCd1F4bWtLTTMtaGFjY0tBIiwidmVyIjoxMCwiYXVpZCI6IjFjY2FiN2YwOTQ4MDkwZmM1ZmUxNGFhMWVjM2I5YWJjNGQ2YzY2NGVhYTExNjkxODRmY2VmZWQxZWI1OTI0MTIiLCJuYmYiOjE3NjA0ODgyMDMsImNvZGUiOiI2eHVNNXRWd1JIYTZHYU9ldEFxNXhBaHhNd3lKaVdJdmgiLCJpc3MiOiJ6bTpjaWQ6UnRpM01COWdROFduTW03QVV5RUtCZyIsImdubyI6MCwiZXhwIjoxNzYwNDkxODAzLCJ0eXBlIjozLCJpYXQiOjE3NjA0ODgyMDMsImFpZCI6InRsRmp5RFBaU09xTUF2N0hWZC1EZGcifQ.DabdIfB-rHvSIEmX37r9jErlINrVZXAL_9FkTHG5NEthNWh3XQdK6l-oNwX18PQR-SyLK-Bjb2mgTmBgr4aH3A {"type":2}
3021:30:04.244
< 406ms >
infoyii\db\Command::executeUPDATE "meeting" SET "basic"=0, "licensed"=1, "updated_by"=NULL, "updated_at"=1760488201 WHERE "id"=6157
3121:30:04.249
< 5ms >
infoyii\db\Command::executeINSERT INTO "audit_trail" ("entry_id", "user_id", "old_value", "new_value", "action", "model", "model_id", "field", "created") VALUES (1566550, NULL, '', '1', 'UPDATE', 'app\modules\v1\models\Meeting', '6157', 'licensed', '2025-10-14 21:30:04'), (1566550, NULL, '', '0', 'UPDATE', 'app\modules\v1\models\Meeting', '6157', 'basic', '2025-10-14 21:30:04')
3221:30:04.255
< 5ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE "id"=3
3321:30:04.258
< 3ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE ("access_token"='') AND ("status"=10)
3421:30:04.261
< 3ms >
infoyii\httpclient\StreamTransport::sendPOST https://zoom.us/oauth/token Host: zoom.us Authorization: Basic bFF6S2UzQ0ZUaWVoWEtjWmljRzZzdzoycEtPWWs1VDdKYnd3UFowS2UxMG1LWVkzdml0aUNLbg== Content-Type: application/x-www-form-urlencoded; charset=UTF-8 grant_type=account_credentials&account_id=soZiIcnPSK6fyQ68TpYD0w
3521:30:04.548
< 286ms >
infoyii\httpclient\StreamTransport::sendPATCH https://api.zoom.us/v2/users/bYxN5XtdSXeqhJQO88SUZA Content-Type: application/json; charset=UTF-8 Authorization: Bearer eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6IjEyMTAzZWRiLTk5ZGEtNDYwZi05Y2YyLTRkMjI4NjMzMDFmOCJ9.eyJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiJDc0h1RThJOVNWR2pUREczREpNcTJ3IiwidmVyIjoxMCwiYXVpZCI6IjNkYmYwOGY2MjBlYWRhYjZhYjljNjcxZmQ3Y2I4YTYwZDI3MjAwZDg3ZWFkNzg1NWE0ZWYxMmE0ZWQzNTI4MTMiLCJuYmYiOjE3NjA0ODgyMDQsImNvZGUiOiJVY3FCU2E3NFRCRzFOTTRVTUMwMXh3T0FmenhIV0V1Z2kiLCJpc3MiOiJ6bTpjaWQ6bFF6S2UzQ0ZUaWVoWEtjWmljRzZzdyIsImdubyI6MCwiZXhwIjoxNzYwNDkxODA0LCJ0eXBlIjozLCJpYXQiOjE3NjA0ODgyMDQsImFpZCI6InNvWmlJY25QU0s2ZnlRNjhUcFlEMHcifQ.xn7EfbQ5DeZ-59CnadVO7_0x1ZvGPa6s99JUkS6t7-sq1qekEDmePl7Ewb0Cw73UZRDlEpjx9QCzMLSB0Y-rzQ {"type":2}
3621:30:04.955
< 407ms >
infoyii\db\Command::executeUPDATE "meeting" SET "basic"=0, "licensed"=1, "updated_by"=NULL, "updated_at"=1760488201 WHERE "id"=6164
3721:30:04.960
< 4ms >
infoyii\db\Command::executeINSERT INTO "audit_trail" ("entry_id", "user_id", "old_value", "new_value", "action", "model", "model_id", "field", "created") VALUES (1566550, NULL, '', '1', 'UPDATE', 'app\modules\v1\models\Meeting', '6164', 'licensed', '2025-10-14 21:30:04'), (1566550, NULL, '', '0', 'UPDATE', 'app\modules\v1\models\Meeting', '6164', 'basic', '2025-10-14 21:30:04')
3821:30:04.965
< 5ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE "id"=4
3921:30:04.968
< 2ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE ("access_token"='') AND ("status"=10)
4021:30:04.971
< 2ms >
infoyii\httpclient\StreamTransport::sendPOST https://zoom.us/oauth/token Host: zoom.us Authorization: Basic UnRpM01COWdROFduTW03QVV5RUtCZzpEcW5ocGNSRXNDa014aWZQeFZLODB6cGU2ZUI0UjI3SQ== Content-Type: application/x-www-form-urlencoded; charset=UTF-8 grant_type=account_credentials&account_id=tlFjyDPZSOqMAv7HVd-Ddg
4121:30:05.277
< 306ms >
infoyii\httpclient\StreamTransport::sendPATCH https://api.zoom.us/v2/users/cneRbTvATjeGEOP1MV05OA Content-Type: application/json; charset=UTF-8 Authorization: Bearer eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6ImI5Yjk4NDE0LWJhMTAtNGFkOS1hZDA3LTg3NGY0YjI4ODNiYSJ9.eyJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiI3dzNpR0FCd1F4bWtLTTMtaGFjY0tBIiwidmVyIjoxMCwiYXVpZCI6IjFjY2FiN2YwOTQ4MDkwZmM1ZmUxNGFhMWVjM2I5YWJjNGQ2YzY2NGVhYTExNjkxODRmY2VmZWQxZWI1OTI0MTIiLCJuYmYiOjE3NjA0ODgyMDUsImNvZGUiOiJSbnhPYjJmVVJDeWpPQlV3eGNOa0V3eHBxVjVOczV1QlQiLCJpc3MiOiJ6bTpjaWQ6UnRpM01COWdROFduTW03QVV5RUtCZyIsImdubyI6MCwiZXhwIjoxNzYwNDkxODA1LCJ0eXBlIjozLCJpYXQiOjE3NjA0ODgyMDUsImFpZCI6InRsRmp5RFBaU09xTUF2N0hWZC1EZGcifQ.IjvX0vm3V8nbgiPljtoi_YWGvrevUQSyiJQTd7bMwD95tzy-fs8dFJzAqs9BWuNpMSqaRRaoB8d1FCWuDu36Nw {"type":2}
4221:30:05.692
< 414ms >
infoyii\db\Command::executeUPDATE "meeting" SET "basic"=0, "licensed"=1, "updated_by"=NULL, "updated_at"=1760488201 WHERE "id"=6156
4321:30:05.697
< 4ms >
infoyii\db\Command::executeINSERT INTO "audit_trail" ("entry_id", "user_id", "old_value", "new_value", "action", "model", "model_id", "field", "created") VALUES (1566550, NULL, '', '1', 'UPDATE', 'app\modules\v1\models\Meeting', '6156', 'licensed', '2025-10-14 21:30:05'), (1566550, NULL, '', '0', 'UPDATE', 'app\modules\v1\models\Meeting', '6156', 'basic', '2025-10-14 21:30:05')
4421:30:05.701
< 4ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE "id"=4
4521:30:05.704
< 2ms >
infoyii\db\Command::querySELECT * FROM "user" WHERE ("access_token"='') AND ("status"=10)
4621:30:05.706
< 2ms >
infoyii\httpclient\StreamTransport::sendPOST https://zoom.us/oauth/token Host: zoom.us Authorization: Basic UnRpM01COWdROFduTW03QVV5RUtCZzpEcW5ocGNSRXNDa014aWZQeFZLODB6cGU2ZUI0UjI3SQ== Content-Type: application/x-www-form-urlencoded; charset=UTF-8 grant_type=account_credentials&account_id=tlFjyDPZSOqMAv7HVd-Ddg
4721:30:05.975
< 269ms >
infoyii\httpclient\StreamTransport::sendPATCH https://api.zoom.us/v2/users/mIYDXf-0QOm1A5Bum77U8Q Content-Type: application/json; charset=UTF-8 Authorization: Bearer eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6Ijk0NWU0YzhkLTA1ZDUtNDdjYy04OTI4LWU2MWM0Mzk2ZWVmOSJ9.eyJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiI3dzNpR0FCd1F4bWtLTTMtaGFjY0tBIiwidmVyIjoxMCwiYXVpZCI6IjFjY2FiN2YwOTQ4MDkwZmM1ZmUxNGFhMWVjM2I5YWJjNGQ2YzY2NGVhYTExNjkxODRmY2VmZWQxZWI1OTI0MTIiLCJuYmYiOjE3NjA0ODgyMDUsImNvZGUiOiItanlTZ25ra1QyR2Q1MFdkY1NQRW1nZTN1WmU0UUtEcjUiLCJpc3MiOiJ6bTpjaWQ6UnRpM01COWdROFduTW03QVV5RUtCZyIsImdubyI6MCwiZXhwIjoxNzYwNDkxODA1LCJ0eXBlIjozLCJpYXQiOjE3NjA0ODgyMDUsImFpZCI6InRsRmp5RFBaU09xTUF2N0hWZC1EZGcifQ.hjtr1CITKnw5njjKPTJaK2b1TxlpAT9Q0L3i38tCKqn5S2NkbrIwYRBigYqbLcP3K96icsBXOf8sThKuYbvFtQ {"type":2}
4821:30:06.369
< 394ms >
infoyii\db\Command::executeUPDATE "meeting" SET "basic"=0, "licensed"=1, "updated_by"=NULL, "updated_at"=1760488201 WHERE "id"=6159
4921:30:06.377
< 7ms >
infoyii\db\Command::executeINSERT INTO "audit_trail" ("entry_id", "user_id", "old_value", "new_value", "action", "model", "model_id", "field", "created") VALUES (1566550, NULL, '', '1', 'UPDATE', 'app\modules\v1\models\Meeting', '6159', 'licensed', '2025-10-14 21:30:06'), (1566550, NULL, '', '0', 'UPDATE', 'app\modules\v1\models\Meeting', '6159', 'basic', '2025-10-14 21:30:06')
5021:30:06.384
< 6ms >
infoyii\db\Command::executeUPDATE "audit_entry" SET "duration"=5.0037469863892, "memory_max"=2651232 WHERE "id"=1566550