Help for this page

Select Code to Download


  1. or download this
    # Show this #!? cookie
    print Dumper $cookie if $option->{verbose};
    ...
      HTTP::Request->new(
        GET => "https://$option->{hostname}/storiqone-backend/api/v1/archi
    +ve/" );
    $request->content_type('application/json');
    
  2. or download this
    # list archives
    $request =
    ...
        GET => "https://$option->{hostname}/storiqone-backend/api/v1/archi
    +ve/" );
    $request->content_type('application/json');
    $request->header('Cookie' => $cookie);