인증서 상태 변경
    • PDF

    인증서 상태 변경

    • PDF

    Article Summary

    개요

    인증서 상태를 변경합니다.

    인증서 상태에는 활성(Enable), 비활성(DISABLE), 삭제(DELETE)가 있습니다.

    요청

    요청 URL

    PUT {CLOUD_IOT_CORE_API_URL}/certifications
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    요청 바디

    {
       "serialList" : "list<string>",
       "status" : "string"
    }
    
    항목필수 여부타입제약 사항설명
    serialListYeslist<string>인증서의 시리얼번호 목록
    statusYesstring{ENABLE | DISABLE | DELETE}변경하고자 하는 상태

    응답

    응답 바디

    {
        "status": "string",
        "body": null
    }
    
    항목타입설명
    statusstring응답 성공 여부
    bodynull

    예시

    {
        "status": "SUCCESS",
        "body": null
    }
    

    이 문서가 도움이 되었습니까?

    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.