'DemoXapp1', 'status' => 'started', 'version' => '1.2.3', 'instances' => [ 'name' => 'DemoXapp1', 'id' => 101, 'status' => 'started' , 'ip' => '192.168.0.1', 'port' => 23300 , 'txMessages' => [ 'ControlIndication' ], 'rxMessages' => [ 'LoadIndication' ] ] ]; echo json_encode( $data ); } function handle_error() { echo "Method not found"; } ?>