Enable Auto Rotation
    • PDF

    Enable Auto Rotation

    • PDF

    記事の要約

    概要

    Secretの自動交換を設定します。

    POST https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/enable-auto-rotation
    

    リクエスト

    リクエストパラメータ

    パラメータ名タイプ説明
    secretIdStringSecret ID

    リクエストボディ

    {
      "rotationPeriod": 0,
      "triggerId": "string"
    }
    
    パラメータ名タイプ説明
    rotationPeriodInteger交換周期(デフォルト: 90)
    triggerIdStringトリガー ID

    レスポンス

    レスポンスボディ

    {
      "code": "SUCCESS",
      "data": {
        "secretId": "string",
        "autoRotationYN": "Y",
        "autoRotationPeriod": 0,
        "nextRotationDate": 0,
        "trigger": {
          "id": "string",
          "name": "string",
          "url": "string",
          "recentlyExecutedAction": "string"
        }
      }
    }
    
    パラメータ名タイプ説明
    secretIdStringSecret ID
    autoRotationYNString自動ローテーションかどうか(Y)
    autoRotationPeriodInteger自動ローテーション周期
    nextRotationDateInteger次のローテーション日
    trigger.idStringトリガー ID
    trigger.nameStringトリガー名
    trigger.urlStringトリガー URL
    trigger.recentlyExecutedActionString最近実行されたアクション

    この記事は役に立ちましたか?

    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.