All Products
Search
Document Center

API Gateway:HttpApiOperationInfo

Last Updated:Dec 17, 2025
ParameterTypeDescriptionExample
object

The operation information.

operationIdstring

The operation ID.

op-xxx
methodstring

The HTTP method of the operation.

Valid values:

  • TRACE
  • HEAD
  • DELETE
  • POST
  • GET
  • CONNECT
  • OPTIONS
  • PUT
  • PATCH
GET
namestring

The operation name.

GetUserInfo
pathstring

The operation path.

/user/123
descriptionstring

The operation description.

A example operation.
responseHttpApiResponseContract

The response parameters of the operation.

requestHttpApiRequestContract

The request parameters of the operation.

mockHttpApiMockContract

The mocked parameters of the operation.

createTimestamplong

The creation timestamp.

1719386834548
enableAuthboolean

Specifies whether to enable authentication.

authConfigAuthConfig

The authentication configurations of the operation.