{"id":2720,"date":"2026-06-15T23:50:02","date_gmt":"2026-06-15T23:50:02","guid":{"rendered":"https:\/\/localwp.com\/?p=2720&#038;post_type=help&#038;preview_id=2720"},"modified":"2026-06-15T23:50:21","modified_gmt":"2026-06-15T23:50:21","slug":"common-parameters","status":"publish","type":"help","link":"https:\/\/localwp.com\/help-docs\/building-your-add-on\/common-parameters\/","title":{"rendered":"Common Parameters"},"content":{"rendered":"\n<div class=\"wp-block-group help-doc-toc\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">Table of Contents:<\/p>\n\n\n<nav aria-label=\"Table of Contents\" class=\"wp-block-table-of-contents\"><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"#site\">site<\/a><\/li><li><a class=\"wp-block-table-of-contents__entry\" href=\"#sitestatus\">siteStatus<\/a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"#common-statuses\">Common statuses<\/a><\/li><li><a class=\"wp-block-table-of-contents__entry\" href=\"#error-statuses\">Error statuses<\/a><\/li><li><a class=\"wp-block-table-of-contents__entry\" href=\"#pulling\">Pulling<\/a><\/li><li><a class=\"wp-block-table-of-contents__entry\" href=\"#pushing\">Pushing<\/a><\/li><\/ol><\/li><\/ol><\/nav><\/div><\/div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 id=\"site\" class=\"wp-block-heading has-text-color has-link-color wp-elements-96c3ae25662507eb1e62814a50a8b3f3\" style=\"color:#000000\"><code><strong>site<\/strong><\/code><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Plain JavaScript object containing information about the selected site.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-cc1707184c460d572046e78daf3a9660 wp-block-paragraph\" style=\"color:#000000\"><strong>Example:<\/strong><\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism undefined-numbers lang-js\" data-lang=\"JavaScript\"><code>{\n    &quot;id&quot;: &quot;BeyQOnaNS&quot;,\n    &quot;localVersion&quot;: &quot;3.1.2&quot;,\n    &quot;container&quot;: &quot;c61d2aba97ca2306edd42f03275dae0bbda570abe8d93e9ad2ba2a9a93bea895&quot;,\n    &quot;phpVersion&quot;: &quot;7.2.9&quot;,\n    &quot;webServer&quot;: &quot;nginx&quot;,\n    &quot;mysqlVersion&quot;: &quot;5.7&quot;,\n    &quot;multiSite&quot;: null,\n    &quot;mysql&quot;: {\n      &quot;database&quot;: &quot;local&quot;,\n      &quot;user&quot;: &quot;root&quot;,\n      &quot;password&quot;: &quot;root&quot;\n    },\n    &quot;ports&quot;: {\n      &quot;HTTP&quot;: 4049,\n      &quot;HTTPS&quot;: 4050,\n      &quot;MYSQL&quot;: 4051,\n      &quot;MAILCATCHER&quot;: 4052\n    },\n    &quot;flywheelConnect&quot;: &quot;flywheel-site-hash&quot;,\n    &quot;environment&quot;: &quot;flywheel&quot;,\n    &quot;workspace&quot;: null,\n    &quot;name&quot;: &quot;Example Site&quot;,\n    &quot;path&quot;: &quot;\/Users\/username\/Local Sites\/example-site&quot;,\n    &quot;domain&quot;: &quot;example-site.local&quot;,\n    &quot;environmentVersion&quot;: &quot;1.3.2&quot;,\n    &quot;sslSHA1&quot;: &quot;14f0808d7312bf4031ee198aec75cbd20b8aee2d&quot;\n  }<\/code><\/pre><\/div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 id=\"sitestatus\" class=\"wp-block-heading has-text-color has-link-color wp-elements-96a5971bbe3720c0c46ef0dfa74aea04\" style=\"color:#000000\"><strong><code>siteStatus<\/code> <\/strong><a href=\"#sitestatus\" id=\"sitestatus\"><\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">String containing one of the following values:<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 id=\"common-statuses\" class=\"wp-block-heading has-text-color has-link-color wp-elements-df31ae6eb2c834960242513737ae602f\" style=\"color:#000000\"><strong>Common statuses<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>adding<\/li>\n\n\n\n<li>cloning<\/li>\n\n\n\n<li>copying<\/li>\n\n\n\n<li>deleting<\/li>\n\n\n\n<li>exporting<\/li>\n\n\n\n<li>exporting-db<\/li>\n\n\n\n<li>halted<\/li>\n\n\n\n<li>provisioning<\/li>\n\n\n\n<li>running<\/li>\n\n\n\n<li>saving<\/li>\n\n\n\n<li>stopping<\/li>\n<\/ul>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 id=\"error-statuses\" class=\"wp-block-heading has-text-color has-link-color wp-elements-4b8d9fa24ae09676b61ef6ff3c2a3304\" style=\"color:#000000\"><strong>Error statuses<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>container-missing<\/li>\n\n\n\n<li>provisioning-error<\/li>\n\n\n\n<li>wordpress-install-error<\/li>\n<\/ul>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 id=\"pulling\" class=\"wp-block-heading has-text-color has-link-color wp-elements-ad5ae869a2dfbd99b59840e58cf3ebe0\" style=\"color:#000000\"><strong>Pulling<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>pulling-downloading-backup<\/li>\n\n\n\n<li>pulling-importing-backup<\/li>\n\n\n\n<li>pulling-requesting-backup<\/li>\n<\/ul>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 id=\"pushing\" class=\"wp-block-heading has-text-color has-link-color wp-elements-c1dfcbd820f03d3fe8b3ebd90bf2e4e4\" style=\"color:#000000\"><strong>Pushing<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>pushing-packing<\/li>\n\n\n\n<li>pushing-processing<\/li>\n\n\n\n<li>pushing-uploading<\/li>\n<\/ul>\n\n\n\n<div style=\"height:90px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents: site Plain JavaScript object containing information about the selected site. Example: siteStatus String containing one of the following values: Common statuses Error statuses Pulling Pushing<\/p>\n","protected":false},"author":78,"parent":2696,"menu_order":6,"template":"","tags":[],"helpcategories":[69],"class_list":["post-2720","help","type-help","status-publish","hentry","helpcategories-building-your-add-on"],"acf":{"help_keywords":""},"_links":{"self":[{"href":"https:\/\/localwp.com\/wp-json\/wp\/v2\/help-doc\/2720","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/localwp.com\/wp-json\/wp\/v2\/help-doc"}],"about":[{"href":"https:\/\/localwp.com\/wp-json\/wp\/v2\/types\/help"}],"author":[{"embeddable":true,"href":"https:\/\/localwp.com\/wp-json\/wp\/v2\/users\/78"}],"version-history":[{"count":0,"href":"https:\/\/localwp.com\/wp-json\/wp\/v2\/help-doc\/2720\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/localwp.com\/wp-json\/wp\/v2\/help-doc\/2696"}],"wp:attachment":[{"href":"https:\/\/localwp.com\/wp-json\/wp\/v2\/media?parent=2720"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/localwp.com\/wp-json\/wp\/v2\/tags?post=2720"},{"taxonomy":"helpcategories","embeddable":true,"href":"https:\/\/localwp.com\/wp-json\/wp\/v2\/helpcategories?post=2720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}