httpstepid | string | (readonly) 情景步骤的ID |
name(required) | string | 场景步骤的名称。 |
no(required) | integer | Web场景中步骤的序列号。 |
url(required) | string | 要检查的URL。 |
followredirects | integer | 是否遵循HTTP重定向 可能的值: 0 - 不要重新导向; 1 - (default) 遵循重定向 |
headers | string | 执行请求时将发送的HTTP标题。方案步骤标题将覆盖为Web方案指定的标题。 |
httptestid | string | (readonly) 该步骤所属的Web方案的ID。 |
posts | string | HTTP POST变量作为字符串。 |
required | string | 必须在响应中存在的文本。 |
retrieve_mode | integer | 方案步骤必须检索的HTTP响应的一部分。 \可能的值: 0 - (default)_ 仅有文体; 1 - 仅有标题. |
status_codes | string | 所需HTTP状态代码的范围用逗号分隔。 |
timeout | integer | 在几秒钟内请求超时。 默认: 15. |
variables | string | 情景步骤变量。 |