Example request for creating a Cloud Deployment Manager Type Provider for Google App Engine Admin API - Test environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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