Method: projects.locations.orders.submit

Submits an order.

HTTP request

POST https://gdchardwaremanagement.googleapis.com/v1alpha/{name=projects/*/locations/*/orders/*}:submit

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the order. Format: projects/{project}/locations/{location}/orders/{order}

Request body

The request body contains data with the following structure:

JSON representation
{
  "requestId": string,
  "type": enum (Type)
}
Fields
requestId

string

Optional. An optional unique identifier for this request. See AIP-155.

type

enum (Type)

Optional. Type of this request. If unset, the request type is assumed to be INFO_PENDING.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • gdchardwaremanagement.orders.submit

For more information, see the IAM documentation.

Type

Valid types of submit order request.

Enums
TYPE_UNSPECIFIED Request type is unspecified. This should not be used.
INFO_PENDING Use this request type to submit your order and initiate conversation with Google. After this submission, you will not be able to modify the number or SKU of your ordered hardware. Please note that this order will not be ready for fulfillment yet until you provide more information, such as zone network configuration, hardware physical and installation information, etc. If you are submitting an order for a SKU type of RACK, please use this request type, as additional information will be required outside of the API.
INFO_COMPLETE Use this request type if and when you are ready to submit your order for fulfillment. In addition to the information required for INFO_PENDING, the order must contain all required information, such as zone network configuration, hardware physical and installation information, etc. Further changes to any order information will no longer be allowed.