Skip to content

Instantly share code, notes, and snippets.

@ezequielpereira
Last active May 22, 2020 11:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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