googleapis.com – apigee
Use the Apigee API to programmatically develop and manage APIs with a set of RESTful operations. Develop and secure API proxies, deploy and undeploy API proxy revisions, monitor APIs, configure environments, manage users, and more. Note: This product is available as a free trial for a time period of 60 days.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:apigee/v1.json
- Provider
- googleapis.com:apigee / apigee
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/apigee/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/apigee/v1/openapi.yaml
Tools (111)
Extracted live via the executor SDK.
-
organizations.apigeeOrganizationsAnalyticsDatastoresCreateCreate a Datastore for an org
-
organizations.apigeeOrganizationsAnalyticsDatastoresListList Datastores
-
organizations.apigeeOrganizationsAnalyticsDatastoresTestTest if Datastore configuration is correct. This includes checking if credentials provided by customer have required permissions in target destination storage
-
organizations.apigeeOrganizationsApiproductsCreateCreates an API product in an organization. You create API products after you have proxied backend services using API proxies. An API product is a collection of API resources combined with quota settings and metadata that you can use to deliver customized and productized API bundles to your developer community. This metadata can include: - Scope - Environments - API proxies - Extensible profile API products enable you repackage APIs on the fly, without having to do any additional coding or configuration. Apigee recommends that you start with a simple API product including only required elements. You then provision credentials to apps to enable them to start testing your APIs. After you have authentication and authorization working against a simple API product, you can iterate to create finer-grained API products, defining different sets of API resources for each API product. WARNING: - If you don't specify an API proxy in the request body, any app associated with the product can make calls to any API in your entire organization. - If you don't specify an environment in the request body, the product allows access to all environments. For more information, see What is an API product?
-
organizations.apigeeOrganizationsApiproductsListLists all API product names for an organization. Filter the list by passing an
attributenameandattibutevalue. The maximum number of API products returned is 1000. You can paginate the list of API products returned using thestartKeyandcountquery parameters. -
organizations.apigeeOrganizationsApiproductsRateplansCreateCreate a rate plan that is associated with an API product in an organization. Using rate plans, API product owners can monetize their API products by configuring one or more of the following: - Billing frequency - Initial setup fees for using an API product - Payment funding model (postpaid only) - Fixed recurring or consumption-based charges for using an API product - Revenue sharing with developer partners An API product can have multiple rate plans associated with it but only one rate plan can be active at any point of time. Note: From the developer's perspective, they purchase API products not rate plans.
-
organizations.apigeeOrganizationsApiproductsRateplansListLists all the rate plans for an API product.
-
organizations.apigeeOrganizationsApisCreateCreates an API proxy. The API proxy created will not be accessible at runtime until it is deployed to an environment. Create a new API proxy by setting the
namequery parameter to the name of the API proxy. Import an API proxy configuration bundle stored in zip format on your local machine to your organization by doing the following: * Set thenamequery parameter to the name of the API proxy. * Set theactionquery parameter toimport. * Set theContent-Typeheader tomultipart/form-data. * Pass as a file the name of API proxy configuration bundle stored in zip format on your local machine using thefileform field. Note: To validate the API proxy configuration bundle only without importing it, set theactionquery parameter tovalidate. When importing an API proxy configuration bundle, if the API proxy does not exist, it will be created. If the API proxy exists, then a new revision is created. Invalid API proxy configurations are rejected, and a list of validation errors is returned to the client. -
organizations.apigeeOrganizationsApisListLists the names of all API proxies in an organization. The names returned correspond to the names defined in the configuration files for each API proxy.
-
organizations.apigeeOrganizationsCreateCreates an Apigee organization. See .
-
organizations.apigeeOrganizationsDatacollectorsCreateCreates a new data collector.
-
organizations.apigeeOrganizationsDatacollectorsListLists all data collectors.
-
organizations.apigeeOrganizationsDevelopersAppsAttributesUpdates attributes for a developer app. This API replaces the current attributes with those specified in the request.
-
organizations.apigeeOrganizationsDevelopersAppsCreateCreates an app associated with a developer. This API associates the developer app with the specified API product and auto-generates an API key for the app to use in calls to API proxies inside that API product. The
nameis the unique ID of the app that you can use in API calls. TheDisplayName(set as an attribute) appears in the UI. If you don't set theDisplayNameattribute, thenameappears in the UI. -
organizations.apigeeOrganizationsDevelopersAppsKeysCreateCreates a custom consumer key and secret for a developer app. This is particularly useful if you want to migrate existing consumer keys and secrets to Apigee from another system. Consumer keys and secrets can contain letters, numbers, underscores, and hyphens. No other special characters are allowed. To avoid service disruptions, a consumer key and secret should not exceed 2 KBs each. Note: When creating the consumer key and secret, an association to API products will not be made. Therefore, you should not specify the associated API products in your request. Instead, use the UpdateDeveloperAppKey API to make the association after the consumer key and secret are created. If a consumer key and secret already exist, you can keep them or delete them using the DeleteDeveloperAppKey API.
-
organizations.apigeeOrganizationsDevelopersAppsKeysCreateCreateCreates a custom consumer key and secret for a developer app. This is particularly useful if you want to migrate existing consumer keys and secrets to Apigee from another system. Consumer keys and secrets can contain letters, numbers, underscores, and hyphens. No other special characters are allowed. To avoid service disruptions, a consumer key and secret should not exceed 2 KBs each. Note: When creating the consumer key and secret, an association to API products will not be made. Therefore, you should not specify the associated API products in your request. Instead, use the UpdateDeveloperAppKey API to make the association after the consumer key and secret are created. If a consumer key and secret already exist, you can keep them or delete them using the DeleteDeveloperAppKey API.
-
organizations.apigeeOrganizationsDevelopersAppsListLists all apps created by a developer in an Apigee organization. Optionally, you can request an expanded view of the developer apps. A maximum of 100 developer apps are returned per API call. You can paginate the list of deveoper apps returned using the
startKeyandcountquery parameters. -
organizations.apigeeOrganizationsDevelopersAttributesUpdates developer attributes. This API replaces the existing attributes with those specified in the request. Add new attributes, and include or exclude any existing attributes that you want to retain or remove, respectively. The custom attribute limit is 18. Note: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an
ExpiresInelement on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds. -
organizations.apigeeOrganizationsDevelopersAttributesListReturns a list of all developer attributes.
-
organizations.apigeeOrganizationsDevelopersBalanceAdjustAdjust the prepaid balance for the developer. This API will be used in scenarios where the developer has been under-charged or over-charged.
-
organizations.apigeeOrganizationsDevelopersBalanceCreditCredits the account balance for the developer.
-
organizations.apigeeOrganizationsDevelopersCreateCreates a developer. Once created, the developer can register an app and obtain an API key. At creation time, a developer is set as
active. To change the developer status, use the SetDeveloperStatus API. -
organizations.apigeeOrganizationsDevelopersListLists all developers in an organization by email address. By default, the response does not include company developers. Set the
includeCompanyquery parameter totrueto include company developers. Note: A maximum of 1000 developers are returned in the response. You paginate the list of developers returned using thestartKeyandcountquery parameters. -
organizations.apigeeOrganizationsDevelopersSubscriptionsCreateCreates a subscription to an API product.
-
organizations.apigeeOrganizationsDevelopersSubscriptionsExpireExpires an API product subscription immediately.
-
organizations.apigeeOrganizationsDevelopersSubscriptionsListLists all API product subscriptions for a developer.
-
organizations.apigeeOrganizationsEndpointAttachmentsCreateCreates an endpoint attachment. Note: Not supported for Apigee hybrid.
-
organizations.apigeeOrganizationsEndpointAttachmentsListLists the endpoint attachments in an organization.
-
organizations.apigeeOrganizationsEnvgroupsCreateCreates a new environment group.
-
organizations.apigeeOrganizationsEnvgroupsListLists all environment groups.
-
organizations.apigeeOrganizationsEnvironmentsAnalyticsExportsCreateSubmit a data export job to be processed in the background. If the request is successful, the API returns a 201 status, a URI that can be used to retrieve the status of the export job, and the
statevalue of "enqueued". -
organizations.apigeeOrganizationsEnvironmentsAnalyticsExportsListLists the details and status of all analytics export jobs belonging to the parent organization and environment.
-
organizations.apigeeOrganizationsEnvironmentsApisRevisionsDebugsessionsCreateCreates a debug session for a deployed API Proxy revision.
-
organizations.apigeeOrganizationsEnvironmentsApisRevisionsDebugsessionsDeleteDataDeletes the data from a debug session. This does not cancel the debug session or prevent further data from being collected if the session is still active in runtime pods.
-
organizations.apigeeOrganizationsEnvironmentsApisRevisionsDebugsessionsListLists debug sessions that are currently active in the given API Proxy revision.
-
organizations.apigeeOrganizationsEnvironmentsApisRevisionsDeploymentsGenerateDeployChangeReportGenerates a report for a dry run analysis of a DeployApiProxy request without committing the deployment. In addition to the standard validations performed when adding deployments, additional analysis will be done to detect possible traffic routing changes that would result from this deployment being created. Any potential routing conflicts or unsafe changes will be reported in the response. This routing analysis is not performed for a non-dry-run DeployApiProxy request. For a request path
organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments:generateDeployChangeReport, two permissions are required: *apigee.deployments.createon the resourceorganizations/{org}/environments/{env}*apigee.proxyrevisions.deployon the resourceorganizations/{org}/apis/{api}/revisions/{rev} -
organizations.apigeeOrganizationsEnvironmentsApisRevisionsDeploymentsGenerateUndeployChangeReportGenerates a report for a dry run analysis of an UndeployApiProxy request without committing the undeploy. In addition to the standard validations performed when removing deployments, additional analysis will be done to detect possible traffic routing changes that would result from this deployment being removed. Any potential routing conflicts or unsafe changes will be reported in the response. This routing analysis is not performed for a non-dry-run UndeployApiProxy request. For a request path
organizations/{org}/environments/{env}/apis/{api}/revisions/{rev}/deployments:generateUndeployChangeReport, two permissions are required: *apigee.deployments.deleteon the resourceorganizations/{org}/environments/{env}*apigee.proxyrevisions.undeployon the resourceorganizations/{org}/apis/{api}/revisions/{rev} -
organizations.apigeeOrganizationsEnvironmentsArchiveDeploymentsCreateCreates a new ArchiveDeployment.
-
organizations.apigeeOrganizationsEnvironmentsArchiveDeploymentsGenerateDownloadUrlGenerates a signed URL for downloading the original zip file used to create an Archive Deployment. The URL is only valid for a limited period and should be used within minutes after generation. Each call returns a new upload URL.
-
organizations.apigeeOrganizationsEnvironmentsArchiveDeploymentsGenerateUploadUrlGenerates a signed URL for uploading an Archive zip file to Google Cloud Storage. Once the upload is complete, the signed URL should be passed to CreateArchiveDeployment. When uploading to the generated signed URL, please follow these restrictions: * Source file type should be a zip file. * Source file size should not exceed 1GB limit. * No credentials should be attached - the signed URLs provide access to the target bucket using internal service identity; if credentials were attached, the identity from the credentials would be used, but that identity does not have permissions to upload files to the URL. When making a HTTP PUT request, these two headers need to be specified: *
content-type: application/zip*x-goog-content-length-range: 0,1073741824And this header SHOULD NOT be specified: *Authorization: Bearer YOUR_TOKEN -
organizations.apigeeOrganizationsEnvironmentsArchiveDeploymentsListLists the ArchiveDeployments in the specified Environment.
-
organizations.apigeeOrganizationsEnvironmentsGetIamPolicyGets the IAM policy on an environment. For more information, see . You must have the
apigee.environments.getIamPolicypermission to call this API. -
organizations.apigeeOrganizationsEnvironmentsKeystoresAliasesCreateCreates an alias from a key/certificate pair. The structure of the request is controlled by the
formatquery parameter: -keycertfile- Separate PEM-encoded key and certificate files are uploaded. SetContent-Type: multipart/form-dataand include thekeyFile,certFile, andpassword(if keys are encrypted) fields in the request body. If uploading to a truststore, omitkeyFile. -pkcs12- A PKCS12 file is uploaded. SetContent-Type: multipart/form-data, provide the file in thefilefield, and include thepasswordfield if the file is encrypted in the request body. -selfsignedcert- A new private key and certificate are generated. SetContent-Type: application/jsonand include CertificateGenerationSpec in the request body. -
organizations.apigeeOrganizationsEnvironmentsKeystoresAliasesCsrGenerates a PKCS #10 Certificate Signing Request for the private key in an alias.
-
organizations.apigeeOrganizationsEnvironmentsKeystoresAliasesGetCertificateGets the certificate from an alias in PEM-encoded form.
-
organizations.apigeeOrganizationsEnvironmentsKeystoresCreateCreates a keystore or truststore. - Keystore: Contains certificates and their associated keys. - Truststore: Contains trusted certificates used to validate a server's certificate. These certificates are typically self-signed certificates or certificates that are not signed by a trusted CA.
-
organizations.apigeeOrganizationsEnvironmentsQueriesCreateSubmit a query to be processed in the background. If the submission of the query succeeds, the API returns a 201 status and an ID that refer to the query. In addition to the HTTP status 201, the
stateof "enqueued" means that the request succeeded. -
organizations.apigeeOrganizationsEnvironmentsQueriesListReturn a list of Asynchronous Queries
-
organizations.apigeeOrganizationsEnvironmentsReferencesCreateCreates a Reference in the specified environment.
-
organizations.apigeeOrganizationsEnvironmentsResourcefilesCreateCreates a resource file. Specify the
Content-Typeasapplication/octet-streamormultipart/form-data. For more information about resource files, see . -
organizations.apigeeOrganizationsEnvironmentsResourcefilesDeleteDeletes a resource file. For more information about resource files, see .
-
organizations.apigeeOrganizationsEnvironmentsResourcefilesGetGets the contents of a resource file. For more information about resource files, see .
-
organizations.apigeeOrganizationsEnvironmentsResourcefilesListLists all resource files, optionally filtering by type. For more information about resource files, see .
-
organizations.apigeeOrganizationsEnvironmentsResourcefilesListEnvironmentResourcesLists all resource files, optionally filtering by type. For more information about resource files, see .
-
organizations.apigeeOrganizationsEnvironmentsResourcefilesUpdateUpdates a resource file. Specify the
Content-Typeasapplication/octet-streamormultipart/form-data. For more information about resource files, see . -
organizations.apigeeOrganizationsEnvironmentsSecurityIncidentsListListSecurityIncidents lists all the security incident associated with the environment.
-
organizations.apigeeOrganizationsEnvironmentsSecurityReportsCreateSubmit a report request to be processed in the background. If the submission succeeds, the API returns a 200 status and an ID that refer to the report request. In addition to the HTTP status 200, the
stateof "enqueued" means that the request succeeded. -
organizations.apigeeOrganizationsEnvironmentsSecurityReportsListReturn a list of Security Reports
-
organizations.apigeeOrganizationsEnvironmentsSecurityStatsQueryTabularStatsRetrieve security statistics as tabular rows.
-
organizations.apigeeOrganizationsEnvironmentsSecurityStatsQueryTimeSeriesStatsRetrieve security statistics as a collection of time series.
-
organizations.apigeeOrganizationsEnvironmentsSetIamPolicySets the IAM policy on an environment, if the policy already exists it will be replaced. For more information, see . You must have the
apigee.environments.setIamPolicypermission to call this API. -
organizations.apigeeOrganizationsEnvironmentsSharedflowsRevisionsDeployDeploys a revision of a shared flow. If another revision of the same shared flow is currently deployed, set the
overrideparameter totrueto have this revision replace the currently deployed revision. You cannot use a shared flow until it has been deployed to an environment. For a request pathorganizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/deployments, two permissions are required: *apigee.deployments.createon the resourceorganizations/{org}/environments/{env}*apigee.sharedflowrevisions.deployon the resourceorganizations/{org}/sharedflows/{sf}/revisions/{rev} -
organizations.apigeeOrganizationsEnvironmentsSharedflowsRevisionsGetDeploymentsGets the deployment of a shared flow revision and actual state reported by runtime pods.
-
organizations.apigeeOrganizationsEnvironmentsSharedflowsRevisionsUndeployUndeploys a shared flow revision from an environment. For a request path
organizations/{org}/environments/{env}/sharedflows/{sf}/revisions/{rev}/deployments, two permissions are required: *apigee.deployments.deleteon the resourceorganizations/{org}/environments/{env}*apigee.sharedflowrevisions.undeployon the resourceorganizations/{org}/sharedflows/{sf}/revisions/{rev} -
organizations.apigeeOrganizationsEnvironmentsSubscribeCreates a subscription for the environment's Pub/Sub topic. The server will assign a random name for this subscription. The "name" and "push_config" must not be specified.
-
organizations.apigeeOrganizationsEnvironmentsTargetserversCreateCreates a TargetServer in the specified environment.
-
organizations.apigeeOrganizationsEnvironmentsTestIamPermissionsTests the permissions of a user on an environment, and returns a subset of permissions that the user has on the environment. If the environment does not exist, an empty permission set is returned (a NOT_FOUND error is not returned).
-
organizations.apigeeOrganizationsEnvironmentsTraceConfigOverridesCreateCreates a trace configuration override. The response contains a system-generated UUID, that can be used to view, update, or delete the configuration override. Use the List API to view the existing trace configuration overrides.
-
organizations.apigeeOrganizationsEnvironmentsTraceConfigOverridesListLists all of the distributed trace configuration overrides in an environment.
-
organizations.apigeeOrganizationsEnvironmentsUnsubscribeDeletes a subscription for the environment's Pub/Sub topic.
-
organizations.apigeeOrganizationsGetProjectMappingGets the project ID and region for an Apigee organization.
-
organizations.apigeeOrganizationsGetSyncAuthorizationLists the service accounts with the permissions required to allow the Synchronizer to download environment data from the control plane. An ETag is returned in the response to
getSyncAuthorization. Pass that ETag when calling setSyncAuthorization [blocked] to ensure that you are updating the correct version. If you don't pass the ETag in the call tosetSyncAuthorization, then the existing authorization is overwritten indiscriminately. For more information, see . Note: Available to Apigee hybrid only. -
organizations.apigeeOrganizationsHostQueriesCreateSubmit a query at host level to be processed in the background. If the submission of the query succeeds, the API returns a 201 status and an ID that refer to the query. In addition to the HTTP status 201, the
stateof "enqueued" means that the request succeeded. -
organizations.apigeeOrganizationsHostQueriesListReturn a list of Asynchronous Queries at host level.
-
organizations.apigeeOrganizationsHostSecurityReportsCreateSubmit a query at host level to be processed in the background. If the submission of the query succeeds, the API returns a 201 status and an ID that refer to the query. In addition to the HTTP status 201, the
stateof "enqueued" means that the request succeeded. -
organizations.apigeeOrganizationsHostSecurityReportsListReturn a list of Security Reports at host level.
-
organizations.apigeeOrganizationsInstancesAttachmentsCreateCreates a new attachment of an environment to an instance. Note: Not supported for Apigee hybrid.
-
organizations.apigeeOrganizationsInstancesAttachmentsListLists all attachments to an instance. Note: Not supported for Apigee hybrid.
-
organizations.apigeeOrganizationsInstancesCanaryevaluationsCreateCreates a new canary evaluation for an organization.
-
organizations.apigeeOrganizationsInstancesCreateCreates an Apigee runtime instance. The instance is accessible from the authorized network configured on the organization. Note: Not supported for Apigee hybrid.
-
organizations.apigeeOrganizationsInstancesListLists all Apigee runtime instances for the organization. Note: Not supported for Apigee hybrid.
-
organizations.apigeeOrganizationsInstancesNatAddressesActivateActivates the NAT address. The Apigee instance can now use this for Internet egress traffic. Note: Not supported for Apigee hybrid.
-
organizations.apigeeOrganizationsInstancesNatAddressesCreateCreates a NAT address. The address is created in the RESERVED state and a static external IP address will be provisioned. At this time, the instance will not use this IP address for Internet egress traffic. The address can be activated for use once any required firewall IP whitelisting has been completed. Note: Not supported for Apigee hybrid.
-
organizations.apigeeOrganizationsInstancesNatAddressesListLists the NAT addresses for an Apigee instance. Note: Not supported for Apigee hybrid.
-
organizations.apigeeOrganizationsInstancesReportStatusReports the latest status for a runtime instance.
-
organizations.apigeeOrganizationsKeyvaluemapsCreateCreates a key value map in an organization.
-
organizations.apigeeOrganizationsKeyvaluemapsEntriesCreateCreates key value entries in a key value map scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher.
-
organizations.apigeeOrganizationsKeyvaluemapsEntriesListLists key value entries for key values maps scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher.
-
organizations.apigeeOrganizationsListLists the Apigee organizations and associated Google Cloud projects that you have permission to access. See .
-
organizations.apigeeOrganizationsOperationsListLists operations that match the specified filter in the request. If the server doesn't support this method, it returns
UNIMPLEMENTED. -
organizations.apigeeOrganizationsReportsCreateCreates a Custom Report for an Organization. A Custom Report provides Apigee Customers to create custom dashboards in addition to the standard dashboards which are provided. The Custom Report in its simplest form contains specifications about metrics, dimensions and filters. It is important to note that the custom report by itself does not provide an executable entity. The Edge UI converts the custom report definition into an analytics query and displays the result in a chart.
-
organizations.apigeeOrganizationsReportsListReturn a list of Custom Reports
-
organizations.apigeeOrganizationsReportsUpdateUpdate an existing custom report definition
-
organizations.apigeeOrganizationsSecurityProfilesEnvironmentsComputeEnvironmentScoresComputeEnvironmentScores calculates scores for requested time range for the specified security profile and environment.
-
organizations.apigeeOrganizationsSecurityProfilesEnvironmentsCreateCreateSecurityProfileEnvironmentAssociation creates profile environment association i.e. attaches environment to security profile.
-
organizations.apigeeOrganizationsSecurityProfilesListListSecurityProfiles lists all the security profiles associated with the org including attached and unattached profiles.
-
organizations.apigeeOrganizationsSecurityProfilesListRevisionsListSecurityProfileRevisions lists all the revisions of the security profile.
-
organizations.apigeeOrganizationsSetAddonsConfigures the add-ons for the Apigee organization. The existing add-on configuration will be fully replaced.
-
organizations.apigeeOrganizationsSetSyncAuthorizationSets the permissions required to allow the Synchronizer to download environment data from the control plane. You must call this API to enable proper functioning of hybrid. Pass the ETag when calling
setSyncAuthorizationto ensure that you are updating the correct version. To get an ETag, call getSyncAuthorization [blocked]. If you don't pass the ETag in the call tosetSyncAuthorization, then the existing authorization is overwritten indiscriminately. For more information, see . Note: Available to Apigee hybrid only. -
organizations.apigeeOrganizationsSharedflowsCreateUploads a ZIP-formatted shared flow configuration bundle to an organization. If the shared flow already exists, this creates a new revision of it. If the shared flow does not exist, this creates it. Once imported, the shared flow revision must be deployed before it can be accessed at runtime. The size limit of a shared flow bundle is 15 MB.
-
organizations.apigeeOrganizationsSharedflowsListLists all shared flows in the organization.
-
organizations.apigeeOrganizationsSharedflowsRevisionsDeploymentsListLists all deployments of a shared flow revision.
-
organizations.apigeeOrganizationsSharedflowsRevisionsUpdateSharedFlowRevisionUpdates a shared flow revision. This operation is only allowed on revisions which have never been deployed. After deployment a revision becomes immutable, even if it becomes undeployed. The payload is a ZIP-formatted shared flow. Content type must be either multipart/form-data or application/octet-stream.
-
organizations.apigeeOrganizationsSitesApicategoriesCreateCreates a new category on the portal.
-
organizations.apigeeOrganizationsSitesApicategoriesDeleteDeletes a category from the portal.
-
organizations.apigeeOrganizationsSitesApicategoriesGetGets a category on the portal.
-
organizations.apigeeOrganizationsSitesApicategoriesListLists the categories on the portal.
-
organizations.apigeeOrganizationsSitesApicategoriesPatchUpdates a category on the portal.
-
projects.apigeeProjectsProvisionOrganizationProvisions a new Apigee organization with a functioning runtime. This is the standard way to create trial organizations for a free Apigee trial.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools