Snowflake · Example Payload

Snowflake Createmanagedaccount Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Createmanagedaccount Example is an example object payload from Snowflake, 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": "createManagedAccount",
  "method": "POST",
  "path": "/api/v2/managed-accounts",
  "summary": "Create a Managed Accounts.",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatemanagedaccountRequestExample",
      "example": {
        "name": {},
        "cloud": "example_value",
        "region": "example_value",
        "locator": "example_value",
        "created_on": "2026-01-15T10:30:00Z",
        "url": "https://www.example.com",
        "account_locator_url": "https://www.example.com",
        "comment": "example_value",
        "admin_name": "example_value",
        "admin_password": "example_value",
        "account_type": "READER"
      }
    }
  ],
  "responseExamples": []
}