Skip to content

Get Product Rest Endpoint Page

apigatewayv2_get_product_rest_endpoint_page R Documentation

Gets a product REST endpoint page

Description

Gets a product REST endpoint page.

Usage

apigatewayv2_get_product_rest_endpoint_page(IncludeRawDisplayContent,
  PortalProductId, ProductRestEndpointPageId, ResourceOwnerAccountId)

Arguments

IncludeRawDisplayContent

The query parameter to include raw display content.

PortalProductId

[required] The portal product identifier.

ProductRestEndpointPageId

[required] The product REST endpoint identifier.

ResourceOwnerAccountId

The account ID of the resource owner of the portal product.

Value

A list with the following syntax:

list(
  DisplayContent = list(
    Body = "string",
    Endpoint = "string",
    OperationName = "string"
  ),
  LastModified = as.POSIXct(
    "2015-01-01"
  ),
  ProductRestEndpointPageArn = "string",
  ProductRestEndpointPageId = "string",
  RawDisplayContent = "string",
  RestEndpointIdentifier = list(
    IdentifierParts = list(
      Method = "string",
      Path = "string",
      RestApiId = "string",
      Stage = "string"
    )
  ),
  Status = "AVAILABLE"|"IN_PROGRESS"|"FAILED",
  StatusException = list(
    Exception = "string",
    Message = "string"
  ),
  TryItState = "ENABLED"|"DISABLED"
)

Request syntax

svc$get_product_rest_endpoint_page(
  IncludeRawDisplayContent = "string",
  PortalProductId = "string",
  ProductRestEndpointPageId = "string",
  ResourceOwnerAccountId = "string"
)