Skip to content

Instantly share code, notes, and snippets.

@ezequielpereira
Last active November 18, 2022 20:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezequielpereira/bc3f91ea5003de9fdba322cf4c92ac79 to your computer and use it in GitHub Desktop.
Save ezequielpereira/bc3f91ea5003de9fdba322cf4c92ac79 to your computer and use it in GitHub Desktop.
Example request for creating a Cloud Deployment Manager Type Provider for Google App Engine Admin API - Test environment
POST https://www.googleapis.com/deploymentmanager/staging_dogfood/projects/<PROJECT>/global/typeProviders?access_token=<TOKEN> HTTP/1.1
{
"name": "hack",
"descriptorUrl": "https://test-appengine.sandbox.googleapis.com/$discovery/rest?key=<KEY>",
"googleOptions": {
"gslbTarget": "blade:apphosting-admin-nightly",
"descriptorUrlServerSpec": "blade:apphosting-admin-nightly",
"ownershipKind": "GOOGLE",
"credentialType": "GAIAMINT",
"transport": "GSLB"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment