Skip to main content
GET
/
resource_reports
/
columns
Get resource report columns
curl --request GET \
  --url https://api.vantage.sh/v2/resource_reports/columns \
  --header 'Authorization: Bearer <token>'
{
  "columns": [
    "provider",
    "label",
    "accruedCosts",
    "recommendationSavings",
    "resource",
    "type",
    "region",
    "account",
    "provisionedState",
    "maxCpu",
    "maxMemory",
    "maxGpu",
    "maxGpuMemory",
    "maxEbsReadOpsPerSecond",
    "maxEbsWriteOpsPerSecond",
    "maxEbsReadBytesPerSecond",
    "maxEbsWriteBytesPerSecond",
    "maxDiskReadOpsPerSecond",
    "maxDiskWriteOpsPerSecond",
    "maxDiskReadBytesPerSecond",
    "maxDiskWriteBytesPerSecond",
    "maxNetworkInBytesPerSecond",
    "maxNetworkOutBytesPerSecond",
    "maxNetworkPacketsInPerSecond",
    "maxNetworkPacketsOutPerSecond",
    "maxNetworkThroughputDailyByte",
    "maxDatabaseConnections",
    "instanceId",
    "imageId",
    "vpcId",
    "subnetId",
    "publicIpAddress",
    "privateIpAddress",
    "publicDnsName",
    "instanceType",
    "instanceFamily",
    "platform",
    "spotInstanceRequestId",
    "launchTime",
    "instanceLifecycle",
    "state",
    "name",
    "platformType",
    "platformDetails",
    "spotInfo",
    "spotPrice",
    "datadogAgentInstalled",
    "networkInterfaces",
    "tags"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

resource_type
string
required

Response

Returns array of available column names for the specified resource type

ResourceReportColumns model

columns
string[]
required

Array of available column names for the specified resource type.