ProfileDetailResponse
    • PDF

    ProfileDetailResponse

    • PDF

    Article summary

    Available in VPC

    These are domain (profile) details.

    Syntax

    The syntax is as follows.

    public class ProfileRespnse { 
        private Long sid
        private String name;
        private Long policyId;
        private String policyName;
        private Boolean claYn;
        private Long ttl;
        private Boolean delYn;
        private LoadBalancerType lbType;
        private Long createdDate;
        private Boolean monitoringYn;
        private GtmStatus status;
        private List<ResourceGroup> resourceGroups;
    }
    
    public class ResourceGroup { 
        private Long sid;
        private Long geoMapDetailId;
        private String geoMapDetailName;
        private Long weighted;
        private List<Resource> active;
        private List<Resource> standby;
    }
    
    public class Resource { 
        private String content;
        private Long healthCheckRegionId;
        private RegionCode healthCheckRegionCode;
        private ResourceType type;
        private Status status;
    }
    

    Field

    The following describes the fields.

    ProfileRespnse

    FieldTypeRequiredDescription
    sidLong-Domain (profile) ID
    nameString-Domain (profile) name
    policyIdLong-Policy ID
    policyNameString-Policy Name
    claYnBoolean-Cloud Log Analytics usage status
    • true | false
    ttlLong-Domain (profile) TTL
    delYnBoolean-Domain (profile) deletion status
    • true | false
    lbTypeEnum-Load balancer type
    • ROUND_ROBIN | WEIGHTED_ROUND_ROBIN | GEOLOCATION | CIDR
    createdDateLong-Creation date (UTC 0)
    monitoringYnBoolean-Health check status
    • true | false
    statusEum-Domain (profile) status
    • PROCESS | SUCCESS | FAIL
    resourceGroupsList<ResourceGroups>-Resource group information

    ResourceGroup

    FieldTypeRequiredDescription
    sidLong-Resource group ID
    geoMapDetailIdLong-Geo/CIDR map details ID
    geoMapDetailNameString-Geo/CIDR map details name
    weightedLong-Weights used when LBType is WEIGHTED_ROUND_ROBIN
    activeList<Resource>-Active resource information
    standbyList<Resource>-Backup resource information
    monitorMonitor-Health check monitoring information

    Resource

    FieldTypeRequiredDescription
    contentString-Resource value
    typeEnum-Resource type
    • PUBLIC_IP | EXTERNAL_DOMAIN
    healthCheckRegionIdLong-Health check Region ID
    healthCheckRegionCodeEnum-Region code
    • KR | JP | SG | DE | USW
    statusEnum-Health check status
    • UP | DOWN | UNKNOWN

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.