Spot · Example Payload

Spot Createaccesspolicy Example

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Spot Createaccesspolicy Example is an example object payload from Spot, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createAccessPolicy",
  "method": "POST",
  "path": "/setup/access/policy",
  "summary": "Spot Create Access Policy",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateaccesspolicyRequestExample",
      "example": {
        "policy": {
          "name": "Example Title",
          "description": "A sample description.",
          "permissions": [
            {
              "serviceId": "500123",
              "actions": {}
            }
          ]
        }
      }
    }
  ],
  "responseExamples": []
}