initial commit
This commit is contained in:
12
NetBackup/Get-Error-4287-OT.php
Normal file
12
NetBackup/Get-Error-4287-OT.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// Web-Service Common
|
||||
include $_SERVER['DOCUMENT_ROOT'] . "/include/all.php";
|
||||
$rc=999;$stdout="?";$actor=$_SERVER['COMPUTERNAME'];$done=0;
|
||||
$SourceUser = $json['source'] ?? $_SERVER['CURRENTUSER'] ?? null;
|
||||
|
||||
// Main
|
||||
$list = Invoke_Entry01("SELECT distinct(server), policy FROM `infra`.`nb_jobs_full` where status = 4287 and server not like '%hv%' and policy like '%SRV-%'");
|
||||
$output = json_encode($list, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
|
||||
echo $output;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user