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.31.1 published on Thursday, Jul 20, 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.31.1 published on Thursday, Jul 20, 2023 by Pulumi

    Gets a category on the portal.

    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.GoogleCloudApigeeV1ApiCategoryDataResponse

    Details of category.

    ErrorCode string

    ID that can be used to find errors in the log files.

    Message string

    Description of the operation.

    RequestId string

    ID that can be used to find request details in the log files.

    Status string

    Status of the operation.

    Data GoogleCloudApigeeV1ApiCategoryDataResponse

    Details of category.

    ErrorCode string

    ID that can be used to find errors in the log files.

    Message string

    Description of the operation.

    RequestId string

    ID that can be used to find request details in the log files.

    Status string

    Status of the operation.

    data GoogleCloudApigeeV1ApiCategoryDataResponse

    Details of category.

    errorCode String

    ID that can be used to find errors in the log files.

    message String

    Description of the operation.

    requestId String

    ID that can be used to find request details in the log files.

    status String

    Status of the operation.

    data GoogleCloudApigeeV1ApiCategoryDataResponse

    Details of category.

    errorCode string

    ID that can be used to find errors in the log files.

    message string

    Description of the operation.

    requestId string

    ID that can be used to find request details in the log files.

    status string

    Status of the operation.

    data GoogleCloudApigeeV1ApiCategoryDataResponse

    Details of category.

    error_code str

    ID that can be used to find errors in the log files.

    message str

    Description of the operation.

    request_id str

    ID that can be used to find request details in the log files.

    status str

    Status of the operation.

    data Property Map

    Details of category.

    errorCode String

    ID that can be used to find errors in the log files.

    message String

    Description of the operation.

    requestId String

    ID that can be used to find request details in the log files.

    status String

    Status of the operation.

    Supporting Types

    GoogleCloudApigeeV1ApiCategoryDataResponse

    GcpResource string

    GCP name of api category resource.

    Name string

    Name of the category.

    SiteId string

    Name of the portal.

    UpdateTime string

    Time the category was last modified in milliseconds since epoch.

    GcpResource string

    GCP name of api category resource.

    Name string

    Name of the category.

    SiteId string

    Name of the portal.

    UpdateTime string

    Time the category was last modified in milliseconds since epoch.

    gcpResource String

    GCP name of api category resource.

    name String

    Name of the category.

    siteId String

    Name of the portal.

    updateTime String

    Time the category was last modified in milliseconds since epoch.

    gcpResource string

    GCP name of api category resource.

    name string

    Name of the category.

    siteId string

    Name of the portal.

    updateTime string

    Time the category was last modified in milliseconds since epoch.

    gcp_resource str

    GCP name of api category resource.

    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.

    gcpResource String

    GCP name of api category resource.

    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.31.1 published on Thursday, Jul 20, 2023 by Pulumi