Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Microsoft HPC不允许使用REST接口取消作业_Rest_Hpc - Fatal编程技术网

Microsoft HPC不允许使用REST接口取消作业

Microsoft HPC不允许使用REST接口取消作业,rest,hpc,Rest,Hpc,我很难弄明白为什么我不能取消一份工作。 我运行的命令是: https://head_node_name:port/WindowsHPC/HPC_cluster_name/Job/job_identifier/Cancel 从 我得到的错误是服务:不允许使用方法。我正在运行Windows HPC 2008 R2 Service Pack 3。我的调度程序配置为排队、优雅抢占、自动调整资源和15秒任务取消宽限期。我在网格上有管理员权限 如果请求方法与所需资源不匹配(例如get而不是POST),

我很难弄明白为什么我不能取消一份工作。 我运行的命令是:

  https://head_node_name:port/WindowsHPC/HPC_cluster_name/Job/job_identifier/Cancel
从 我得到的错误是服务:不允许使用方法。我正在运行Windows HPC 2008 R2 Service Pack 3。我的调度程序配置为排队、优雅抢占、自动调整资源和15秒任务取消宽限期。我在网格上有管理员权限

如果请求方法与所需资源不匹配(例如get而不是POST),通常会出现405错误(不允许使用方法)

建议使用Chrome并安装扩展SimpleREST客户端,这是一种快速发送GET/POST请求的简单方法