Skip to content

Instantly share code, notes, and snippets.

@ezequielpereira
Last active May 22, 2020 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezequielpereira/01b6301e62bf95815989e60557b8a27a to your computer and use it in GitHub Desktop.
Save ezequielpereira/01b6301e62bf95815989e60557b8a27a to your computer and use it in GitHub Desktop.
Example of insert Type Provider request for a test endpoint of Google's GAIA backend.
POST https://www.googleapis.com/deploymentmanager/staging_dogfood/projects/<PROJECT>/global/typeProviders?access_token=<TOKEN> HTTP/1.1
{
"name": "hack",
"descriptorUrl": "https://example.com/",
"googleOptions": {
"gslbTarget": "gslb:test-gaia-backend",
"descriptorUrlServerSpec": "gslb:test-gaia-backend",
"ownershipKind": "GOOGLE",
"credentialType": "GAIAMINT",
"transport": "GSLB"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment