ListParameterGroups
処理概要
パラメーターグループの情報一覧を取得します。
リクエストURL
GET /v1/parameterGroups指定するパラメーター
なし
応答フィールド
フィールド (項目) | 型 | 説明 |
---|---|---|
parameterGroups[] | object[] |
|
␣region | string |
パラメーターグループが稼働しているリージョン名 |
␣description | string |
メモ |
␣parameterGroupName | string |
パラメーターグループ名 |
␣instanceId | string |
パラメーターグループが適用されたDevOpsサーバー名 |
␣parameters[] | object[] |
|
␣␣allowed_values | string[] |
パラメーター値として許容する文字列のリスト |
␣␣data_type | string |
パラメーター値のデータ型 |
␣␣description | string |
メモ |
␣␣is_modifiable | boolean |
パラメーター値の変更可否 値:
|
␣␣is_secret | boolean |
パラメーター値の表示可否 値:
|
␣␣name | string |
パラメーター名 |
␣␣value | string |
パラメーター値 |
リクエストサンプル
curl -XGET https://jp-east-1.devops.api.nifcloud.com/v1/parameterGroups
-H 'X-Amz-Date: 20230401T000000Z'
-H 'Authorization: AWS4-HMAC-SHA256 ...'
応答サンプル
{
"parameterGroups":[
{
"region":"jp-east-1",
"description":"production_pg",
"parameterGroupName":"gitlab1pg",
"instanceId":"gitlab1",
"parameters":[
{
"allowed_values":[],
"data_type":"string",
"description":"SMTP server password.",
"is_modifiable":true,
"is_secret":true,
"name":"smtp_password",
"value":"********"
},
{
"allowed_values":[],
"data_type":"string",
"description":"SMTP server username.",
"is_modifiable":true,
"is_secret":false,
"name":"smtp_user_name",
"value":"user1"
},
{
"allowed_values":[],
"data_type":"string",
"description":"From address of mail sent from SMTP server.",
"is_modifiable":true,
"is_secret":false,
"name":"gitlab_email_from",
"value":"from@mail.com"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Reply-To address of mail sent from SMTP server.",
"is_modifiable":true,
"is_secret":false,
"name":"gitlab_email_reply_to",
"value":"reply-to@mail.com"
},
{
"allowed_values":[
"saml"
],
"data_type":"string",
"description":"List of authentication providers.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_allow_single_sign_on",
"value":"saml"
},
{
"allowed_values":[
"saml"
],
"data_type":"string",
"description":"Calls the authentication provider automatically when the page is refreshed.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_auto_sign_in_with_provider",
"value":"saml"
},
{
"allowed_values":[
"true",
"false"
],
"data_type":"string",
"description":"If false, user accounts will be created automatically when authentication was successful.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_block_auto_created_users",
"value":"true"
},
{
"allowed_values":[
"true",
"false"
],
"data_type":"string",
"description":"If true, automatically link SAML users with existing GitLab users.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_auto_link_saml_user",
"value":"false"
},
{
"allowed_values":[
"saml"
],
"data_type":"string",
"description":"Set 'saml' when using the saml provider.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_name",
"value":"saml"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Label name displayed on the login button.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_label",
"value":"TestSAML"
},
{
"allowed_values":[],
"data_type":"string",
"description":"HTTPS endpoint of GitLab (append users/auth/saml/callback to the HTTPS URL of your GitLab installation to generate the correct value).",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_assertion_consumer_service_url",
"value":"https://saml.assertion.consumer.service.url"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Fingerprint of saml certificate on IdP.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_idp_cert_fingerprint",
"value":"ab:ce:ef:gh:ij:kl:mn:op:qr:st:uv:wx:yz"
},
{
"allowed_values":[],
"data_type":"string",
"description":"URL for single sign-on provided by IdP.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_idp_sso_target_url",
"value":"https://saml.idp.sso.target.url"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Unique name which identifies the application to the IdP.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_issuer",
"value":"issuer"
},
{
"allowed_values":[],
"data_type":"string",
"description":"SAML NameID Format ex) urn:oasis:names:tc:SAML:2.0:nameid-format:persistent",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_name_identifier_format",
"value":"urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Attribute name to identify the group information contained in the SAML response.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_groups_attribute",
"value":"groups"
},
{
"allowed_values":[],
"data_type":"string",
"description":"User must belong to one of the specified groups.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_required_groups",
"value":"a_group,b_group,c_group,d_group"
},
{
"allowed_values":[],
"data_type":"string",
"description":"User belonging to the specified group will be registered as external user.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_external_groups",
"value":"a_group"
},
{
"allowed_values":[],
"data_type":"string",
"description":"User belonging to the specified group will be registered as administrator.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_admin_groups",
"value":"b_group"
},
{
"allowed_values":[],
"data_type":"string",
"description":"User belonging to the specified group will be registered as readonly user.",
"is_modifiable":true,
"is_secret":false,
"name":"omniauth_providers_saml_auditor_groups",
"value":"c_group"
},
{
"allowed_values":[
"true",
"false"
],
"data_type":"string",
"description":"If true, enable LDAP integration.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_enabled",
"value":"true"
},
{
"allowed_values":[],
"data_type":"string",
"description":"The name of ldap server (ex: main, secondary).",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_name",
"value":"main"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Label name displayed on the ldap login button (max 20 characters).",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_label",
"value":"Login"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Ldap server's hostname or IP address.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_host",
"value":"ldap.server.com"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Ldap server's port.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_port",
"value":"389"
},
{
"allowed_values":[],
"data_type":"string",
"description":"The LDAP attribute that maps to the username that users use to sign in.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_uid",
"value":"uid"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Encryption method. The method key is deprecated in favor of encryption.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_encryption",
"value":"start_tls"
},
{
"allowed_values":[
"true",
"false"
],
"data_type":"string",
"description":"Enables SSL certificate verification if encryption method is start_tls or simple_tls. If set to false, no validation of the LDAP server’s SSL certificate is performed.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_verify_certificates",
"value":"true"
},
{
"allowed_values":[],
"data_type":"string",
"description":"The full DN of the user you bind with.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_bind_dn",
"value":"cn=admin,dc=my-company,dc=com"
},
{
"allowed_values":[],
"data_type":"string",
"description":"The password of the bind user.",
"is_modifiable":true,
"is_secret":true,
"name":"ldap_servers_password",
"value":"********"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Set a timeout, in seconds, for LDAP queries.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_timeout",
"value":"10"
},
{
"allowed_values":[
"true",
"false"
],
"data_type":"string",
"description":"This setting specifies if LDAP server is Active Directory LDAP server.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_active_directory",
"value":"true"
},
{
"allowed_values":[
"true",
"false"
],
"data_type":"string",
"description":"If enabled, GitLab ignores everything after the first @ in the LDAP username submitted by the user on sign-in.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_allow_username_or_email_login",
"value":"true"
},
{
"allowed_values":[
"true",
"false"
],
"data_type":"string",
"description":"To maintain tight control over the number of billable users on your GitLab installation, enable this setting to keep new users blocked until they have been cleared by an administrator.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_block_auto_created_users",
"value":"true"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Base where we can search for users.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_base",
"value":"dc=my-company,dc=com"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Filter LDAP users. (Format: RFC 4515)",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_user_filter",
"value":"(employeeType=developer)"
},
{
"allowed_values":[
"true",
"false"
],
"data_type":"string",
"description":"If enabled, GitLab converts the name to lower case.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_lowercase_usernames",
"value":"true"
},
{
"allowed_values":[],
"data_type":"string",
"description":"Used in paths for the user’s own projects and when mentioning them in issues, merge request and comments.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_attributes_username",
"value":"uid,userid,sAMAccountName"
},
{
"allowed_values":[],
"data_type":"string",
"description":"LDAP attribute for user email.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_attributes_email",
"value":"mail,email,userPrincipalName"
},
{
"allowed_values":[],
"data_type":"string",
"description":"LDAP attribute for user display name.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_attributes_name",
"value":"displayName"
},
{
"allowed_values":[],
"data_type":"string",
"description":"LDAP attribute for user first name.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_attributes_first_name",
"value":"givenName"
},
{
"allowed_values":[],
"data_type":"string",
"description":"LDAP attribute for user last name.",
"is_modifiable":true,
"is_secret":false,
"name":"ldap_servers_attributes_last_name",
"value":"sn"
}
]
}
]
}