Cloud SQL Admin API (sqladmin:v1beta4)

2024-03-12

2 new methods

Additions

    Methods
  • sql.instances.acquireSsrsLease

      Path : sql/v1beta4/projects/{project}/instances/{instance}/acquireSsrsLease

      Flat Path : sql/v1beta4/projects/{project}/instances/{instance}/acquireSsrsLease

      HTTP Method : POST

      Parameters :

        project

          Description : Required. ID of the project that contains the instance (Example: project-id).

          Location : path

          Required : Yes

          Type : string

        instance

          Description : Required. Cloud SQL instance ID. This doesn't include the project ID. It's composed of lowercase letters, numbers, and hyphens, and it must start with a letter. The total length must be 98 characters or less (Example: instance-id).

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • project
    • instance
    • Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/sqlservice.admin
    • Description : Acquire a lease for the setup of SQL Server Reporting Services (SSRS).

  • sql.instances.releaseSsrsLease

      Path : sql/v1beta4/projects/{project}/instances/{instance}/releaseSsrsLease

      Flat Path : sql/v1beta4/projects/{project}/instances/{instance}/releaseSsrsLease

      HTTP Method : POST

      Parameters :

        project

          Description : Required. The ID of the project that contains the instance (Example: project-id).

          Location : path

          Required : Yes

          Type : string

        instance

          Description : Required. The Cloud SQL instance ID. This doesn't include the project ID. It's composed of lowercase letters, numbers, and hyphens, and it must start with a letter. The total length must be 98 characters or less (Example: instance-id).

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • project
    • instance
    • Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/sqlservice.admin
    • Description : Release a lease for the setup of SQL Server Reporting Services (SSRS).