PADomainUtils - copyJob(String paJob, String runAs)

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Copies a Performance Analytics scheduled data collection job record to another domain.

    표 1. Parameters
    Name Type Description
    paJob String Sys_id of a Performance Analytics scheduled data collection job [sysauto_pa] record.
    runAs String User whose domain you want to copy the job to.
    표 2. Returns
    Type Description
    String Error message if an error occurs, or an empty string if there is no error.
    // No source domain needs to be set
    var pa = new SNC.PADomainUtils();
    // copy the '[PA Incident] Daily Data Collection job'
    // set the 'run as' of the new record to be the 'acme.itil' user
    // first argument is the sys_id of the sysauto_pa record
    // the second is the sys_id of the acme.itil user record
    pa.copyJob('82ba2023d7101100b96d45a3ce6103cd','797d14341f1310005a3637b8ec8b7010');