Search

Help

Page 2 of 13. Showing 125 results (0.02 seconds)

  1. joc_cockpit_curl_status_sample.sh

    }" # ----------------------------------------- # ----------------------------------------- # Perform login echo "" echo "PERFORMING LOGIN" JS_JSON="`curl -k -s -S -X POST -i -m 15 -H "Authorization: Basic $JS_BASIC_AUTHENTICATION" -H … \": \"$JS_JOB_CHAIN\" }" JS_JSON="`curl -k -s -S -X POST -d "$JS_REST_BODY" -i -m 15 -H "X-Access-Token: $JS_ACCESS_TOKEN" -H "Accept: application/json" -H "Content
  2. joc_cockpit_curl_sample.sh

    LOGIN" JS_JSON="`curl -k -s -S -X POST -i -m 15 -H "Authorization: Basic $JS_BASIC_AUTHENTICATION" -H "Accept: application/json" -H "Content-Type: application/json … /job_chain1\" }] }" # Execute web service request curl -k -s -S -X POST -d "$JS_REST_BODY" -i -m 15 -H "X-Access-Token: $JS_ACCESS_TOKEN" -H "Accept: application
  3. jetty-rewrite.xml

    ="org.eclipse.jetty.rewrite.handler.HeaderPatternRule"> <Set name="pattern">*</Set> <Set name="name">X-XSS-Protection</Set … ">X-Content-Type-Options</Set> <Set name="value">nosniff</Set> </New> </Arg> </Call> <Call name
  4. scheduler_events.pdf

    "> <script language="shell"> @echo off @rem submit event to Supervisor &js; %SCHEDULER_HOME%/bin/jobscheduler_event.cmd -x %ERRORLEVEL% -e example </script> <run_time/> </job> JobScheduler Events - Event Processing Software Open Source March 2015 JobScheduler Events page: 12 -x exit-code Use $? to specify the exit code
  5. Multi-Realm Authentication and Authorization

    Assignments x x x x A#Ldap1, B#Ldap1 x   x x A#Ldap1, B#Ldap1 x x   x A#Ldap1, B#Ldap2 x x x   A#Ldap1, B#Ldap1   x x x A#Ldap2, B#Ldap1 x x     fail x   x   A#Ldap1, B#Ldap1 x     x A#Ldap1, B#Ldap2   x x   A#Ldap2, B#Ldap1   x   x A#Ldap2, B#Ldap2
    Product Knowledge BaseNov 23, 2018
  6. How long will you support the different versions of JobScheduler and YADE?

    1.7.0 which replaces version 1.6.x. Ongoing maintenance releases for major / minor versions are counted as 1.7.1, 1.7.2, 1.7.3 etc.. From version 1.7.0 onwards, and in contrast with practice up to and including version 1.6.x, maintenance releases will not contain improvements or new features but will be restricted
    Product Knowledge BaseMar 07, 2024
  7. YADE User Manual - Pre- & Post-Processing

    \yade\sub_1 \home\test\yade\sub_2 yade sub_1 sub_2 replacing=test replacement=x\y \home\test\yade\x\y.txt \home\test\yade\sub_1\x\y_1.txt \home\test\yade\sub_2\x\y_2.txt x\y.txt sub_1\x\y_1.txt sub_2\x\y_2.txt y.txt y_1.txt y_2.txt \home\test\yade\x \home\test\yade\sub_1\x \home
    Product Knowledge BaseFeb 07, 2018
  8. Feature Proposal - Azure Blob Storage - Shared Key Authentication

    are provided for PowerShell releases 5.1, 6.x and 7.x Example Download: azure_authentication_shared_key_sample.ps1 # inspired … " ` + "`n" ` + "`n" ` + "`n" ` + "`n" ` + "x-ms-blob
    Product Knowledge BaseJul 15, 2020
  9. Feature Proposal - Azure Blob Storage - Shared Access Signatures

    are provided for PowerShell releases 5.1, 6.x and 7.x Example Download: azure_authentication_shared_access_signatures_sample.ps1 # inspired … ', @{ ` 'x-ms-blob-type' = 'BlockBlob'; ` 'x-ms-date' = "$(Get-Date (Get-Date $Now).ToUniversalTime() -Format 'R
    Product Knowledge BaseJul 15, 2020
  10. JOC Cockpit - REST Web Service

    }" # ----------------------------------------- # ----------------------------------------- # Perform login echo "" echo "PERFORMING LOGIN" JS_JSON="`curl -k -s -S -X POST -i -m 15 -H … \": \"$JS_ID\", \"compact\": true, \"jobChain\": \"$JS_JOB_CHAIN\" }" JS_JSON="`curl -k -s -S -X POST -d "$JS_REST_BODY" -i -m 15 -H "X-Access-Token: $JS_ACCESS_TOKEN
    Product Knowledge BaseApr 07, 2022