Class GetStepsRequestParameters
Request options for GetSteps
https://opensearch.org/docs/latest/automating-configurations/api/get-workflow-steps/
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.FlowFrameworkApi
Assembly: OpenSearch.Net.dll
Syntax
public class GetStepsRequestParameters : RequestParameters<GetStepsRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceSupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceWorkflowStep
The name of the step to retrieve.
Declaration
public string WorkflowStep { get; set; }
Property Value
Type | Description |
---|---|
string |