1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. getApicategory

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.apigee/v1.getApicategory

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Gets an API category.

    Using getApicategory

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getApicategory(args: GetApicategoryArgs, opts?: InvokeOptions): Promise<GetApicategoryResult>
    function getApicategoryOutput(args: GetApicategoryOutputArgs, opts?: InvokeOptions): Output<GetApicategoryResult>
    def get_apicategory(apicategory_id: Optional[str] = None,
                        organization_id: Optional[str] = None,
                        site_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApicategoryResult
    def get_apicategory_output(apicategory_id: Optional[pulumi.Input[str]] = None,
                        organization_id: Optional[pulumi.Input[str]] = None,
                        site_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetApicategoryResult]
    func GetApicategory(ctx *Context, args *GetApicategoryArgs, opts ...InvokeOption) (*GetApicategoryResult, error)
    func GetApicategoryOutput(ctx *Context, args *GetApicategoryOutputArgs, opts ...InvokeOption) GetApicategoryResultOutput

    > Note: This function is named GetApicategory in the Go SDK.

    public static class GetApicategory 
    {
        public static Task<GetApicategoryResult> InvokeAsync(GetApicategoryArgs args, InvokeOptions? opts = null)
        public static Output<GetApicategoryResult> Invoke(GetApicategoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApicategoryResult> getApicategory(GetApicategoryArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:apigee/v1:getApicategory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getApicategory Result

    The following output properties are available:

    Data Pulumi.GoogleNative.Apigee.V1.Outputs.GoogleCloudApigeeV1ApiCategoryResponse
    The API category resource.
    ErrorCode string
    Unique error code for the request, if any.
    Message string
    Description of the operation.
    RequestId string
    Unique ID of the request.
    Status string
    Status of the operation.
    Data GoogleCloudApigeeV1ApiCategoryResponse
    The API category resource.
    ErrorCode string
    Unique error code for the request, if any.
    Message string
    Description of the operation.
    RequestId string
    Unique ID of the request.
    Status string
    Status of the operation.
    data GoogleCloudApigeeV1ApiCategoryResponse
    The API category resource.
    errorCode String
    Unique error code for the request, if any.
    message String
    Description of the operation.
    requestId String
    Unique ID of the request.
    status String
    Status of the operation.
    data GoogleCloudApigeeV1ApiCategoryResponse
    The API category resource.
    errorCode string
    Unique error code for the request, if any.
    message string
    Description of the operation.
    requestId string
    Unique ID of the request.
    status string
    Status of the operation.
    data GoogleCloudApigeeV1ApiCategoryResponse
    The API category resource.
    error_code str
    Unique error code for the request, if any.
    message str
    Description of the operation.
    request_id str
    Unique ID of the request.
    status str
    Status of the operation.
    data Property Map
    The API category resource.
    errorCode String
    Unique error code for the request, if any.
    message String
    Description of the operation.
    requestId String
    Unique ID of the request.
    status String
    Status of the operation.

    Supporting Types

    GoogleCloudApigeeV1ApiCategoryResponse

    Name string
    Name of the category.
    SiteId string
    Name of the portal.
    UpdateTime string
    Time the category was last modified in milliseconds since epoch.
    Name string
    Name of the category.
    SiteId string
    Name of the portal.
    UpdateTime string
    Time the category was last modified in milliseconds since epoch.
    name String
    Name of the category.
    siteId String
    Name of the portal.
    updateTime String
    Time the category was last modified in milliseconds since epoch.
    name string
    Name of the category.
    siteId string
    Name of the portal.
    updateTime string
    Time the category was last modified in milliseconds since epoch.
    name str
    Name of the category.
    site_id str
    Name of the portal.
    update_time str
    Time the category was last modified in milliseconds since epoch.
    name String
    Name of the category.
    siteId String
    Name of the portal.
    updateTime String
    Time the category was last modified in milliseconds since epoch.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi