diff --git a/ui/scripts/cloud.core.securitygroup.js b/ui/scripts/cloud.core.securitygroup.js index 3c1a7ea470e..2b96293db14 100644 --- a/ui/scripts/cloud.core.securitygroup.js +++ b/ui/scripts/cloud.core.securitygroup.js @@ -291,7 +291,7 @@ function initAddIngressRuleDialog() { data: createURL("command=authorizeSecurityGroupIngress"+moreCriteria.join("")), dataType: "json", success: function(json) { - var jobId = json.authorizesecuritygroupingress.jobid; + var jobId = json.authorizesecuritygroupingressresponse.jobid; var timerKey = "ingressRuleJob_"+jobId; $("body").everyTime( 5000,