Problem with printing pages with OS 4.5

Hi


I have problem with Problem with printing pages with OS 4.5 ,

When I print the below code in os 3.20 :

$API->write('/queue/simple/print',false);
$API->write('=bytes=');

it gives mr this :

Array
(
    [0] => Array
        (
            [.id] => *1
            [comment] =>
            [target-addresses] => 10.10.10.12/32
            [dst-address] => 0.0.0.0/0
            [bytes] => 4021/0
            [total-bytes] => 0
        )

)

but in os 4.5 when I run this code, it gives me this :

Array
(
    [0] => Array
        (
            [.id] => *1
            [comment] =>
            [name] => UserT
            [target-addresses] => 10.10.10.10/29
            [dst-address] => 0.0.0.0/0
            [interface] => all
            [parent] => none
            [direction] => both
            [priority] => 8
            [queue] => default-small/default-small
            [limit-at] => 0/0
            [max-limit] => 768k/1M
            [burst-limit] => 0/0
            [burst-threshold] => 0/0
            [burst-time] => 0s/0s
            [total-queue] => default-small
            [bytes] => 59/398
            [time] => 7h1s-1d,sun,mon,tue,wed,thu,fri,sat
            [p2p] => all-p2p
            [total-bytes] => 0
            [packets] => 1/1
            [total-packets] => 0
            [dropped] => 0/0
            [total-dropped] => 0
            [rate] => 0/0
            [total-rate] => 0
            [packet-rate] => 0/0
            [total-packet-rate] => 0
            [queued-packets] => 0/0
            [total-queued-packets] => 0
            [queued-bytes] => 0/0
            [total-queued-bytes] => 0
            [lends] => 1/1
            [total-lends] => 0
            [borrows] => 0/0
            [total-borrows] => 0
            [pcq-queues] => 0/0
            [total-pcq-queues] => 0
            [disabled] => false
            [invalid] => false
            [dynamic] => false
        )
)

would you please tell me what is the problem ?

is this possible that I only get target-addresses and bytes ?


thanks in advanced

replace

$API->write('=bytes=');

with

$API->write('=.proplist=target-addresses,bytes');